Shades of Nero #221A1A
Tints of Nero #221A1A
RGB
CMYK
RGB Variations
Color information
#221A1A (or 0x221A1A) is known color: Nero. HEX triplet: 22, 1A and 1A. RGB value is (34,26,26). Sum of RGB (Red+Green+Blue) = 34+26+26=86 (11% of max value = 765). Red value is 34 (13.67% from 255 or 39.53% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 34 - color contains mainly: red. Hex color #221A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A1A is #DDE5E5. Grayscale: #1C1C1C. Windows color (decimal): -14542310 or 1710626. OLE color: 1710626.
HSL color Cylindrical-coordinate representation of color #221A1A: hue angle of 0º 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 #221A1A is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 26 | 26 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.87 |
| HSL | 0º | 0.13% | 0.12% | - |
| HSV(B) | 0º | 0.24% | 0.13% | - |
| XYZ | 1.22 | 1.15 | 1.14 | - |
| YUV | 28.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 26 | 26 | 0 | 0.24 | 0.24 | 0.87 | 0 | 0.13 | 0.12 |
| Hex | 22 | 1A | 1A | 0 | 18 | 18 | 57 | 0 | D | C |
| Octal | 42 | 32 | 32 | 0 | 30 | 30 | 127 | 0 | 15 | 14 |
| Binary | 100010 | 11010 | 11010 | 0 | 11000 | 11000 | 1010111 | 0 | 1101 | 1100 |
Color Harmonies of #221A1A
Complementary color
Monochromatic Colors of #221A1A
Black with #221A1A
Text Example
Text Example
White with #221A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221A1A; }
p { color: rgb(34,26,26); }
H1.HeaderClassName
{
color: #221A1A;
}
.AnyTagClassName
{
color: #221A1A;
}
</style>
background-color css
<style>
a { background-color: #221A1A; }
a { background-color: rgb(34,26,26); }
div.DivClassName
{
background-color: #221A1A;
}
.BgClassName
{
background-color: #221A1A;
}
</style>
border-color css
<style>
span { border-color: #221A1A; }
span { border-color: rgb(34,26,26); }
td.TdClassName
{
border-color: #221A1A;
}
.TagClassName
{
border-color: #221A1A;
}
</style>