Shades of Black Magic #2E230B
Tints of Black Magic #2E230B
RGB
CMYK
RGB Variations
Color information
#2E230B (or 0x2E230B) is known color: Black Magic. HEX triplet: 2E, 23 and 0B. RGB value is (46,35,11). Sum of RGB (Red+Green+Blue) = 46+35+11=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E230B is #D1DCF4. Grayscale: #232323. Windows color (decimal): -13753589 or 729902. OLE color: 729902.
HSL color Cylindrical-coordinate representation of color #2E230B: hue angle of 41.14º 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 #2E230B is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 35 | 11 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.82 |
| HSL | 41.14º | 0.61% | 0.11% | - |
| HSV(B) | 41.14º | 0.76% | 0.18% | - |
| XYZ | 1.79 | 1.81 | 0.57 | - |
| YUV | 35.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 11 | 0 | 0.24 | 0.76 | 0.82 | 41.14 | 0.61 | 0.11 |
| Hex | 2E | 23 | B | 0 | 18 | 4C | 52 | 29 | 3D | B |
| Octal | 56 | 43 | 13 | 0 | 30 | 114 | 122 | 51 | 75 | 13 |
| Binary | 101110 | 100011 | 1011 | 0 | 11000 | 1001100 | 1010010 | 101001 | 111101 | 1011 |
Color Harmonies of #2E230B
Complementary color
Monochromatic Colors of #2E230B
Black with #2E230B
Text Example
Text Example
White with #2E230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E230B; }
p { color: rgb(46,35,11); }
H1.HeaderClassName
{
color: #2E230B;
}
.AnyTagClassName
{
color: #2E230B;
}
</style>
background-color css
<style>
a { background-color: #2E230B; }
a { background-color: rgb(46,35,11); }
div.DivClassName
{
background-color: #2E230B;
}
.BgClassName
{
background-color: #2E230B;
}
</style>
border-color css
<style>
span { border-color: #2E230B; }
span { border-color: rgb(46,35,11); }
td.TdClassName
{
border-color: #2E230B;
}
.TagClassName
{
border-color: #2E230B;
}
</style>