Shades of Melanzane #200A1B
Tints of Melanzane #200A1B
RGB
CMYK
RGB Variations
Color information
#200A1B (or 0x200A1B) is known color: Melanzane. HEX triplet: 20, 0A and 1B. RGB value is (32,10,27). Sum of RGB (Red+Green+Blue) = 32+10+27=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A1B is #DFF5E4. Grayscale: #121212. Windows color (decimal): -14677477 or 1772064. OLE color: 1772064.
HSL color Cylindrical-coordinate representation of color #200A1B: hue angle of 313.64º 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 #200A1B is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 27 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.87 |
| HSL | 313.64º | 0.52% | 0.08% | - |
| HSV(B) | 313.64º | 0.69% | 0.13% | - |
| XYZ | 0.9 | 0.6 | 1.11 | - |
| YUV | 18.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 27 | 0 | 0.69 | 0.16 | 0.87 | 313.64 | 0.52 | 0.08 |
| Hex | 20 | A | 1B | 0 | 45 | 10 | 57 | 13A | 34 | 8 |
| Octal | 40 | 12 | 33 | 0 | 105 | 20 | 127 | 472 | 64 | 10 |
| Binary | 100000 | 1010 | 11011 | 0 | 1000101 | 10000 | 1010111 | 100111010 | 110100 | 1000 |
Color Harmonies of #200A1B
Complementary color
Monochromatic Colors of #200A1B
Black with #200A1B
Text Example
Text Example
White with #200A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A1B; }
p { color: rgb(32,10,27); }
H1.HeaderClassName
{
color: #200A1B;
}
.AnyTagClassName
{
color: #200A1B;
}
</style>
background-color css
<style>
a { background-color: #200A1B; }
a { background-color: rgb(32,10,27); }
div.DivClassName
{
background-color: #200A1B;
}
.BgClassName
{
background-color: #200A1B;
}
</style>
border-color css
<style>
span { border-color: #200A1B; }
span { border-color: rgb(32,10,27); }
td.TdClassName
{
border-color: #200A1B;
}
.TagClassName
{
border-color: #200A1B;
}
</style>