Shades of Nero #1C1818
Tints of Nero #1C1818
RGB
CMYK
RGB Variations
Color information
#1C1818 (or 0x1C1818) is known color: Nero. HEX triplet: 1C, 18 and 18. RGB value is (28,24,24). Sum of RGB (Red+Green+Blue) = 28+24+24=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1818 is #E3E7E7. Grayscale: #191919. Windows color (decimal): -14936040 or 1579036. OLE color: 1579036.
HSL color Cylindrical-coordinate representation of color #1C1818: hue angle of 0º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1C1818 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 24 | 24 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.89 |
| HSL | 0º | 0.08% | 0.1% | - |
| HSV(B) | 0º | 0.14% | 0.11% | - |
| XYZ | 0.97 | 0.97 | 1 | - |
| YUV | 25.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 24 | 0 | 0.14 | 0.14 | 0.89 | 0 | 0.08 | 0.1 |
| Hex | 1C | 18 | 18 | 0 | E | E | 59 | 0 | 8 | A |
| Octal | 34 | 30 | 30 | 0 | 16 | 16 | 131 | 0 | 10 | 12 |
| Binary | 11100 | 11000 | 11000 | 0 | 1110 | 1110 | 1011001 | 0 | 1000 | 1010 |
Color Harmonies of #1C1818
Complementary color
Monochromatic Colors of #1C1818
Black with #1C1818
Text Example
Text Example
White with #1C1818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1818; }
p { color: rgb(28,24,24); }
H1.HeaderClassName
{
color: #1C1818;
}
.AnyTagClassName
{
color: #1C1818;
}
</style>
background-color css
<style>
a { background-color: #1C1818; }
a { background-color: rgb(28,24,24); }
div.DivClassName
{
background-color: #1C1818;
}
.BgClassName
{
background-color: #1C1818;
}
</style>
border-color css
<style>
span { border-color: #1C1818; }
span { border-color: rgb(28,24,24); }
td.TdClassName
{
border-color: #1C1818;
}
.TagClassName
{
border-color: #1C1818;
}
</style>