Shades of Black Magic #2E210B
Tints of Black Magic #2E210B
RGB
CMYK
RGB Variations
Color information
#2E210B (or 0x2E210B) is known color: Black Magic. HEX triplet: 2E, 21 and 0B. RGB value is (46,33,11). Sum of RGB (Red+Green+Blue) = 46+33+11=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E210B is #D1DEF4. Grayscale: #222222. Windows color (decimal): -13754101 or 729390. OLE color: 729390.
HSL color Cylindrical-coordinate representation of color #2E210B: hue angle of 37.71º 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 #2E210B is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 11 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.82 |
| HSL | 37.71º | 0.61% | 0.11% | - |
| HSV(B) | 37.71º | 0.76% | 0.18% | - |
| XYZ | 1.73 | 1.69 | 0.55 | - |
| YUV | 34.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 11 | 0 | 0.28 | 0.76 | 0.82 | 37.71 | 0.61 | 0.11 |
| Hex | 2E | 21 | B | 0 | 1C | 4C | 52 | 26 | 3D | B |
| Octal | 56 | 41 | 13 | 0 | 34 | 114 | 122 | 46 | 75 | 13 |
| Binary | 101110 | 100001 | 1011 | 0 | 11100 | 1001100 | 1010010 | 100110 | 111101 | 1011 |
Color Harmonies of #2E210B
Complementary color
Monochromatic Colors of #2E210B
Black with #2E210B
Text Example
Text Example
White with #2E210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E210B; }
p { color: rgb(46,33,11); }
H1.HeaderClassName
{
color: #2E210B;
}
.AnyTagClassName
{
color: #2E210B;
}
</style>
background-color css
<style>
a { background-color: #2E210B; }
a { background-color: rgb(46,33,11); }
div.DivClassName
{
background-color: #2E210B;
}
.BgClassName
{
background-color: #2E210B;
}
</style>
border-color css
<style>
span { border-color: #2E210B; }
span { border-color: rgb(46,33,11); }
td.TdClassName
{
border-color: #2E210B;
}
.TagClassName
{
border-color: #2E210B;
}
</style>