Shades of Black Magic #2A2620
Tints of Black Magic #2A2620
RGB
CMYK
RGB Variations
Color information
#2A2620 (or 0x2A2620) is known color: Black Magic. HEX triplet: 2A, 26 and 20. RGB value is (42,38,32). Sum of RGB (Red+Green+Blue) = 42+38+32=112 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.5% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2620 is #D5D9DF. Grayscale: #262626. Windows color (decimal): -14014944 or 2106922. OLE color: 2106922.
HSL color Cylindrical-coordinate representation of color #2A2620: hue angle of 36º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2A2620 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 38 | 32 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.84 |
| HSL | 36º | 0.14% | 0.15% | - |
| HSV(B) | 36º | 0.24% | 0.16% | - |
| XYZ | 1.91 | 1.98 | 1.65 | - |
| YUV | 38.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 32 | 0 | 0.10 | 0.24 | 0.84 | 36 | 0.14 | 0.15 |
| Hex | 2A | 26 | 20 | 0 | A | 18 | 54 | 24 | E | F |
| Octal | 52 | 46 | 40 | 0 | 12 | 30 | 124 | 44 | 16 | 17 |
| Binary | 101010 | 100110 | 100000 | 0 | 1010 | 11000 | 1010100 | 100100 | 1110 | 1111 |
Color Harmonies of #2A2620
Complementary color
Monochromatic Colors of #2A2620
Black with #2A2620
Text Example
Text Example
White with #2A2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2620; }
p { color: rgb(42,38,32); }
H1.HeaderClassName
{
color: #2A2620;
}
.AnyTagClassName
{
color: #2A2620;
}
</style>
background-color css
<style>
a { background-color: #2A2620; }
a { background-color: rgb(42,38,32); }
div.DivClassName
{
background-color: #2A2620;
}
.BgClassName
{
background-color: #2A2620;
}
</style>
border-color css
<style>
span { border-color: #2A2620; }
span { border-color: rgb(42,38,32); }
td.TdClassName
{
border-color: #2A2620;
}
.TagClassName
{
border-color: #2A2620;
}
</style>