Shades of Black Magic #2E2A20
Tints of Black Magic #2E2A20
RGB
CMYK
RGB Variations
Color information
#2E2A20 (or 0x2E2A20) is known color: Black Magic. HEX triplet: 2E, 2A and 20. RGB value is (46,42,32). Sum of RGB (Red+Green+Blue) = 46+42+32=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2A20 is #D1D5DF. Grayscale: #2A2A2A. Windows color (decimal): -13751776 or 2107950. OLE color: 2107950.
HSL color Cylindrical-coordinate representation of color #2E2A20: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2A20 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 42 | 32 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.82 |
| HSL | 42.86º | 0.18% | 0.15% | - |
| HSV(B) | 42.86º | 0.3% | 0.18% | - |
| XYZ | 2.22 | 2.34 | 1.7 | - |
| YUV | 42.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 42 | 32 | 0 | 0.09 | 0.30 | 0.82 | 42.86 | 0.18 | 0.15 |
| Hex | 2E | 2A | 20 | 0 | 9 | 1E | 52 | 2B | 12 | F |
| Octal | 56 | 52 | 40 | 0 | 11 | 36 | 122 | 53 | 22 | 17 |
| Binary | 101110 | 101010 | 100000 | 0 | 1001 | 11110 | 1010010 | 101011 | 10010 | 1111 |
Color Harmonies of #2E2A20
Complementary color
Monochromatic Colors of #2E2A20
Black with #2E2A20
Text Example
Text Example
White with #2E2A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2A20; }
p { color: rgb(46,42,32); }
H1.HeaderClassName
{
color: #2E2A20;
}
.AnyTagClassName
{
color: #2E2A20;
}
</style>
background-color css
<style>
a { background-color: #2E2A20; }
a { background-color: rgb(46,42,32); }
div.DivClassName
{
background-color: #2E2A20;
}
.BgClassName
{
background-color: #2E2A20;
}
</style>
border-color css
<style>
span { border-color: #2E2A20; }
span { border-color: rgb(46,42,32); }
td.TdClassName
{
border-color: #2E2A20;
}
.TagClassName
{
border-color: #2E2A20;
}
</style>