Shades of Nero #1F1A19
Tints of Nero #1F1A19
RGB
CMYK
RGB Variations
Color information
#1F1A19 (or 0x1F1A19) is known color: Nero. HEX triplet: 1F, 1A and 19. RGB value is (31,26,25). Sum of RGB (Red+Green+Blue) = 31+26+25=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1A19 is #E0E5E6. Grayscale: #1B1B1B. Windows color (decimal): -14738919 or 1645087. OLE color: 1645087.
HSL color Cylindrical-coordinate representation of color #1F1A19: hue angle of 10º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F1A19 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 26 | 25 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.88 |
| HSL | 10º | 0.11% | 0.11% | - |
| HSV(B) | 10º | 0.19% | 0.12% | - |
| XYZ | 1.11 | 1.1 | 1.07 | - |
| YUV | 27.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 25 | 0 | 0.16 | 0.19 | 0.88 | 10 | 0.11 | 0.11 |
| Hex | 1F | 1A | 19 | 0 | 10 | 13 | 58 | A | B | B |
| Octal | 37 | 32 | 31 | 0 | 20 | 23 | 130 | 12 | 13 | 13 |
| Binary | 11111 | 11010 | 11001 | 0 | 10000 | 10011 | 1011000 | 1010 | 1011 | 1011 |
Color Harmonies of #1F1A19
Complementary color
Monochromatic Colors of #1F1A19
Black with #1F1A19
Text Example
Text Example
White with #1F1A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1A19; }
p { color: rgb(31,26,25); }
H1.HeaderClassName
{
color: #1F1A19;
}
.AnyTagClassName
{
color: #1F1A19;
}
</style>
background-color css
<style>
a { background-color: #1F1A19; }
a { background-color: rgb(31,26,25); }
div.DivClassName
{
background-color: #1F1A19;
}
.BgClassName
{
background-color: #1F1A19;
}
</style>
border-color css
<style>
span { border-color: #1F1A19; }
span { border-color: rgb(31,26,25); }
td.TdClassName
{
border-color: #1F1A19;
}
.TagClassName
{
border-color: #1F1A19;
}
</style>