Shades of Nero #191919
Tints of Nero #191919
RGB
CMYK
RGB Variations
Color information
#191919 (or 0x191919) is known color: Nero. HEX triplet: 19, 19 and 19. RGB value is (25,25,25). Sum of RGB (Red+Green+Blue) = 25+25+25=75 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 25 - color contains mainly: red, green, blue. Hex color #191919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191919 is #E6E6E6. Grayscale: #191919. Windows color (decimal): -15132391 or 1644825. OLE color: 1644825.
HSL color Cylindrical-coordinate representation of color #191919: hue angle of 0º degrees, saturation: 0, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0%. Process color model (Four color, CMYK) of #191919 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 25 | 25 | 25 | - |
CMYK | 0 | 0 | 0 | 0.90 |
HSL | 0º | 0% | 0.1% | - |
HSV(B) | 0º | 0% | 0.1% | - |
XYZ | 0.92 | 0.97 | 1.06 | - |
YUV | 25 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 25 | 25 | 25 | 0 | 0 | 0 | 0.90 | 0 | 0 | 0.1 |
Hex | 19 | 19 | 19 | 0 | 0 | 0 | 5A | 0 | 0 | A |
Octal | 31 | 31 | 31 | 0 | 0 | 0 | 132 | 0 | 0 | 12 |
Binary | 11001 | 11001 | 11001 | 0 | 0 | 0 | 1011010 | 0 | 0 | 1010 |
Color Harmonies of #191919
Complementary color
Monochromatic Colors of #191919
Black with #191919
Text Example
Text Example
White with #191919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191919; }
p { color: rgb(25,25,25); }
H1.HeaderClassName
{
color: #191919;
}
.AnyTagClassName
{
color: #191919;
}
</style>
background-color css
<style>
a { background-color: #191919; }
a { background-color: rgb(25,25,25); }
div.DivClassName
{
background-color: #191919;
}
.BgClassName
{
background-color: #191919;
}
</style>
border-color css
<style>
span { border-color: #191919; }
span { border-color: rgb(25,25,25); }
td.TdClassName
{
border-color: #191919;
}
.TagClassName
{
border-color: #191919;
}
</style>