Shades of Nero #1E1919
Tints of Nero #1E1919
RGB
CMYK
RGB Variations
Color information
#1E1919 (or 0x1E1919) is known color: Nero. HEX triplet: 1E, 19 and 19. RGB value is (30,25,25). Sum of RGB (Red+Green+Blue) = 30+25+25=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1919 is #E1E6E6. Grayscale: #1A1A1A. Windows color (decimal): -14804711 or 1644830. OLE color: 1644830.
HSL color Cylindrical-coordinate representation of color #1E1919: hue angle of 0º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1E1919 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 25 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.88 |
| HSL | 0º | 0.09% | 0.11% | - |
| HSV(B) | 0º | 0.17% | 0.12% | - |
| XYZ | 1.06 | 1.04 | 1.06 | - |
| YUV | 26.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 25 | 0 | 0.17 | 0.17 | 0.88 | 0 | 0.09 | 0.11 |
| Hex | 1E | 19 | 19 | 0 | 11 | 11 | 58 | 0 | 9 | B |
| Octal | 36 | 31 | 31 | 0 | 21 | 21 | 130 | 0 | 11 | 13 |
| Binary | 11110 | 11001 | 11001 | 0 | 10001 | 10001 | 1011000 | 0 | 1001 | 1011 |
Color Harmonies of #1E1919
Complementary color
Monochromatic Colors of #1E1919
Black with #1E1919
Text Example
Text Example
White with #1E1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1919; }
p { color: rgb(30,25,25); }
H1.HeaderClassName
{
color: #1E1919;
}
.AnyTagClassName
{
color: #1E1919;
}
</style>
background-color css
<style>
a { background-color: #1E1919; }
a { background-color: rgb(30,25,25); }
div.DivClassName
{
background-color: #1E1919;
}
.BgClassName
{
background-color: #1E1919;
}
</style>
border-color css
<style>
span { border-color: #1E1919; }
span { border-color: rgb(30,25,25); }
td.TdClassName
{
border-color: #1E1919;
}
.TagClassName
{
border-color: #1E1919;
}
</style>