Shades of Black Magic #2E240D
Tints of Black Magic #2E240D
RGB
CMYK
RGB Variations
Color information
#2E240D (or 0x2E240D) is known color: Black Magic. HEX triplet: 2E, 24 and 0D. RGB value is (46,36,13). Sum of RGB (Red+Green+Blue) = 46+36+13=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E240D is #D1DBF2. Grayscale: #242424. Windows color (decimal): -13753331 or 861230. OLE color: 861230.
HSL color Cylindrical-coordinate representation of color #2E240D: hue angle of 41.82º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E240D is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 13 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.82 |
| HSL | 41.82º | 0.56% | 0.12% | - |
| HSV(B) | 41.82º | 0.72% | 0.18% | - |
| XYZ | 1.83 | 1.87 | 0.65 | - |
| YUV | 36.37 | 114.81 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 13 | 0 | 0.22 | 0.72 | 0.82 | 41.82 | 0.56 | 0.12 |
| Hex | 2E | 24 | D | 0 | 16 | 48 | 52 | 2A | 38 | C |
| Octal | 56 | 44 | 15 | 0 | 26 | 110 | 122 | 52 | 70 | 14 |
| Binary | 101110 | 100100 | 1101 | 0 | 10110 | 1001000 | 1010010 | 101010 | 111000 | 1100 |
Color Harmonies of #2E240D
Complementary color
Monochromatic Colors of #2E240D
Black with #2E240D
Text Example
Text Example
White with #2E240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E240D; }
p { color: rgb(46,36,13); }
H1.HeaderClassName
{
color: #2E240D;
}
.AnyTagClassName
{
color: #2E240D;
}
</style>
background-color css
<style>
a { background-color: #2E240D; }
a { background-color: rgb(46,36,13); }
div.DivClassName
{
background-color: #2E240D;
}
.BgClassName
{
background-color: #2E240D;
}
</style>
border-color css
<style>
span { border-color: #2E240D; }
span { border-color: rgb(46,36,13); }
td.TdClassName
{
border-color: #2E240D;
}
.TagClassName
{
border-color: #2E240D;
}
</style>