Shades of Melanzane #200C19
Tints of Melanzane #200C19
RGB
CMYK
RGB Variations
Color information
#200C19 (or 0x200C19) is known color: Melanzane. HEX triplet: 20, 0C and 19. RGB value is (32,12,25). Sum of RGB (Red+Green+Blue) = 32+12+25=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C19 is #DFF3E6. Grayscale: #131313. Windows color (decimal): -14676967 or 1641504. OLE color: 1641504.
HSL color Cylindrical-coordinate representation of color #200C19: hue angle of 321º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C19 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 12 | 25 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.87 |
| HSL | 321º | 0.45% | 0.09% | - |
| HSV(B) | 321º | 0.63% | 0.13% | - |
| XYZ | 0.9 | 0.64 | 1 | - |
| YUV | 19.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 25 | 0 | 0.63 | 0.22 | 0.87 | 321 | 0.45 | 0.09 |
| Hex | 20 | C | 19 | 0 | 3F | 16 | 57 | 141 | 2D | 9 |
| Octal | 40 | 14 | 31 | 0 | 77 | 26 | 127 | 501 | 55 | 11 |
| Binary | 100000 | 1100 | 11001 | 0 | 111111 | 10110 | 1010111 | 101000001 | 101101 | 1001 |
Color Harmonies of #200C19
Complementary color
Monochromatic Colors of #200C19
Black with #200C19
Text Example
Text Example
White with #200C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C19; }
p { color: rgb(32,12,25); }
H1.HeaderClassName
{
color: #200C19;
}
.AnyTagClassName
{
color: #200C19;
}
</style>
background-color css
<style>
a { background-color: #200C19; }
a { background-color: rgb(32,12,25); }
div.DivClassName
{
background-color: #200C19;
}
.BgClassName
{
background-color: #200C19;
}
</style>
border-color css
<style>
span { border-color: #200C19; }
span { border-color: rgb(32,12,25); }
td.TdClassName
{
border-color: #200C19;
}
.TagClassName
{
border-color: #200C19;
}
</style>