Shades of Black Magic #2E2618
Tints of Black Magic #2E2618
RGB
CMYK
RGB Variations
Color information
#2E2618 (or 0x2E2618) is known color: Black Magic. HEX triplet: 2E, 26 and 18. RGB value is (46,38,24). Sum of RGB (Red+Green+Blue) = 46+38+24=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2618 is #D1D9E7. Grayscale: #262626. Windows color (decimal): -13752808 or 1582638. OLE color: 1582638.
HSL color Cylindrical-coordinate representation of color #2E2618: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2618 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 24 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.82 |
| HSL | 38.18º | 0.31% | 0.14% | - |
| HSV(B) | 38.18º | 0.48% | 0.18% | - |
| XYZ | 1.98 | 2.03 | 1.15 | - |
| YUV | 38.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 24 | 0 | 0.17 | 0.48 | 0.82 | 38.18 | 0.31 | 0.14 |
| Hex | 2E | 26 | 18 | 0 | 11 | 30 | 52 | 26 | 1F | E |
| Octal | 56 | 46 | 30 | 0 | 21 | 60 | 122 | 46 | 37 | 16 |
| Binary | 101110 | 100110 | 11000 | 0 | 10001 | 110000 | 1010010 | 100110 | 11111 | 1110 |
Color Harmonies of #2E2618
Complementary color
Monochromatic Colors of #2E2618
Black with #2E2618
Text Example
Text Example
White with #2E2618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2618; }
p { color: rgb(46,38,24); }
H1.HeaderClassName
{
color: #2E2618;
}
.AnyTagClassName
{
color: #2E2618;
}
</style>
background-color css
<style>
a { background-color: #2E2618; }
a { background-color: rgb(46,38,24); }
div.DivClassName
{
background-color: #2E2618;
}
.BgClassName
{
background-color: #2E2618;
}
</style>
border-color css
<style>
span { border-color: #2E2618; }
span { border-color: rgb(46,38,24); }
td.TdClassName
{
border-color: #2E2618;
}
.TagClassName
{
border-color: #2E2618;
}
</style>