Shades of Black Magic #2E2922
Tints of Black Magic #2E2922
RGB
CMYK
RGB Variations
Color information
#2E2922 (or 0x2E2922) is known color: Black Magic. HEX triplet: 2E, 29 and 22. RGB value is (46,41,34). Sum of RGB (Red+Green+Blue) = 46+41+34=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2922 is #D1D6DD. Grayscale: #292929. Windows color (decimal): -13752030 or 2238766. OLE color: 2238766.
HSL color Cylindrical-coordinate representation of color #2E2922: hue angle of 35º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E2922 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 41 | 34 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.82 |
| HSL | 35º | 0.15% | 0.16% | - |
| HSV(B) | 35º | 0.26% | 0.18% | - |
| XYZ | 2.21 | 2.28 | 1.84 | - |
| YUV | 41.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 41 | 34 | 0 | 0.11 | 0.26 | 0.82 | 35 | 0.15 | 0.16 |
| Hex | 2E | 29 | 22 | 0 | B | 1A | 52 | 23 | F | 10 |
| Octal | 56 | 51 | 42 | 0 | 13 | 32 | 122 | 43 | 17 | 20 |
| Binary | 101110 | 101001 | 100010 | 0 | 1011 | 11010 | 1010010 | 100011 | 1111 | 10000 |
Color Harmonies of #2E2922
Complementary color
Monochromatic Colors of #2E2922
Black with #2E2922
Text Example
Text Example
White with #2E2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2922; }
p { color: rgb(46,41,34); }
H1.HeaderClassName
{
color: #2E2922;
}
.AnyTagClassName
{
color: #2E2922;
}
</style>
background-color css
<style>
a { background-color: #2E2922; }
a { background-color: rgb(46,41,34); }
div.DivClassName
{
background-color: #2E2922;
}
.BgClassName
{
background-color: #2E2922;
}
</style>
border-color css
<style>
span { border-color: #2E2922; }
span { border-color: rgb(46,41,34); }
td.TdClassName
{
border-color: #2E2922;
}
.TagClassName
{
border-color: #2E2922;
}
</style>