Shades of Nero #1D1717
Tints of Nero #1D1717
RGB
CMYK
RGB Variations
Color information
#1D1717 (or 0x1D1717) is known color: Nero. HEX triplet: 1D, 17 and 17. RGB value is (29,23,23). Sum of RGB (Red+Green+Blue) = 29+23+23=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1717 is #E2E8E8. Grayscale: #181818. Windows color (decimal): -14870761 or 1513245. OLE color: 1513245.
HSL color Cylindrical-coordinate representation of color #1D1717: hue angle of 0º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1D1717 is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 23 | 23 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.89 |
| HSL | 0º | 0.12% | 0.1% | - |
| HSV(B) | 0º | 0.21% | 0.11% | - |
| XYZ | 0.97 | 0.94 | 0.94 | - |
| YUV | 24.79 | 126.99 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 23 | 0 | 0.21 | 0.21 | 0.89 | 0 | 0.12 | 0.1 |
| Hex | 1D | 17 | 17 | 0 | 15 | 15 | 59 | 0 | C | A |
| Octal | 35 | 27 | 27 | 0 | 25 | 25 | 131 | 0 | 14 | 12 |
| Binary | 11101 | 10111 | 10111 | 0 | 10101 | 10101 | 1011001 | 0 | 1100 | 1010 |
Color Harmonies of #1D1717
Complementary color
Monochromatic Colors of #1D1717
Black with #1D1717
Text Example
Text Example
White with #1D1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1717; }
p { color: rgb(29,23,23); }
H1.HeaderClassName
{
color: #1D1717;
}
.AnyTagClassName
{
color: #1D1717;
}
</style>
background-color css
<style>
a { background-color: #1D1717; }
a { background-color: rgb(29,23,23); }
div.DivClassName
{
background-color: #1D1717;
}
.BgClassName
{
background-color: #1D1717;
}
</style>
border-color css
<style>
span { border-color: #1D1717; }
span { border-color: rgb(29,23,23); }
td.TdClassName
{
border-color: #1D1717;
}
.TagClassName
{
border-color: #1D1717;
}
</style>