Shades of Melanzane #211D1F
Tints of Melanzane #211D1F
RGB
CMYK
RGB Variations
Color information
#211D1F (or 0x211D1F) is known color: Melanzane. HEX triplet: 21, 1D and 1F. RGB value is (33,29,31). Sum of RGB (Red+Green+Blue) = 33+29+31=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 33 - color contains mainly: red. Hex color #211D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D1F is #DEE2E0. Grayscale: #1E1E1E. Windows color (decimal): -14607073 or 2039073. OLE color: 2039073.
HSL color Cylindrical-coordinate representation of color #211D1F: hue angle of 330º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #211D1F is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 31 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.87 |
| HSL | 330º | 0.06% | 0.12% | - |
| HSV(B) | 330º | 0.12% | 0.13% | - |
| XYZ | 1.31 | 1.3 | 1.48 | - |
| YUV | 30.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 31 | 0 | 0.12 | 0.06 | 0.87 | 330 | 0.06 | 0.12 |
| Hex | 21 | 1D | 1F | 0 | C | 6 | 57 | 14A | 6 | C |
| Octal | 41 | 35 | 37 | 0 | 14 | 6 | 127 | 512 | 6 | 14 |
| Binary | 100001 | 11101 | 11111 | 0 | 1100 | 110 | 1010111 | 101001010 | 110 | 1100 |
Color Harmonies of #211D1F
Complementary color
Monochromatic Colors of #211D1F
Black with #211D1F
Text Example
Text Example
White with #211D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D1F; }
p { color: rgb(33,29,31); }
H1.HeaderClassName
{
color: #211D1F;
}
.AnyTagClassName
{
color: #211D1F;
}
</style>
background-color css
<style>
a { background-color: #211D1F; }
a { background-color: rgb(33,29,31); }
div.DivClassName
{
background-color: #211D1F;
}
.BgClassName
{
background-color: #211D1F;
}
</style>
border-color css
<style>
span { border-color: #211D1F; }
span { border-color: rgb(33,29,31); }
td.TdClassName
{
border-color: #211D1F;
}
.TagClassName
{
border-color: #211D1F;
}
</style>