Shades of Nero #221C1B
Tints of Nero #221C1B
RGB
CMYK
RGB Variations
Color information
#221C1B (or 0x221C1B) is known color: Nero. HEX triplet: 22, 1C and 1B. RGB value is (34,28,27). Sum of RGB (Red+Green+Blue) = 34+28+27=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 34 - color contains mainly: red. Hex color #221C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C1B is #DDE3E4. Grayscale: #1D1D1D. Windows color (decimal): -14541797 or 1776674. OLE color: 1776674.
HSL color Cylindrical-coordinate representation of color #221C1B: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #221C1B is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 27 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.87 |
| HSL | 8.57º | 0.11% | 0.12% | - |
| HSV(B) | 8.57º | 0.21% | 0.13% | - |
| XYZ | 1.27 | 1.25 | 1.21 | - |
| YUV | 29.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 27 | 0 | 0.18 | 0.21 | 0.87 | 8.57 | 0.11 | 0.12 |
| Hex | 22 | 1C | 1B | 0 | 12 | 15 | 57 | 9 | B | C |
| Octal | 42 | 34 | 33 | 0 | 22 | 25 | 127 | 11 | 13 | 14 |
| Binary | 100010 | 11100 | 11011 | 0 | 10010 | 10101 | 1010111 | 1001 | 1011 | 1100 |
Color Harmonies of #221C1B
Complementary color
Monochromatic Colors of #221C1B
Black with #221C1B
Text Example
Text Example
White with #221C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C1B; }
p { color: rgb(34,28,27); }
H1.HeaderClassName
{
color: #221C1B;
}
.AnyTagClassName
{
color: #221C1B;
}
</style>
background-color css
<style>
a { background-color: #221C1B; }
a { background-color: rgb(34,28,27); }
div.DivClassName
{
background-color: #221C1B;
}
.BgClassName
{
background-color: #221C1B;
}
</style>
border-color css
<style>
span { border-color: #221C1B; }
span { border-color: rgb(34,28,27); }
td.TdClassName
{
border-color: #221C1B;
}
.TagClassName
{
border-color: #221C1B;
}
</style>