Shades of Melanzane #200B1C
Tints of Melanzane #200B1C
RGB
CMYK
RGB Variations
Color information
#200B1C (or 0x200B1C) is known color: Melanzane. HEX triplet: 20, 0B and 1C. RGB value is (32,11,28). Sum of RGB (Red+Green+Blue) = 32+11+28=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #200B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B1C is #DFF4E3. Grayscale: #131313. Windows color (decimal): -14677220 or 1837856. OLE color: 1837856.
HSL color Cylindrical-coordinate representation of color #200B1C: hue angle of 311.43º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B1C is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 28 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.87 |
| HSL | 311.43º | 0.49% | 0.08% | - |
| HSV(B) | 311.43º | 0.66% | 0.13% | - |
| XYZ | 0.92 | 0.63 | 1.17 | - |
| YUV | 19.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 28 | 0 | 0.66 | 0.12 | 0.87 | 311.43 | 0.49 | 0.08 |
| Hex | 20 | B | 1C | 0 | 42 | C | 57 | 137 | 31 | 8 |
| Octal | 40 | 13 | 34 | 0 | 102 | 14 | 127 | 467 | 61 | 10 |
| Binary | 100000 | 1011 | 11100 | 0 | 1000010 | 1100 | 1010111 | 100110111 | 110001 | 1000 |
Color Harmonies of #200B1C
Complementary color
Monochromatic Colors of #200B1C
Black with #200B1C
Text Example
Text Example
White with #200B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B1C; }
p { color: rgb(32,11,28); }
H1.HeaderClassName
{
color: #200B1C;
}
.AnyTagClassName
{
color: #200B1C;
}
</style>
background-color css
<style>
a { background-color: #200B1C; }
a { background-color: rgb(32,11,28); }
div.DivClassName
{
background-color: #200B1C;
}
.BgClassName
{
background-color: #200B1C;
}
</style>
border-color css
<style>
span { border-color: #200B1C; }
span { border-color: rgb(32,11,28); }
td.TdClassName
{
border-color: #200B1C;
}
.TagClassName
{
border-color: #200B1C;
}
</style>