Shades of Melanzane #210E1B
Tints of Melanzane #210E1B
RGB
CMYK
RGB Variations
Color information
#210E1B (or 0x210E1B) is known color: Melanzane. HEX triplet: 21, 0E and 1B. RGB value is (33,14,27). Sum of RGB (Red+Green+Blue) = 33+14+27=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #210E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210E1B is #DEF1E4. Grayscale: #151515. Windows color (decimal): -14610917 or 1773089. OLE color: 1773089.
HSL color Cylindrical-coordinate representation of color #210E1B: hue angle of 318.95º 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 #210E1B is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 14 | 27 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.87 |
| HSL | 318.95º | 0.4% | 0.09% | - |
| HSV(B) | 318.95º | 0.58% | 0.13% | - |
| XYZ | 0.98 | 0.72 | 1.12 | - |
| YUV | 21.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 14 | 27 | 0 | 0.58 | 0.18 | 0.87 | 318.95 | 0.4 | 0.09 |
| Hex | 21 | E | 1B | 0 | 3A | 12 | 57 | 13F | 28 | 9 |
| Octal | 41 | 16 | 33 | 0 | 72 | 22 | 127 | 477 | 50 | 11 |
| Binary | 100001 | 1110 | 11011 | 0 | 111010 | 10010 | 1010111 | 100111111 | 101000 | 1001 |
Color Harmonies of #210E1B
Complementary color
Monochromatic Colors of #210E1B
Black with #210E1B
Text Example
Text Example
White with #210E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210E1B; }
p { color: rgb(33,14,27); }
H1.HeaderClassName
{
color: #210E1B;
}
.AnyTagClassName
{
color: #210E1B;
}
</style>
background-color css
<style>
a { background-color: #210E1B; }
a { background-color: rgb(33,14,27); }
div.DivClassName
{
background-color: #210E1B;
}
.BgClassName
{
background-color: #210E1B;
}
</style>
border-color css
<style>
span { border-color: #210E1B; }
span { border-color: rgb(33,14,27); }
td.TdClassName
{
border-color: #210E1B;
}
.TagClassName
{
border-color: #210E1B;
}
</style>