Shades of Black Magic #2E2616
Tints of Black Magic #2E2616
RGB
CMYK
RGB Variations
Color information
#2E2616 (or 0x2E2616) is known color: Black Magic. HEX triplet: 2E, 26 and 16. RGB value is (46,38,22). Sum of RGB (Red+Green+Blue) = 46+38+22=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2616 is #D1D9E9. Grayscale: #262626. Windows color (decimal): -13752810 or 1451566. OLE color: 1451566.
HSL color Cylindrical-coordinate representation of color #2E2616: hue angle of 40º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E2616 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 22 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.82 |
| HSL | 40º | 0.35% | 0.13% | - |
| HSV(B) | 40º | 0.52% | 0.18% | - |
| XYZ | 1.96 | 2.02 | 1.05 | - |
| YUV | 38.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 22 | 0 | 0.17 | 0.52 | 0.82 | 40 | 0.35 | 0.13 |
| Hex | 2E | 26 | 16 | 0 | 11 | 34 | 52 | 28 | 23 | D |
| Octal | 56 | 46 | 26 | 0 | 21 | 64 | 122 | 50 | 43 | 15 |
| Binary | 101110 | 100110 | 10110 | 0 | 10001 | 110100 | 1010010 | 101000 | 100011 | 1101 |
Color Harmonies of #2E2616
Complementary color
Monochromatic Colors of #2E2616
Black with #2E2616
Text Example
Text Example
White with #2E2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2616; }
p { color: rgb(46,38,22); }
H1.HeaderClassName
{
color: #2E2616;
}
.AnyTagClassName
{
color: #2E2616;
}
</style>
background-color css
<style>
a { background-color: #2E2616; }
a { background-color: rgb(46,38,22); }
div.DivClassName
{
background-color: #2E2616;
}
.BgClassName
{
background-color: #2E2616;
}
</style>
border-color css
<style>
span { border-color: #2E2616; }
span { border-color: rgb(46,38,22); }
td.TdClassName
{
border-color: #2E2616;
}
.TagClassName
{
border-color: #2E2616;
}
</style>