Shades of Melanzane #200E19
Tints of Melanzane #200E19
RGB
CMYK
RGB Variations
Color information
#200E19 (or 0x200E19) is known color: Melanzane. HEX triplet: 20, 0E and 19. RGB value is (32,14,25). Sum of RGB (Red+Green+Blue) = 32+14+25=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 25 (10.16% from 255 or 35.21% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #200E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E19 is #DFF1E6. Grayscale: #141414. Windows color (decimal): -14676455 or 1642016. OLE color: 1642016.
HSL color Cylindrical-coordinate representation of color #200E19: hue angle of 323.33º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200E19 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 25 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.87 |
| HSL | 323.33º | 0.39% | 0.09% | - |
| HSV(B) | 323.33º | 0.56% | 0.13% | - |
| XYZ | 0.93 | 0.69 | 1 | - |
| YUV | 20.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 25 | 0 | 0.56 | 0.22 | 0.87 | 323.33 | 0.39 | 0.09 |
| Hex | 20 | E | 19 | 0 | 38 | 16 | 57 | 143 | 27 | 9 |
| Octal | 40 | 16 | 31 | 0 | 70 | 26 | 127 | 503 | 47 | 11 |
| Binary | 100000 | 1110 | 11001 | 0 | 111000 | 10110 | 1010111 | 101000011 | 100111 | 1001 |
Color Harmonies of #200E19
Complementary color
Monochromatic Colors of #200E19
Black with #200E19
Text Example
Text Example
White with #200E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E19; }
p { color: rgb(32,14,25); }
H1.HeaderClassName
{
color: #200E19;
}
.AnyTagClassName
{
color: #200E19;
}
</style>
background-color css
<style>
a { background-color: #200E19; }
a { background-color: rgb(32,14,25); }
div.DivClassName
{
background-color: #200E19;
}
.BgClassName
{
background-color: #200E19;
}
</style>
border-color css
<style>
span { border-color: #200E19; }
span { border-color: rgb(32,14,25); }
td.TdClassName
{
border-color: #200E19;
}
.TagClassName
{
border-color: #200E19;
}
</style>