Shades of Melanzane #200E1A
Tints of Melanzane #200E1A
RGB
CMYK
RGB Variations
Color information
#200E1A (or 0x200E1A) is known color: Melanzane. HEX triplet: 20, 0E and 1A. RGB value is (32,14,26). Sum of RGB (Red+Green+Blue) = 32+14+26=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #200E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E1A is #DFF1E5. Grayscale: #141414. Windows color (decimal): -14676454 or 1707552. OLE color: 1707552.
HSL color Cylindrical-coordinate representation of color #200E1A: hue angle of 320º 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 #200E1A is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 26 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.87 |
| HSL | 320º | 0.39% | 0.09% | - |
| HSV(B) | 320º | 0.56% | 0.13% | - |
| XYZ | 0.94 | 0.7 | 1.06 | - |
| YUV | 20.75 | 130.96 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 26 | 0 | 0.56 | 0.19 | 0.87 | 320 | 0.39 | 0.09 |
| Hex | 20 | E | 1A | 0 | 38 | 13 | 57 | 140 | 27 | 9 |
| Octal | 40 | 16 | 32 | 0 | 70 | 23 | 127 | 500 | 47 | 11 |
| Binary | 100000 | 1110 | 11010 | 0 | 111000 | 10011 | 1010111 | 101000000 | 100111 | 1001 |
Color Harmonies of #200E1A
Complementary color
Monochromatic Colors of #200E1A
Black with #200E1A
Text Example
Text Example
White with #200E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E1A; }
p { color: rgb(32,14,26); }
H1.HeaderClassName
{
color: #200E1A;
}
.AnyTagClassName
{
color: #200E1A;
}
</style>
background-color css
<style>
a { background-color: #200E1A; }
a { background-color: rgb(32,14,26); }
div.DivClassName
{
background-color: #200E1A;
}
.BgClassName
{
background-color: #200E1A;
}
</style>
border-color css
<style>
span { border-color: #200E1A; }
span { border-color: rgb(32,14,26); }
td.TdClassName
{
border-color: #200E1A;
}
.TagClassName
{
border-color: #200E1A;
}
</style>