Shades of Nero #241F1F
Tints of Nero #241F1F
RGB
CMYK
RGB Variations
Color information
#241F1F (or 0x241F1F) is known color: Nero. HEX triplet: 24, 1F and 1F. RGB value is (36,31,31). Sum of RGB (Red+Green+Blue) = 36+31+31=98 (12% of max value = 765). Red value is 36 (14.45% from 255 or 36.73% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 36 - color contains mainly: red. Hex color #241F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F1F is #DBE0E0. Grayscale: #202020. Windows color (decimal): -14409953 or 2039588. OLE color: 2039588.
HSL color Cylindrical-coordinate representation of color #241F1F: hue angle of 0º degrees, saturation: 0.07, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #241F1F is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 31 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.86 |
| HSL | 0º | 0.07% | 0.13% | - |
| HSV(B) | 0º | 0.14% | 0.14% | - |
| XYZ | 1.46 | 1.45 | 1.5 | - |
| YUV | 32.5 | 127.16 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 31 | 0 | 0.14 | 0.14 | 0.86 | 0 | 0.07 | 0.13 |
| Hex | 24 | 1F | 1F | 0 | E | E | 56 | 0 | 7 | D |
| Octal | 44 | 37 | 37 | 0 | 16 | 16 | 126 | 0 | 7 | 15 |
| Binary | 100100 | 11111 | 11111 | 0 | 1110 | 1110 | 1010110 | 0 | 111 | 1101 |
Color Harmonies of #241F1F
Complementary color
Monochromatic Colors of #241F1F
Black with #241F1F
Text Example
Text Example
White with #241F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F1F; }
p { color: rgb(36,31,31); }
H1.HeaderClassName
{
color: #241F1F;
}
.AnyTagClassName
{
color: #241F1F;
}
</style>
background-color css
<style>
a { background-color: #241F1F; }
a { background-color: rgb(36,31,31); }
div.DivClassName
{
background-color: #241F1F;
}
.BgClassName
{
background-color: #241F1F;
}
</style>
border-color css
<style>
span { border-color: #241F1F; }
span { border-color: rgb(36,31,31); }
td.TdClassName
{
border-color: #241F1F;
}
.TagClassName
{
border-color: #241F1F;
}
</style>