Shades of Black Magic #2E281E
Tints of Black Magic #2E281E
RGB
CMYK
RGB Variations
Color information
#2E281E (or 0x2E281E) is known color: Black Magic. HEX triplet: 2E, 28 and 1E. RGB value is (46,40,30). Sum of RGB (Red+Green+Blue) = 46+40+30=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E281E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E281E is #D1D7E1. Grayscale: #282828. Windows color (decimal): -13752290 or 1976366. OLE color: 1976366.
HSL color Cylindrical-coordinate representation of color #2E281E: hue angle of 37.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E281E is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 30 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.82 |
| HSL | 37.5º | 0.21% | 0.15% | - |
| HSV(B) | 37.5º | 0.35% | 0.18% | - |
| XYZ | 2.12 | 2.19 | 1.54 | - |
| YUV | 40.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 30 | 0 | 0.13 | 0.35 | 0.82 | 37.5 | 0.21 | 0.15 |
| Hex | 2E | 28 | 1E | 0 | D | 23 | 52 | 26 | 15 | F |
| Octal | 56 | 50 | 36 | 0 | 15 | 43 | 122 | 46 | 25 | 17 |
| Binary | 101110 | 101000 | 11110 | 0 | 1101 | 100011 | 1010010 | 100110 | 10101 | 1111 |
Color Harmonies of #2E281E
Complementary color
Monochromatic Colors of #2E281E
Black with #2E281E
Text Example
Text Example
White with #2E281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E281E; }
p { color: rgb(46,40,30); }
H1.HeaderClassName
{
color: #2E281E;
}
.AnyTagClassName
{
color: #2E281E;
}
</style>
background-color css
<style>
a { background-color: #2E281E; }
a { background-color: rgb(46,40,30); }
div.DivClassName
{
background-color: #2E281E;
}
.BgClassName
{
background-color: #2E281E;
}
</style>
border-color css
<style>
span { border-color: #2E281E; }
span { border-color: rgb(46,40,30); }
td.TdClassName
{
border-color: #2E281E;
}
.TagClassName
{
border-color: #2E281E;
}
</style>