Shades of Nero #242222
Tints of Nero #242222
RGB
CMYK
RGB Variations
Color information
#242222 (or 0x242222) is known color: Nero. HEX triplet: 24, 22 and 22. RGB value is (36,34,34). Sum of RGB (Red+Green+Blue) = 36+34+34=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 36 - color contains mainly: red. Hex color #242222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242222 is #DBDDDD. Grayscale: #222222. Windows color (decimal): -14409182 or 2236964. OLE color: 2236964.
HSL color Cylindrical-coordinate representation of color #242222: hue angle of 0º degrees, saturation: 0.03, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #242222 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.86.
Color convert
RGB | 36 | 34 | 34 | - |
CMYK | 0 | 0.06 | 0.06 | 0.86 |
HSL | 0º | 0.03% | 0.14% | - |
HSV(B) | 0º | 0.06% | 0.14% | - |
XYZ | 1.59 | 1.63 | 1.75 | - |
YUV | 34.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 34 | 34 | 0 | 0.06 | 0.06 | 0.86 | 0 | 0.03 | 0.14 |
Hex | 24 | 22 | 22 | 0 | 6 | 6 | 56 | 0 | 3 | E |
Octal | 44 | 42 | 42 | 0 | 6 | 6 | 126 | 0 | 3 | 16 |
Binary | 100100 | 100010 | 100010 | 0 | 110 | 110 | 1010110 | 0 | 11 | 1110 |
Color Harmonies of #242222
Complementary color
Monochromatic Colors of #242222
Black with #242222
Text Example
Text Example
White with #242222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242222; }
p { color: rgb(36,34,34); }
H1.HeaderClassName
{
color: #242222;
}
.AnyTagClassName
{
color: #242222;
}
</style>
background-color css
<style>
a { background-color: #242222; }
a { background-color: rgb(36,34,34); }
div.DivClassName
{
background-color: #242222;
}
.BgClassName
{
background-color: #242222;
}
</style>
border-color css
<style>
span { border-color: #242222; }
span { border-color: rgb(36,34,34); }
td.TdClassName
{
border-color: #242222;
}
.TagClassName
{
border-color: #242222;
}
</style>