Shades of Nero #2F2424
Tints of Nero #2F2424
RGB
CMYK
RGB Variations
Color information
#2F2424 (or 0x2F2424) is known color: Nero. HEX triplet: 2F, 24 and 24. RGB value is (47,36,36). Sum of RGB (Red+Green+Blue) = 47+36+36=119 (15% of max value = 765). Red value is 47 (18.75% from 255 or 39.50% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2424 is #D0DBDB. Grayscale: #272727. Windows color (decimal): -13687772 or 2368559. OLE color: 2368559.
HSL color Cylindrical-coordinate representation of color #2F2424: hue angle of 0º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F2424 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 36 | 36 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.82 |
| HSL | 0º | 0.13% | 0.16% | - |
| HSV(B) | 0º | 0.23% | 0.18% | - |
| XYZ | 2.12 | 1.99 | 1.94 | - |
| YUV | 39.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 36 | 0 | 0.23 | 0.23 | 0.82 | 0 | 0.13 | 0.16 |
| Hex | 2F | 24 | 24 | 0 | 17 | 17 | 52 | 0 | D | 10 |
| Octal | 57 | 44 | 44 | 0 | 27 | 27 | 122 | 0 | 15 | 20 |
| Binary | 101111 | 100100 | 100100 | 0 | 10111 | 10111 | 1010010 | 0 | 1101 | 10000 |
Color Harmonies of #2F2424
Complementary color
Monochromatic Colors of #2F2424
Black with #2F2424
Text Example
Text Example
White with #2F2424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2424; }
p { color: rgb(47,36,36); }
H1.HeaderClassName
{
color: #2F2424;
}
.AnyTagClassName
{
color: #2F2424;
}
</style>
background-color css
<style>
a { background-color: #2F2424; }
a { background-color: rgb(47,36,36); }
div.DivClassName
{
background-color: #2F2424;
}
.BgClassName
{
background-color: #2F2424;
}
</style>
border-color css
<style>
span { border-color: #2F2424; }
span { border-color: rgb(47,36,36); }
td.TdClassName
{
border-color: #2F2424;
}
.TagClassName
{
border-color: #2F2424;
}
</style>