Shades of Nero #221B1A
Tints of Nero #221B1A
RGB
CMYK
RGB Variations
Color information
#221B1A (or 0x221B1A) is known color: Nero. HEX triplet: 22, 1B and 1A. RGB value is (34,27,26). Sum of RGB (Red+Green+Blue) = 34+27+26=87 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.08% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 34 - color contains mainly: red. Hex color #221B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B1A is #DDE4E5. Grayscale: #1C1C1C. Windows color (decimal): -14542054 or 1710882. OLE color: 1710882.
HSL color Cylindrical-coordinate representation of color #221B1A: hue angle of 7.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #221B1A is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 26 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.87 |
| HSL | 7.5º | 0.13% | 0.12% | - |
| HSV(B) | 7.5º | 0.24% | 0.13% | - |
| XYZ | 1.24 | 1.2 | 1.14 | - |
| YUV | 28.98 | 126.32 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 26 | 0 | 0.21 | 0.24 | 0.87 | 7.5 | 0.13 | 0.12 |
| Hex | 22 | 1B | 1A | 0 | 15 | 18 | 57 | 8 | D | C |
| Octal | 42 | 33 | 32 | 0 | 25 | 30 | 127 | 10 | 15 | 14 |
| Binary | 100010 | 11011 | 11010 | 0 | 10101 | 11000 | 1010111 | 1000 | 1101 | 1100 |
Color Harmonies of #221B1A
Complementary color
Monochromatic Colors of #221B1A
Black with #221B1A
Text Example
Text Example
White with #221B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B1A; }
p { color: rgb(34,27,26); }
H1.HeaderClassName
{
color: #221B1A;
}
.AnyTagClassName
{
color: #221B1A;
}
</style>
background-color css
<style>
a { background-color: #221B1A; }
a { background-color: rgb(34,27,26); }
div.DivClassName
{
background-color: #221B1A;
}
.BgClassName
{
background-color: #221B1A;
}
</style>
border-color css
<style>
span { border-color: #221B1A; }
span { border-color: rgb(34,27,26); }
td.TdClassName
{
border-color: #221B1A;
}
.TagClassName
{
border-color: #221B1A;
}
</style>