Shades of Black Magic #2E281A
Tints of Black Magic #2E281A
RGB
CMYK
RGB Variations
Color information
#2E281A (or 0x2E281A) is known color: Black Magic. HEX triplet: 2E, 28 and 1A. RGB value is (46,40,26). Sum of RGB (Red+Green+Blue) = 46+40+26=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 46 - color contains mainly: red. Hex color #2E281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E281A is #D1D7E5. Grayscale: #282828. Windows color (decimal): -13752294 or 1714222. OLE color: 1714222.
HSL color Cylindrical-coordinate representation of color #2E281A: hue angle of 42º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E281A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 40 | 26 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.82 |
| HSL | 42º | 0.28% | 0.14% | - |
| HSV(B) | 42º | 0.43% | 0.18% | - |
| XYZ | 2.07 | 2.17 | 1.29 | - |
| YUV | 40.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 26 | 0 | 0.13 | 0.43 | 0.82 | 42 | 0.28 | 0.14 |
| Hex | 2E | 28 | 1A | 0 | D | 2B | 52 | 2A | 1C | E |
| Octal | 56 | 50 | 32 | 0 | 15 | 53 | 122 | 52 | 34 | 16 |
| Binary | 101110 | 101000 | 11010 | 0 | 1101 | 101011 | 1010010 | 101010 | 11100 | 1110 |
Color Harmonies of #2E281A
Complementary color
Monochromatic Colors of #2E281A
Black with #2E281A
Text Example
Text Example
White with #2E281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E281A; }
p { color: rgb(46,40,26); }
H1.HeaderClassName
{
color: #2E281A;
}
.AnyTagClassName
{
color: #2E281A;
}
</style>
background-color css
<style>
a { background-color: #2E281A; }
a { background-color: rgb(46,40,26); }
div.DivClassName
{
background-color: #2E281A;
}
.BgClassName
{
background-color: #2E281A;
}
</style>
border-color css
<style>
span { border-color: #2E281A; }
span { border-color: rgb(46,40,26); }
td.TdClassName
{
border-color: #2E281A;
}
.TagClassName
{
border-color: #2E281A;
}
</style>