Shades of Black Magic #2E2108
Tints of Black Magic #2E2108
RGB
CMYK
RGB Variations
Color information
#2E2108 (or 0x2E2108) is known color: Black Magic. HEX triplet: 2E, 21 and 08. RGB value is (46,33,8). Sum of RGB (Red+Green+Blue) = 46+33+8=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 8 (3.52% from 255 or 9.20% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2108 is #D1DEF7. Grayscale: #222222. Windows color (decimal): -13754104 or 532782. OLE color: 532782.
HSL color Cylindrical-coordinate representation of color #2E2108: hue angle of 39.47º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E2108 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 33 | 8 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.82 |
| HSL | 39.47º | 0.7% | 0.11% | - |
| HSV(B) | 39.47º | 0.83% | 0.18% | - |
| XYZ | 1.71 | 1.69 | 0.46 | - |
| YUV | 34.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 8 | 0 | 0.28 | 0.83 | 0.82 | 39.47 | 0.7 | 0.11 |
| Hex | 2E | 21 | 8 | 0 | 1C | 53 | 52 | 27 | 46 | B |
| Octal | 56 | 41 | 10 | 0 | 34 | 123 | 122 | 47 | 106 | 13 |
| Binary | 101110 | 100001 | 1000 | 0 | 11100 | 1010011 | 1010010 | 100111 | 1000110 | 1011 |
Color Harmonies of #2E2108
Complementary color
Monochromatic Colors of #2E2108
Black with #2E2108
Text Example
Text Example
White with #2E2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2108; }
p { color: rgb(46,33,8); }
H1.HeaderClassName
{
color: #2E2108;
}
.AnyTagClassName
{
color: #2E2108;
}
</style>
background-color css
<style>
a { background-color: #2E2108; }
a { background-color: rgb(46,33,8); }
div.DivClassName
{
background-color: #2E2108;
}
.BgClassName
{
background-color: #2E2108;
}
</style>
border-color css
<style>
span { border-color: #2E2108; }
span { border-color: rgb(46,33,8); }
td.TdClassName
{
border-color: #2E2108;
}
.TagClassName
{
border-color: #2E2108;
}
</style>