Shades of Melanzane #211B1E
Tints of Melanzane #211B1E
RGB
CMYK
RGB Variations
Color information
#211B1E (or 0x211B1E) is known color: Melanzane. HEX triplet: 21, 1B and 1E. RGB value is (33,27,30). Sum of RGB (Red+Green+Blue) = 33+27+30=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 33 - color contains mainly: red. Hex color #211B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B1E is #DEE4E1. Grayscale: #1D1D1D. Windows color (decimal): -14607586 or 1973025. OLE color: 1973025.
HSL color Cylindrical-coordinate representation of color #211B1E: hue angle of 330º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #211B1E is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 30 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.87 |
| HSL | 330º | 0.1% | 0.12% | - |
| HSV(B) | 330º | 0.18% | 0.13% | - |
| XYZ | 1.25 | 1.2 | 1.39 | - |
| YUV | 29.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 30 | 0 | 0.18 | 0.09 | 0.87 | 330 | 0.1 | 0.12 |
| Hex | 21 | 1B | 1E | 0 | 12 | 9 | 57 | 14A | A | C |
| Octal | 41 | 33 | 36 | 0 | 22 | 11 | 127 | 512 | 12 | 14 |
| Binary | 100001 | 11011 | 11110 | 0 | 10010 | 1001 | 1010111 | 101001010 | 1010 | 1100 |
Color Harmonies of #211B1E
Complementary color
Monochromatic Colors of #211B1E
Black with #211B1E
Text Example
Text Example
White with #211B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B1E; }
p { color: rgb(33,27,30); }
H1.HeaderClassName
{
color: #211B1E;
}
.AnyTagClassName
{
color: #211B1E;
}
</style>
background-color css
<style>
a { background-color: #211B1E; }
a { background-color: rgb(33,27,30); }
div.DivClassName
{
background-color: #211B1E;
}
.BgClassName
{
background-color: #211B1E;
}
</style>
border-color css
<style>
span { border-color: #211B1E; }
span { border-color: rgb(33,27,30); }
td.TdClassName
{
border-color: #211B1E;
}
.TagClassName
{
border-color: #211B1E;
}
</style>