Shades of Melanzane #200A19
Tints of Melanzane #200A19
RGB
CMYK
RGB Variations
Color information
#200A19 (or 0x200A19) is known color: Melanzane. HEX triplet: 20, 0A and 19. RGB value is (32,10,25). Sum of RGB (Red+Green+Blue) = 32+10+25=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A19 is #DFF5E6. Grayscale: #121212. Windows color (decimal): -14677479 or 1640992. OLE color: 1640992.
HSL color Cylindrical-coordinate representation of color #200A19: hue angle of 319.09º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A19 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 25 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.87 |
| HSL | 319.09º | 0.52% | 0.08% | - |
| HSV(B) | 319.09º | 0.69% | 0.13% | - |
| XYZ | 0.88 | 0.59 | 0.99 | - |
| YUV | 18.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 25 | 0 | 0.69 | 0.22 | 0.87 | 319.09 | 0.52 | 0.08 |
| Hex | 20 | A | 19 | 0 | 45 | 16 | 57 | 13F | 34 | 8 |
| Octal | 40 | 12 | 31 | 0 | 105 | 26 | 127 | 477 | 64 | 10 |
| Binary | 100000 | 1010 | 11001 | 0 | 1000101 | 10110 | 1010111 | 100111111 | 110100 | 1000 |
Color Harmonies of #200A19
Complementary color
Monochromatic Colors of #200A19
Black with #200A19
Text Example
Text Example
White with #200A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A19; }
p { color: rgb(32,10,25); }
H1.HeaderClassName
{
color: #200A19;
}
.AnyTagClassName
{
color: #200A19;
}
</style>
background-color css
<style>
a { background-color: #200A19; }
a { background-color: rgb(32,10,25); }
div.DivClassName
{
background-color: #200A19;
}
.BgClassName
{
background-color: #200A19;
}
</style>
border-color css
<style>
span { border-color: #200A19; }
span { border-color: rgb(32,10,25); }
td.TdClassName
{
border-color: #200A19;
}
.TagClassName
{
border-color: #200A19;
}
</style>