Shades of Melanzane #200C1B
Tints of Melanzane #200C1B
RGB
CMYK
RGB Variations
Color information
#200C1B (or 0x200C1B) is known color: Melanzane. HEX triplet: 20, 0C and 1B. RGB value is (32,12,27). Sum of RGB (Red+Green+Blue) = 32+12+27=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1B is #DFF3E4. Grayscale: #131313. Windows color (decimal): -14676965 or 1772576. OLE color: 1772576.
HSL color Cylindrical-coordinate representation of color #200C1B: hue angle of 315º 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 #200C1B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 12 | 27 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.87 |
| HSL | 315º | 0.45% | 0.09% | - |
| HSV(B) | 315º | 0.63% | 0.13% | - |
| XYZ | 0.92 | 0.65 | 1.11 | - |
| YUV | 19.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 27 | 0 | 0.63 | 0.16 | 0.87 | 315 | 0.45 | 0.09 |
| Hex | 20 | C | 1B | 0 | 3F | 10 | 57 | 13B | 2D | 9 |
| Octal | 40 | 14 | 33 | 0 | 77 | 20 | 127 | 473 | 55 | 11 |
| Binary | 100000 | 1100 | 11011 | 0 | 111111 | 10000 | 1010111 | 100111011 | 101101 | 1001 |
Color Harmonies of #200C1B
Complementary color
Monochromatic Colors of #200C1B
Black with #200C1B
Text Example
Text Example
White with #200C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C1B; }
p { color: rgb(32,12,27); }
H1.HeaderClassName
{
color: #200C1B;
}
.AnyTagClassName
{
color: #200C1B;
}
</style>
background-color css
<style>
a { background-color: #200C1B; }
a { background-color: rgb(32,12,27); }
div.DivClassName
{
background-color: #200C1B;
}
.BgClassName
{
background-color: #200C1B;
}
</style>
border-color css
<style>
span { border-color: #200C1B; }
span { border-color: rgb(32,12,27); }
td.TdClassName
{
border-color: #200C1B;
}
.TagClassName
{
border-color: #200C1B;
}
</style>