Shades of Melanzane #200219
Tints of Melanzane #200219
RGB
CMYK
RGB Variations
Color information
#200219 (or 0x200219) is known color: Melanzane. HEX triplet: 20, 02 and 19. RGB value is (32,2,25). Sum of RGB (Red+Green+Blue) = 32+2+25=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 2 (1.17% from 255 or 3.39% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #200219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200219 is #DFFDE6. Grayscale: #0D0D0D. Windows color (decimal): -14679527 or 1638944. OLE color: 1638944.
HSL color Cylindrical-coordinate representation of color #200219: hue angle of 314º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200219 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 25 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.87 |
| HSL | 314º | 0.88% | 0.07% | - |
| HSV(B) | 314º | 0.94% | 0.13% | - |
| XYZ | 0.79 | 0.42 | 0.96 | - |
| YUV | 13.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 25 | 0 | 0.94 | 0.22 | 0.87 | 314 | 0.88 | 0.07 |
| Hex | 20 | 2 | 19 | 0 | 5E | 16 | 57 | 13A | 58 | 7 |
| Octal | 40 | 2 | 31 | 0 | 136 | 26 | 127 | 472 | 130 | 7 |
| Binary | 100000 | 10 | 11001 | 0 | 1011110 | 10110 | 1010111 | 100111010 | 1011000 | 111 |
Color Harmonies of #200219
Complementary color
Monochromatic Colors of #200219
Black with #200219
Text Example
Text Example
White with #200219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200219; }
p { color: rgb(32,2,25); }
H1.HeaderClassName
{
color: #200219;
}
.AnyTagClassName
{
color: #200219;
}
</style>
background-color css
<style>
a { background-color: #200219; }
a { background-color: rgb(32,2,25); }
div.DivClassName
{
background-color: #200219;
}
.BgClassName
{
background-color: #200219;
}
</style>
border-color css
<style>
span { border-color: #200219; }
span { border-color: rgb(32,2,25); }
td.TdClassName
{
border-color: #200219;
}
.TagClassName
{
border-color: #200219;
}
</style>