Shades of Nero #241C1C
Tints of Nero #241C1C
RGB
CMYK
RGB Variations
Color information
#241C1C (or 0x241C1C) is known color: Nero. HEX triplet: 24, 1C and 1C. RGB value is (36,28,28). Sum of RGB (Red+Green+Blue) = 36+28+28=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #241C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C1C is #DBE3E3. Grayscale: #1E1E1E. Windows color (decimal): -14410724 or 1842212. OLE color: 1842212.
HSL color Cylindrical-coordinate representation of color #241C1C: hue angle of 0º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #241C1C is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 28 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.86 |
| HSL | 0º | 0.13% | 0.13% | - |
| HSV(B) | 0º | 0.22% | 0.14% | - |
| XYZ | 1.35 | 1.29 | 1.28 | - |
| YUV | 30.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 28 | 0 | 0.22 | 0.22 | 0.86 | 0 | 0.13 | 0.13 |
| Hex | 24 | 1C | 1C | 0 | 16 | 16 | 56 | 0 | C | D |
| Octal | 44 | 34 | 34 | 0 | 26 | 26 | 126 | 0 | 14 | 15 |
| Binary | 100100 | 11100 | 11100 | 0 | 10110 | 10110 | 1010110 | 0 | 1100 | 1101 |
Color Harmonies of #241C1C
Complementary color
Monochromatic Colors of #241C1C
Black with #241C1C
Text Example
Text Example
White with #241C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C1C; }
p { color: rgb(36,28,28); }
H1.HeaderClassName
{
color: #241C1C;
}
.AnyTagClassName
{
color: #241C1C;
}
</style>
background-color css
<style>
a { background-color: #241C1C; }
a { background-color: rgb(36,28,28); }
div.DivClassName
{
background-color: #241C1C;
}
.BgClassName
{
background-color: #241C1C;
}
</style>
border-color css
<style>
span { border-color: #241C1C; }
span { border-color: rgb(36,28,28); }
td.TdClassName
{
border-color: #241C1C;
}
.TagClassName
{
border-color: #241C1C;
}
</style>