Shades of Nero #2F2222
Tints of Nero #2F2222
RGB
CMYK
RGB Variations
Color information
#2F2222 (or 0x2F2222) is known color: Nero. HEX triplet: 2F, 22 and 22. RGB value is (47,34,34). Sum of RGB (Red+Green+Blue) = 47+34+34=115 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.87% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 47 - color contains mainly: red. Hex color #2F2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2222 is #D0DDDD. Grayscale: #252525. Windows color (decimal): -13688286 or 2236975. OLE color: 2236975.
HSL color Cylindrical-coordinate representation of color #2F2222: hue angle of 0º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F2222 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 34 | 34 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.82 |
| HSL | 0º | 0.16% | 0.16% | - |
| HSV(B) | 0º | 0.28% | 0.18% | - |
| XYZ | 2.03 | 1.86 | 1.77 | - |
| YUV | 37.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 34 | 34 | 0 | 0.28 | 0.28 | 0.82 | 0 | 0.16 | 0.16 |
| Hex | 2F | 22 | 22 | 0 | 1C | 1C | 52 | 0 | 10 | 10 |
| Octal | 57 | 42 | 42 | 0 | 34 | 34 | 122 | 0 | 20 | 20 |
| Binary | 101111 | 100010 | 100010 | 0 | 11100 | 11100 | 1010010 | 0 | 10000 | 10000 |
Color Harmonies of #2F2222
Complementary color
Monochromatic Colors of #2F2222
Black with #2F2222
Text Example
Text Example
White with #2F2222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2222; }
p { color: rgb(47,34,34); }
H1.HeaderClassName
{
color: #2F2222;
}
.AnyTagClassName
{
color: #2F2222;
}
</style>
background-color css
<style>
a { background-color: #2F2222; }
a { background-color: rgb(47,34,34); }
div.DivClassName
{
background-color: #2F2222;
}
.BgClassName
{
background-color: #2F2222;
}
</style>
border-color css
<style>
span { border-color: #2F2222; }
span { border-color: rgb(47,34,34); }
td.TdClassName
{
border-color: #2F2222;
}
.TagClassName
{
border-color: #2F2222;
}
</style>