Shades of Black Magic #2A2211
Tints of Black Magic #2A2211
RGB
CMYK
RGB Variations
Color information
#2A2211 (or 0x2A2211) is known color: Black Magic. HEX triplet: 2A, 22 and 11. RGB value is (42,34,17). Sum of RGB (Red+Green+Blue) = 42+34+17=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 34 (13.67% from 255 or 36.56% from 93); Blue value is 17 (7.03% from 255 or 18.28% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2211 is #D5DDEE. Grayscale: #222222. Windows color (decimal): -14015983 or 1122858. OLE color: 1122858.
HSL color Cylindrical-coordinate representation of color #2A2211: hue angle of 40.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A2211 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 17 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.84 |
| HSL | 40.8º | 0.42% | 0.12% | - |
| HSV(B) | 40.8º | 0.6% | 0.16% | - |
| XYZ | 1.63 | 1.68 | 0.77 | - |
| YUV | 34.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 17 | 0 | 0.19 | 0.60 | 0.84 | 40.8 | 0.42 | 0.12 |
| Hex | 2A | 22 | 11 | 0 | 13 | 3C | 54 | 29 | 2A | C |
| Octal | 52 | 42 | 21 | 0 | 23 | 74 | 124 | 51 | 52 | 14 |
| Binary | 101010 | 100010 | 10001 | 0 | 10011 | 111100 | 1010100 | 101001 | 101010 | 1100 |
Color Harmonies of #2A2211
Complementary color
Monochromatic Colors of #2A2211
Black with #2A2211
Text Example
Text Example
White with #2A2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2211; }
p { color: rgb(42,34,17); }
H1.HeaderClassName
{
color: #2A2211;
}
.AnyTagClassName
{
color: #2A2211;
}
</style>
background-color css
<style>
a { background-color: #2A2211; }
a { background-color: rgb(42,34,17); }
div.DivClassName
{
background-color: #2A2211;
}
.BgClassName
{
background-color: #2A2211;
}
</style>
border-color css
<style>
span { border-color: #2A2211; }
span { border-color: rgb(42,34,17); }
td.TdClassName
{
border-color: #2A2211;
}
.TagClassName
{
border-color: #2A2211;
}
</style>