Shades of Nero #1C1717
Tints of Nero #1C1717
RGB
CMYK
RGB Variations
Color information
#1C1717 (or 0x1C1717) is known color: Nero. HEX triplet: 1C, 17 and 17. RGB value is (28,23,23). Sum of RGB (Red+Green+Blue) = 28+23+23=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1717 is #E3E8E8. Grayscale: #181818. Windows color (decimal): -14936297 or 1513244. OLE color: 1513244.
HSL color Cylindrical-coordinate representation of color #1C1717: hue angle of 0º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1C1717 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 23 | 23 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.89 |
| HSL | 0º | 0.1% | 0.1% | - |
| HSV(B) | 0º | 0.18% | 0.11% | - |
| XYZ | 0.94 | 0.92 | 0.94 | - |
| YUV | 24.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 23 | 0 | 0.18 | 0.18 | 0.89 | 0 | 0.1 | 0.1 |
| Hex | 1C | 17 | 17 | 0 | 12 | 12 | 59 | 0 | A | A |
| Octal | 34 | 27 | 27 | 0 | 22 | 22 | 131 | 0 | 12 | 12 |
| Binary | 11100 | 10111 | 10111 | 0 | 10010 | 10010 | 1011001 | 0 | 1010 | 1010 |
Color Harmonies of #1C1717
Complementary color
Monochromatic Colors of #1C1717
Black with #1C1717
Text Example
Text Example
White with #1C1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1717; }
p { color: rgb(28,23,23); }
H1.HeaderClassName
{
color: #1C1717;
}
.AnyTagClassName
{
color: #1C1717;
}
</style>
background-color css
<style>
a { background-color: #1C1717; }
a { background-color: rgb(28,23,23); }
div.DivClassName
{
background-color: #1C1717;
}
.BgClassName
{
background-color: #1C1717;
}
</style>
border-color css
<style>
span { border-color: #1C1717; }
span { border-color: rgb(28,23,23); }
td.TdClassName
{
border-color: #1C1717;
}
.TagClassName
{
border-color: #1C1717;
}
</style>