Shades of Melanzane #210E1C
Tints of Melanzane #210E1C
RGB
CMYK
RGB Variations
Color information
#210E1C (or 0x210E1C) is known color: Melanzane. HEX triplet: 21, 0E and 1C. RGB value is (33,14,28). Sum of RGB (Red+Green+Blue) = 33+14+28=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #210E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E1C is #DEF1E3. Grayscale: #151515. Windows color (decimal): -14610916 or 1838625. OLE color: 1838625.
HSL color Cylindrical-coordinate representation of color #210E1C: hue angle of 315.79º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #210E1C is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 28 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.87 |
| HSL | 315.79º | 0.4% | 0.09% | - |
| HSV(B) | 315.79º | 0.58% | 0.13% | - |
| XYZ | 0.99 | 0.72 | 1.19 | - |
| YUV | 21.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 28 | 0 | 0.58 | 0.15 | 0.87 | 315.79 | 0.4 | 0.09 |
| Hex | 21 | E | 1C | 0 | 3A | F | 57 | 13C | 28 | 9 |
| Octal | 41 | 16 | 34 | 0 | 72 | 17 | 127 | 474 | 50 | 11 |
| Binary | 100001 | 1110 | 11100 | 0 | 111010 | 1111 | 1010111 | 100111100 | 101000 | 1001 |
Color Harmonies of #210E1C
Complementary color
Monochromatic Colors of #210E1C
Black with #210E1C
Text Example
Text Example
White with #210E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E1C; }
p { color: rgb(33,14,28); }
H1.HeaderClassName
{
color: #210E1C;
}
.AnyTagClassName
{
color: #210E1C;
}
</style>
background-color css
<style>
a { background-color: #210E1C; }
a { background-color: rgb(33,14,28); }
div.DivClassName
{
background-color: #210E1C;
}
.BgClassName
{
background-color: #210E1C;
}
</style>
border-color css
<style>
span { border-color: #210E1C; }
span { border-color: rgb(33,14,28); }
td.TdClassName
{
border-color: #210E1C;
}
.TagClassName
{
border-color: #210E1C;
}
</style>