Shades of Black Magic #2E240B
Tints of Black Magic #2E240B
RGB
CMYK
RGB Variations
Color information
#2E240B (or 0x2E240B) is known color: Black Magic. HEX triplet: 2E, 24 and 0B. RGB value is (46,36,11). Sum of RGB (Red+Green+Blue) = 46+36+11=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E240B is #D1DBF4. Grayscale: #242424. Windows color (decimal): -13753333 or 730158. OLE color: 730158.
HSL color Cylindrical-coordinate representation of color #2E240B: hue angle of 42.86º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E240B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 36 | 11 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.82 |
| HSL | 42.86º | 0.61% | 0.11% | - |
| HSV(B) | 42.86º | 0.76% | 0.18% | - |
| XYZ | 1.82 | 1.87 | 0.58 | - |
| YUV | 36.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 36 | 11 | 0 | 0.22 | 0.76 | 0.82 | 42.86 | 0.61 | 0.11 |
| Hex | 2E | 24 | B | 0 | 16 | 4C | 52 | 2B | 3D | B |
| Octal | 56 | 44 | 13 | 0 | 26 | 114 | 122 | 53 | 75 | 13 |
| Binary | 101110 | 100100 | 1011 | 0 | 10110 | 1001100 | 1010010 | 101011 | 111101 | 1011 |
Color Harmonies of #2E240B
Complementary color
Monochromatic Colors of #2E240B
Black with #2E240B
Text Example
Text Example
White with #2E240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E240B; }
p { color: rgb(46,36,11); }
H1.HeaderClassName
{
color: #2E240B;
}
.AnyTagClassName
{
color: #2E240B;
}
</style>
background-color css
<style>
a { background-color: #2E240B; }
a { background-color: rgb(46,36,11); }
div.DivClassName
{
background-color: #2E240B;
}
.BgClassName
{
background-color: #2E240B;
}
</style>
border-color css
<style>
span { border-color: #2E240B; }
span { border-color: rgb(46,36,11); }
td.TdClassName
{
border-color: #2E240B;
}
.TagClassName
{
border-color: #2E240B;
}
</style>