Shades of Nero #1A1717
Tints of Nero #1A1717
RGB
CMYK
RGB Variations
Color information
#1A1717 (or 0x1A1717) is known color: Nero. HEX triplet: 1A, 17 and 17. RGB value is (26,23,23). Sum of RGB (Red+Green+Blue) = 26+23+23=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1717 is #E5E8E8. Grayscale: #171717. Windows color (decimal): -15067369 or 1513242. OLE color: 1513242.
HSL color Cylindrical-coordinate representation of color #1A1717: hue angle of 0º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1A1717 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 23 | 23 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.90 |
| HSL | 0º | 0.06% | 0.1% | - |
| HSV(B) | 0º | 0.12% | 0.1% | - |
| XYZ | 0.89 | 0.89 | 0.94 | - |
| YUV | 23.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 23 | 0 | 0.12 | 0.12 | 0.90 | 0 | 0.06 | 0.1 |
| Hex | 1A | 17 | 17 | 0 | C | C | 5A | 0 | 6 | A |
| Octal | 32 | 27 | 27 | 0 | 14 | 14 | 132 | 0 | 6 | 12 |
| Binary | 11010 | 10111 | 10111 | 0 | 1100 | 1100 | 1011010 | 0 | 110 | 1010 |
Color Harmonies of #1A1717
Complementary color
Monochromatic Colors of #1A1717
Black with #1A1717
Text Example
Text Example
White with #1A1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1717; }
p { color: rgb(26,23,23); }
H1.HeaderClassName
{
color: #1A1717;
}
.AnyTagClassName
{
color: #1A1717;
}
</style>
background-color css
<style>
a { background-color: #1A1717; }
a { background-color: rgb(26,23,23); }
div.DivClassName
{
background-color: #1A1717;
}
.BgClassName
{
background-color: #1A1717;
}
</style>
border-color css
<style>
span { border-color: #1A1717; }
span { border-color: rgb(26,23,23); }
td.TdClassName
{
border-color: #1A1717;
}
.TagClassName
{
border-color: #1A1717;
}
</style>