Shades of Black Magic #2A2212
Tints of Black Magic #2A2212
RGB
CMYK
RGB Variations
Color information
#2A2212 (or 0x2A2212) is known color: Black Magic. HEX triplet: 2A, 22 and 12. RGB value is (42,34,18). Sum of RGB (Red+Green+Blue) = 42+34+18=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2212 is #D5DDED. Grayscale: #222222. Windows color (decimal): -14015982 or 1188394. OLE color: 1188394.
HSL color Cylindrical-coordinate representation of color #2A2212: hue angle of 40º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A2212 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 18 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.84 |
| HSL | 40º | 0.4% | 0.12% | - |
| HSV(B) | 40º | 0.57% | 0.16% | - |
| XYZ | 1.64 | 1.68 | 0.81 | - |
| YUV | 34.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 18 | 0 | 0.19 | 0.57 | 0.84 | 40 | 0.4 | 0.12 |
| Hex | 2A | 22 | 12 | 0 | 13 | 39 | 54 | 28 | 28 | C |
| Octal | 52 | 42 | 22 | 0 | 23 | 71 | 124 | 50 | 50 | 14 |
| Binary | 101010 | 100010 | 10010 | 0 | 10011 | 111001 | 1010100 | 101000 | 101000 | 1100 |
Color Harmonies of #2A2212
Complementary color
Monochromatic Colors of #2A2212
Black with #2A2212
Text Example
Text Example
White with #2A2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2212; }
p { color: rgb(42,34,18); }
H1.HeaderClassName
{
color: #2A2212;
}
.AnyTagClassName
{
color: #2A2212;
}
</style>
background-color css
<style>
a { background-color: #2A2212; }
a { background-color: rgb(42,34,18); }
div.DivClassName
{
background-color: #2A2212;
}
.BgClassName
{
background-color: #2A2212;
}
</style>
border-color css
<style>
span { border-color: #2A2212; }
span { border-color: rgb(42,34,18); }
td.TdClassName
{
border-color: #2A2212;
}
.TagClassName
{
border-color: #2A2212;
}
</style>