Shades of Melanzane #200E1B
Tints of Melanzane #200E1B
RGB
CMYK
RGB Variations
Color information
#200E1B (or 0x200E1B) is known color: Melanzane. HEX triplet: 20, 0E and 1B. RGB value is (32,14,27). Sum of RGB (Red+Green+Blue) = 32+14+27=73 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.84% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 32 - color contains mainly: red. Hex color #200E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E1B is #DFF1E4. Grayscale: #141414. Windows color (decimal): -14676453 or 1773088. OLE color: 1773088.
HSL color Cylindrical-coordinate representation of color #200E1B: hue angle of 316.67º 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 #200E1B is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 27 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.87 |
| HSL | 316.67º | 0.39% | 0.09% | - |
| HSV(B) | 316.67º | 0.56% | 0.13% | - |
| XYZ | 0.95 | 0.7 | 1.12 | - |
| YUV | 20.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 27 | 0 | 0.56 | 0.16 | 0.87 | 316.67 | 0.39 | 0.09 |
| Hex | 20 | E | 1B | 0 | 38 | 10 | 57 | 13D | 27 | 9 |
| Octal | 40 | 16 | 33 | 0 | 70 | 20 | 127 | 475 | 47 | 11 |
| Binary | 100000 | 1110 | 11011 | 0 | 111000 | 10000 | 1010111 | 100111101 | 100111 | 1001 |
Color Harmonies of #200E1B
Complementary color
Monochromatic Colors of #200E1B
Black with #200E1B
Text Example
Text Example
White with #200E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E1B; }
p { color: rgb(32,14,27); }
H1.HeaderClassName
{
color: #200E1B;
}
.AnyTagClassName
{
color: #200E1B;
}
</style>
background-color css
<style>
a { background-color: #200E1B; }
a { background-color: rgb(32,14,27); }
div.DivClassName
{
background-color: #200E1B;
}
.BgClassName
{
background-color: #200E1B;
}
</style>
border-color css
<style>
span { border-color: #200E1B; }
span { border-color: rgb(32,14,27); }
td.TdClassName
{
border-color: #200E1B;
}
.TagClassName
{
border-color: #200E1B;
}
</style>