Shades of Nero #242424
Tints of Nero #242424
RGB
CMYK
RGB Variations
Color information
#242424 (or 0x242424) is known color: Nero. HEX triplet: 24, 24 and 24. RGB value is (36,36,36). Sum of RGB (Red+Green+Blue) = 36+36+36=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 36 - color contains mainly: red, green, blue. Hex color #242424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242424 is #DBDBDB. Grayscale: #242424. Windows color (decimal): -14408668 or 2368548. OLE color: 2368548.
HSL color Cylindrical-coordinate representation of color #242424: hue angle of 0º degrees, saturation: 0, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0%. Process color model (Four color, CMYK) of #242424 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 36 | 36 | 36 | - |
CMYK | 0 | 0 | 0 | 0.86 |
HSL | 0º | 0% | 0.14% | - |
HSV(B) | 0º | 0% | 0.14% | - |
XYZ | 1.68 | 1.76 | 1.92 | - |
YUV | 36 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 36 | 36 | 0 | 0 | 0 | 0.86 | 0 | 0 | 0.14 |
Hex | 24 | 24 | 24 | 0 | 0 | 0 | 56 | 0 | 0 | E |
Octal | 44 | 44 | 44 | 0 | 0 | 0 | 126 | 0 | 0 | 16 |
Binary | 100100 | 100100 | 100100 | 0 | 0 | 0 | 1010110 | 0 | 0 | 1110 |
Color Harmonies of #242424
Complementary color
Monochromatic Colors of #242424
Black with #242424
Text Example
Text Example
White with #242424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242424; }
p { color: rgb(36,36,36); }
H1.HeaderClassName
{
color: #242424;
}
.AnyTagClassName
{
color: #242424;
}
</style>
background-color css
<style>
a { background-color: #242424; }
a { background-color: rgb(36,36,36); }
div.DivClassName
{
background-color: #242424;
}
.BgClassName
{
background-color: #242424;
}
</style>
border-color css
<style>
span { border-color: #242424; }
span { border-color: rgb(36,36,36); }
td.TdClassName
{
border-color: #242424;
}
.TagClassName
{
border-color: #242424;
}
</style>