|
|
This color converter tool produces RGB (Red, Green, Blue) values from it's equivalent HEX value. It also converts a HEX value from a given RGB value.
Computer monitors display colors using RGB color values. RGB are the primary colors, and all other colors are created by combining the primary colors. Colors are specified with three values, one each for red, green, and blue. The values specify the intensity of the colors, from 0 (zero) to 255 (full intensity). In RGB decimal notation for instance, red is 255,0,0 (red at full intensity, no green or blue). RGB is an additive color system; white is the result of adding red, green, and blue at full intensity, and black is the absence of all three colors.
Web colors are usually specified using hexadecimal notation. The hexadecimal system is an alphanumeric base-16 system.
|
|