Shades of Nero #2E2121
Tints of Nero #2E2121
RGB
CMYK
RGB Variations
Color information
#2E2121 (or 0x2E2121) is known color: Nero. HEX triplet: 2E, 21 and 21. RGB value is (46,33,33). Sum of RGB (Red+Green+Blue) = 46+33+33=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2121 is #D1DEDE. Grayscale: #242424. Windows color (decimal): -13754079 or 2171182. OLE color: 2171182.
HSL color Cylindrical-coordinate representation of color #2E2121: hue angle of 0º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2121 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 33 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.82 |
| HSL | 0º | 0.16% | 0.15% | - |
| HSV(B) | 0º | 0.28% | 0.18% | - |
| XYZ | 1.95 | 1.78 | 1.68 | - |
| YUV | 36.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 33 | 0 | 0.28 | 0.28 | 0.82 | 0 | 0.16 | 0.15 |
| Hex | 2E | 21 | 21 | 0 | 1C | 1C | 52 | 0 | 10 | F |
| Octal | 56 | 41 | 41 | 0 | 34 | 34 | 122 | 0 | 20 | 17 |
| Binary | 101110 | 100001 | 100001 | 0 | 11100 | 11100 | 1010010 | 0 | 10000 | 1111 |
Color Harmonies of #2E2121
Complementary color
Monochromatic Colors of #2E2121
Black with #2E2121
Text Example
Text Example
White with #2E2121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2121; }
p { color: rgb(46,33,33); }
H1.HeaderClassName
{
color: #2E2121;
}
.AnyTagClassName
{
color: #2E2121;
}
</style>
background-color css
<style>
a { background-color: #2E2121; }
a { background-color: rgb(46,33,33); }
div.DivClassName
{
background-color: #2E2121;
}
.BgClassName
{
background-color: #2E2121;
}
</style>
border-color css
<style>
span { border-color: #2E2121; }
span { border-color: rgb(46,33,33); }
td.TdClassName
{
border-color: #2E2121;
}
.TagClassName
{
border-color: #2E2121;
}
</style>