Shades of Black Magic #2E271E
Tints of Black Magic #2E271E
RGB
CMYK
RGB Variations
Color information
#2E271E (or 0x2E271E) is known color: Black Magic. HEX triplet: 2E, 27 and 1E. RGB value is (46,39,30). Sum of RGB (Red+Green+Blue) = 46+39+30=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E271E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E271E is #D1D8E1. Grayscale: #282828. Windows color (decimal): -13752546 or 1976110. OLE color: 1976110.
HSL color Cylindrical-coordinate representation of color #2E271E: hue angle of 33.75º 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 #2E271E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 30 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.82 |
| HSL | 33.75º | 0.21% | 0.15% | - |
| HSV(B) | 33.75º | 0.35% | 0.18% | - |
| XYZ | 2.09 | 2.13 | 1.53 | - |
| YUV | 40.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 30 | 0 | 0.15 | 0.35 | 0.82 | 33.75 | 0.21 | 0.15 |
| Hex | 2E | 27 | 1E | 0 | F | 23 | 52 | 22 | 15 | F |
| Octal | 56 | 47 | 36 | 0 | 17 | 43 | 122 | 42 | 25 | 17 |
| Binary | 101110 | 100111 | 11110 | 0 | 1111 | 100011 | 1010010 | 100010 | 10101 | 1111 |
Color Harmonies of #2E271E
Complementary color
Monochromatic Colors of #2E271E
Black with #2E271E
Text Example
Text Example
White with #2E271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E271E; }
p { color: rgb(46,39,30); }
H1.HeaderClassName
{
color: #2E271E;
}
.AnyTagClassName
{
color: #2E271E;
}
</style>
background-color css
<style>
a { background-color: #2E271E; }
a { background-color: rgb(46,39,30); }
div.DivClassName
{
background-color: #2E271E;
}
.BgClassName
{
background-color: #2E271E;
}
</style>
border-color css
<style>
span { border-color: #2E271E; }
span { border-color: rgb(46,39,30); }
td.TdClassName
{
border-color: #2E271E;
}
.TagClassName
{
border-color: #2E271E;
}
</style>