HEX to RGB and RGB to HEX color converter
When converting HEX to RGB code do not use the '#' symbol in the converter.
In your css sheet you can whatever color codes however you want. Watch the folowing example that shows the usage of :
- Hexadecimal (HEX) color code (most commonly used)
- RGB Decimal color code
- Standard true color code
# -- style.css -- color:#999999 color:rgb(153,153,153) color:grey
Posted by James on 2009-07-27 in the category " tools "
