Shades of Nero #211E1E
Tints of Nero #211E1E
RGB
CMYK
RGB Variations
Color information
#211E1E (or 0x211E1E) is known color: Nero. HEX triplet: 21, 1E and 1E. RGB value is (33,30,30). Sum of RGB (Red+Green+Blue) = 33+30+30=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1E is #DEE1E1. Grayscale: #1E1E1E. Windows color (decimal): -14606818 or 1973793. OLE color: 1973793.
HSL color Cylindrical-coordinate representation of color #211E1E: hue angle of 0º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #211E1E is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 30 | - |
| CMYK | 0 | 0.09 | 0.09 | 0.87 |
| HSL | 0º | 0.05% | 0.12% | - |
| HSV(B) | 0º | 0.09% | 0.13% | - |
| XYZ | 1.33 | 1.35 | 1.42 | - |
| YUV | 30.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 30 | 0 | 0.09 | 0.09 | 0.87 | 0 | 0.05 | 0.12 |
| Hex | 21 | 1E | 1E | 0 | 9 | 9 | 57 | 0 | 5 | C |
| Octal | 41 | 36 | 36 | 0 | 11 | 11 | 127 | 0 | 5 | 14 |
| Binary | 100001 | 11110 | 11110 | 0 | 1001 | 1001 | 1010111 | 0 | 101 | 1100 |
Color Harmonies of #211E1E
Complementary color
Monochromatic Colors of #211E1E
Black with #211E1E
Text Example
Text Example
White with #211E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E1E; }
p { color: rgb(33,30,30); }
H1.HeaderClassName
{
color: #211E1E;
}
.AnyTagClassName
{
color: #211E1E;
}
</style>
background-color css
<style>
a { background-color: #211E1E; }
a { background-color: rgb(33,30,30); }
div.DivClassName
{
background-color: #211E1E;
}
.BgClassName
{
background-color: #211E1E;
}
</style>
border-color css
<style>
span { border-color: #211E1E; }
span { border-color: rgb(33,30,30); }
td.TdClassName
{
border-color: #211E1E;
}
.TagClassName
{
border-color: #211E1E;
}
</style>