Shades of Black Magic #2E2511
Tints of Black Magic #2E2511
RGB
CMYK
RGB Variations
Color information
#2E2511 (or 0x2E2511) is known color: Black Magic. HEX triplet: 2E, 25 and 11. RGB value is (46,37,17). Sum of RGB (Red+Green+Blue) = 46+37+17=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2511 is #D1DAEE. Grayscale: #252525. Windows color (decimal): -13753071 or 1123630. OLE color: 1123630.
HSL color Cylindrical-coordinate representation of color #2E2511: hue angle of 41.38º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2511 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 17 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.82 |
| HSL | 41.38º | 0.46% | 0.12% | - |
| HSV(B) | 41.38º | 0.63% | 0.18% | - |
| XYZ | 1.89 | 1.94 | 0.81 | - |
| YUV | 37.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 17 | 0 | 0.20 | 0.63 | 0.82 | 41.38 | 0.46 | 0.12 |
| Hex | 2E | 25 | 11 | 0 | 14 | 3F | 52 | 29 | 2E | C |
| Octal | 56 | 45 | 21 | 0 | 24 | 77 | 122 | 51 | 56 | 14 |
| Binary | 101110 | 100101 | 10001 | 0 | 10100 | 111111 | 1010010 | 101001 | 101110 | 1100 |
Color Harmonies of #2E2511
Complementary color
Monochromatic Colors of #2E2511
Black with #2E2511
Text Example
Text Example
White with #2E2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2511; }
p { color: rgb(46,37,17); }
H1.HeaderClassName
{
color: #2E2511;
}
.AnyTagClassName
{
color: #2E2511;
}
</style>
background-color css
<style>
a { background-color: #2E2511; }
a { background-color: rgb(46,37,17); }
div.DivClassName
{
background-color: #2E2511;
}
.BgClassName
{
background-color: #2E2511;
}
</style>
border-color css
<style>
span { border-color: #2E2511; }
span { border-color: rgb(46,37,17); }
td.TdClassName
{
border-color: #2E2511;
}
.TagClassName
{
border-color: #2E2511;
}
</style>