Shades of Black Magic #2E271A
Tints of Black Magic #2E271A
RGB
CMYK
RGB Variations
Color information
#2E271A (or 0x2E271A) is known color: Black Magic. HEX triplet: 2E, 27 and 1A. RGB value is (46,39,26). Sum of RGB (Red+Green+Blue) = 46+39+26=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E271A is #D1D8E5. Grayscale: #272727. Windows color (decimal): -13752550 or 1713966. OLE color: 1713966.
HSL color Cylindrical-coordinate representation of color #2E271A: hue angle of 39º 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 #2E271A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 39 | 26 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.82 |
| HSL | 39º | 0.28% | 0.14% | - |
| HSV(B) | 39º | 0.43% | 0.18% | - |
| XYZ | 2.04 | 2.11 | 1.28 | - |
| YUV | 39.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 26 | 0 | 0.15 | 0.43 | 0.82 | 39 | 0.28 | 0.14 |
| Hex | 2E | 27 | 1A | 0 | F | 2B | 52 | 27 | 1C | E |
| Octal | 56 | 47 | 32 | 0 | 17 | 53 | 122 | 47 | 34 | 16 |
| Binary | 101110 | 100111 | 11010 | 0 | 1111 | 101011 | 1010010 | 100111 | 11100 | 1110 |
Color Harmonies of #2E271A
Complementary color
Monochromatic Colors of #2E271A
Black with #2E271A
Text Example
Text Example
White with #2E271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E271A; }
p { color: rgb(46,39,26); }
H1.HeaderClassName
{
color: #2E271A;
}
.AnyTagClassName
{
color: #2E271A;
}
</style>
background-color css
<style>
a { background-color: #2E271A; }
a { background-color: rgb(46,39,26); }
div.DivClassName
{
background-color: #2E271A;
}
.BgClassName
{
background-color: #2E271A;
}
</style>
border-color css
<style>
span { border-color: #2E271A; }
span { border-color: rgb(46,39,26); }
td.TdClassName
{
border-color: #2E271A;
}
.TagClassName
{
border-color: #2E271A;
}
</style>