Shades of Melanzane #200F1C
Tints of Melanzane #200F1C
RGB
CMYK
RGB Variations
Color information
#200F1C (or 0x200F1C) is known color: Melanzane. HEX triplet: 20, 0F and 1C. RGB value is (32,15,28). Sum of RGB (Red+Green+Blue) = 32+15+28=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #200F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F1C is #DFF0E3. Grayscale: #151515. Windows color (decimal): -14676196 or 1838880. OLE color: 1838880.
HSL color Cylindrical-coordinate representation of color #200F1C: hue angle of 314.12º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #200F1C is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 28 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.87 |
| HSL | 314.12º | 0.36% | 0.09% | - |
| HSV(B) | 314.12º | 0.53% | 0.13% | - |
| XYZ | 0.98 | 0.73 | 1.19 | - |
| YUV | 21.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 28 | 0 | 0.53 | 0.12 | 0.87 | 314.12 | 0.36 | 0.09 |
| Hex | 20 | F | 1C | 0 | 35 | C | 57 | 13A | 24 | 9 |
| Octal | 40 | 17 | 34 | 0 | 65 | 14 | 127 | 472 | 44 | 11 |
| Binary | 100000 | 1111 | 11100 | 0 | 110101 | 1100 | 1010111 | 100111010 | 100100 | 1001 |
Color Harmonies of #200F1C
Complementary color
Monochromatic Colors of #200F1C
Black with #200F1C
Text Example
Text Example
White with #200F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F1C; }
p { color: rgb(32,15,28); }
H1.HeaderClassName
{
color: #200F1C;
}
.AnyTagClassName
{
color: #200F1C;
}
</style>
background-color css
<style>
a { background-color: #200F1C; }
a { background-color: rgb(32,15,28); }
div.DivClassName
{
background-color: #200F1C;
}
.BgClassName
{
background-color: #200F1C;
}
</style>
border-color css
<style>
span { border-color: #200F1C; }
span { border-color: rgb(32,15,28); }
td.TdClassName
{
border-color: #200F1C;
}
.TagClassName
{
border-color: #200F1C;
}
</style>