Shades of Black Magic #2E2414
Tints of Black Magic #2E2414
RGB
CMYK
RGB Variations
Color information
#2E2414 (or 0x2E2414) is known color: Black Magic. HEX triplet: 2E, 24 and 14. RGB value is (46,36,20). Sum of RGB (Red+Green+Blue) = 46+36+20=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2414 is #D1DBEB. Grayscale: #252525. Windows color (decimal): -13753324 or 1319982. OLE color: 1319982.
HSL color Cylindrical-coordinate representation of color #2E2414: hue angle of 36.92º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E2414 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 20 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.82 |
| HSL | 36.92º | 0.39% | 0.13% | - |
| HSV(B) | 36.92º | 0.57% | 0.18% | - |
| XYZ | 1.88 | 1.89 | 0.93 | - |
| YUV | 37.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 20 | 0 | 0.22 | 0.57 | 0.82 | 36.92 | 0.39 | 0.13 |
| Hex | 2E | 24 | 14 | 0 | 16 | 39 | 52 | 25 | 27 | D |
| Octal | 56 | 44 | 24 | 0 | 26 | 71 | 122 | 45 | 47 | 15 |
| Binary | 101110 | 100100 | 10100 | 0 | 10110 | 111001 | 1010010 | 100101 | 100111 | 1101 |
Color Harmonies of #2E2414
Complementary color
Monochromatic Colors of #2E2414
Black with #2E2414
Text Example
Text Example
White with #2E2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2414; }
p { color: rgb(46,36,20); }
H1.HeaderClassName
{
color: #2E2414;
}
.AnyTagClassName
{
color: #2E2414;
}
</style>
background-color css
<style>
a { background-color: #2E2414; }
a { background-color: rgb(46,36,20); }
div.DivClassName
{
background-color: #2E2414;
}
.BgClassName
{
background-color: #2E2414;
}
</style>
border-color css
<style>
span { border-color: #2E2414; }
span { border-color: rgb(46,36,20); }
td.TdClassName
{
border-color: #2E2414;
}
.TagClassName
{
border-color: #2E2414;
}
</style>