Shades of Black Magic #2E240E
Tints of Black Magic #2E240E
RGB
CMYK
RGB Variations
Color information
#2E240E (or 0x2E240E) is known color: Black Magic. HEX triplet: 2E, 24 and 0E. RGB value is (46,36,14). Sum of RGB (Red+Green+Blue) = 46+36+14=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E240E is #D1DBF1. Grayscale: #242424. Windows color (decimal): -13753330 or 926766. OLE color: 926766.
HSL color Cylindrical-coordinate representation of color #2E240E: hue angle of 41.25º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E240E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 14 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.82 |
| HSL | 41.25º | 0.53% | 0.12% | - |
| HSV(B) | 41.25º | 0.7% | 0.18% | - |
| XYZ | 1.84 | 1.87 | 0.68 | - |
| YUV | 36.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 14 | 0 | 0.22 | 0.70 | 0.82 | 41.25 | 0.53 | 0.12 |
| Hex | 2E | 24 | E | 0 | 16 | 46 | 52 | 29 | 35 | C |
| Octal | 56 | 44 | 16 | 0 | 26 | 106 | 122 | 51 | 65 | 14 |
| Binary | 101110 | 100100 | 1110 | 0 | 10110 | 1000110 | 1010010 | 101001 | 110101 | 1100 |
Color Harmonies of #2E240E
Complementary color
Monochromatic Colors of #2E240E
Black with #2E240E
Text Example
Text Example
White with #2E240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E240E; }
p { color: rgb(46,36,14); }
H1.HeaderClassName
{
color: #2E240E;
}
.AnyTagClassName
{
color: #2E240E;
}
</style>
background-color css
<style>
a { background-color: #2E240E; }
a { background-color: rgb(46,36,14); }
div.DivClassName
{
background-color: #2E240E;
}
.BgClassName
{
background-color: #2E240E;
}
</style>
border-color css
<style>
span { border-color: #2E240E; }
span { border-color: rgb(46,36,14); }
td.TdClassName
{
border-color: #2E240E;
}
.TagClassName
{
border-color: #2E240E;
}
</style>