Shades of Nero #1A1616
Tints of Nero #1A1616
RGB
CMYK
RGB Variations
Color information
#1A1616 (or 0x1A1616) is known color: Nero. HEX triplet: 1A, 16 and 16. RGB value is (26,22,22). Sum of RGB (Red+Green+Blue) = 26+22+22=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1616 is #E5E9E9. Grayscale: #171717. Windows color (decimal): -15067626 or 1447450. OLE color: 1447450.
HSL color Cylindrical-coordinate representation of color #1A1616: hue angle of 0º degrees, saturation: 0.08, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1A1616 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 22 | 22 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.90 |
| HSL | 0º | 0.08% | 0.09% | - |
| HSV(B) | 0º | 0.15% | 0.1% | - |
| XYZ | 0.86 | 0.85 | 0.88 | - |
| YUV | 23.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 22 | 0 | 0.15 | 0.15 | 0.90 | 0 | 0.08 | 0.09 |
| Hex | 1A | 16 | 16 | 0 | F | F | 5A | 0 | 8 | 9 |
| Octal | 32 | 26 | 26 | 0 | 17 | 17 | 132 | 0 | 10 | 11 |
| Binary | 11010 | 10110 | 10110 | 0 | 1111 | 1111 | 1011010 | 0 | 1000 | 1001 |
Color Harmonies of #1A1616
Complementary color
Monochromatic Colors of #1A1616
Black with #1A1616
Text Example
Text Example
White with #1A1616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1616; }
p { color: rgb(26,22,22); }
H1.HeaderClassName
{
color: #1A1616;
}
.AnyTagClassName
{
color: #1A1616;
}
</style>
background-color css
<style>
a { background-color: #1A1616; }
a { background-color: rgb(26,22,22); }
div.DivClassName
{
background-color: #1A1616;
}
.BgClassName
{
background-color: #1A1616;
}
</style>
border-color css
<style>
span { border-color: #1A1616; }
span { border-color: rgb(26,22,22); }
td.TdClassName
{
border-color: #1A1616;
}
.TagClassName
{
border-color: #1A1616;
}
</style>