Shades of Melanzane #200A1A
Tints of Melanzane #200A1A
RGB
CMYK
RGB Variations
Color information
#200A1A (or 0x200A1A) is known color: Melanzane. HEX triplet: 20, 0A and 1A. RGB value is (32,10,26). Sum of RGB (Red+Green+Blue) = 32+10+26=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 10 (4.30% from 255 or 14.71% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #200A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A1A is #DFF5E5. Grayscale: #121212. Windows color (decimal): -14677478 or 1706528. OLE color: 1706528.
HSL color Cylindrical-coordinate representation of color #200A1A: hue angle of 316.36º 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 #200A1A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 26 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.87 |
| HSL | 316.36º | 0.52% | 0.08% | - |
| HSV(B) | 316.36º | 0.69% | 0.13% | - |
| XYZ | 0.89 | 0.6 | 1.05 | - |
| YUV | 18.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 26 | 0 | 0.69 | 0.19 | 0.87 | 316.36 | 0.52 | 0.08 |
| Hex | 20 | A | 1A | 0 | 45 | 13 | 57 | 13C | 34 | 8 |
| Octal | 40 | 12 | 32 | 0 | 105 | 23 | 127 | 474 | 64 | 10 |
| Binary | 100000 | 1010 | 11010 | 0 | 1000101 | 10011 | 1010111 | 100111100 | 110100 | 1000 |
Color Harmonies of #200A1A
Complementary color
Monochromatic Colors of #200A1A
Black with #200A1A
Text Example
Text Example
White with #200A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A1A; }
p { color: rgb(32,10,26); }
H1.HeaderClassName
{
color: #200A1A;
}
.AnyTagClassName
{
color: #200A1A;
}
</style>
background-color css
<style>
a { background-color: #200A1A; }
a { background-color: rgb(32,10,26); }
div.DivClassName
{
background-color: #200A1A;
}
.BgClassName
{
background-color: #200A1A;
}
</style>
border-color css
<style>
span { border-color: #200A1A; }
span { border-color: rgb(32,10,26); }
td.TdClassName
{
border-color: #200A1A;
}
.TagClassName
{
border-color: #200A1A;
}
</style>