Shades of Nero #211C1B
Tints of Nero #211C1B
RGB
CMYK
RGB Variations
Color information
#211C1B (or 0x211C1B) is known color: Nero. HEX triplet: 21, 1C and 1B. RGB value is (33,28,27). Sum of RGB (Red+Green+Blue) = 33+28+27=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1B is #DEE3E4. Grayscale: #1D1D1D. Windows color (decimal): -14607333 or 1776673. OLE color: 1776673.
HSL color Cylindrical-coordinate representation of color #211C1B: hue angle of 10º 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 #211C1B is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 28 | 27 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.87 |
| HSL | 10º | 0.1% | 0.12% | - |
| HSV(B) | 10º | 0.18% | 0.13% | - |
| XYZ | 1.24 | 1.23 | 1.21 | - |
| YUV | 29.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 27 | 0 | 0.15 | 0.18 | 0.87 | 10 | 0.1 | 0.12 |
| Hex | 21 | 1C | 1B | 0 | F | 12 | 57 | A | A | C |
| Octal | 41 | 34 | 33 | 0 | 17 | 22 | 127 | 12 | 12 | 14 |
| Binary | 100001 | 11100 | 11011 | 0 | 1111 | 10010 | 1010111 | 1010 | 1010 | 1100 |
Color Harmonies of #211C1B
Complementary color
Monochromatic Colors of #211C1B
Black with #211C1B
Text Example
Text Example
White with #211C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C1B; }
p { color: rgb(33,28,27); }
H1.HeaderClassName
{
color: #211C1B;
}
.AnyTagClassName
{
color: #211C1B;
}
</style>
background-color css
<style>
a { background-color: #211C1B; }
a { background-color: rgb(33,28,27); }
div.DivClassName
{
background-color: #211C1B;
}
.BgClassName
{
background-color: #211C1B;
}
</style>
border-color css
<style>
span { border-color: #211C1B; }
span { border-color: rgb(33,28,27); }
td.TdClassName
{
border-color: #211C1B;
}
.TagClassName
{
border-color: #211C1B;
}
</style>