Shades of Nero #191717
Tints of Nero #191717
RGB
CMYK
RGB Variations
Color information
#191717 (or 0x191717) is known color: Nero. HEX triplet: 19, 17 and 17. RGB value is (25,23,23). Sum of RGB (Red+Green+Blue) = 25+23+23=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 25 - color contains mainly: red. Hex color #191717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191717 is #E6E8E8. Grayscale: #171717. Windows color (decimal): -15132905 or 1513241. OLE color: 1513241.
HSL color Cylindrical-coordinate representation of color #191717: hue angle of 0º degrees, saturation: 0.04, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #191717 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 23 | 23 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.90 |
| HSL | 0º | 0.04% | 0.09% | - |
| HSV(B) | 0º | 0.08% | 0.1% | - |
| XYZ | 0.86 | 0.88 | 0.94 | - |
| YUV | 23.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 23 | 23 | 0 | 0.08 | 0.08 | 0.90 | 0 | 0.04 | 0.09 |
| Hex | 19 | 17 | 17 | 0 | 8 | 8 | 5A | 0 | 4 | 9 |
| Octal | 31 | 27 | 27 | 0 | 10 | 10 | 132 | 0 | 4 | 11 |
| Binary | 11001 | 10111 | 10111 | 0 | 1000 | 1000 | 1011010 | 0 | 100 | 1001 |
Color Harmonies of #191717
Complementary color
Monochromatic Colors of #191717
Black with #191717
Text Example
Text Example
White with #191717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191717; }
p { color: rgb(25,23,23); }
H1.HeaderClassName
{
color: #191717;
}
.AnyTagClassName
{
color: #191717;
}
</style>
background-color css
<style>
a { background-color: #191717; }
a { background-color: rgb(25,23,23); }
div.DivClassName
{
background-color: #191717;
}
.BgClassName
{
background-color: #191717;
}
</style>
border-color css
<style>
span { border-color: #191717; }
span { border-color: rgb(25,23,23); }
td.TdClassName
{
border-color: #191717;
}
.TagClassName
{
border-color: #191717;
}
</style>