Shades of Black Magic #2A2215
Tints of Black Magic #2A2215
RGB
CMYK
RGB Variations
Color information
#2A2215 (or 0x2A2215) is known color: Black Magic. HEX triplet: 2A, 22 and 15. RGB value is (42,34,21). Sum of RGB (Red+Green+Blue) = 42+34+21=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2215 is #D5DDEA. Grayscale: #222222. Windows color (decimal): -14015979 or 1385002. OLE color: 1385002.
HSL color Cylindrical-coordinate representation of color #2A2215: hue angle of 37.14º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A2215 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 21 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.84 |
| HSL | 37.14º | 0.33% | 0.12% | - |
| HSV(B) | 37.14º | 0.5% | 0.16% | - |
| XYZ | 1.66 | 1.69 | 0.95 | - |
| YUV | 34.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 21 | 0 | 0.19 | 0.50 | 0.84 | 37.14 | 0.33 | 0.12 |
| Hex | 2A | 22 | 15 | 0 | 13 | 32 | 54 | 25 | 21 | C |
| Octal | 52 | 42 | 25 | 0 | 23 | 62 | 124 | 45 | 41 | 14 |
| Binary | 101010 | 100010 | 10101 | 0 | 10011 | 110010 | 1010100 | 100101 | 100001 | 1100 |
Color Harmonies of #2A2215
Complementary color
Monochromatic Colors of #2A2215
Black with #2A2215
Text Example
Text Example
White with #2A2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2215; }
p { color: rgb(42,34,21); }
H1.HeaderClassName
{
color: #2A2215;
}
.AnyTagClassName
{
color: #2A2215;
}
</style>
background-color css
<style>
a { background-color: #2A2215; }
a { background-color: rgb(42,34,21); }
div.DivClassName
{
background-color: #2A2215;
}
.BgClassName
{
background-color: #2A2215;
}
</style>
border-color css
<style>
span { border-color: #2A2215; }
span { border-color: rgb(42,34,21); }
td.TdClassName
{
border-color: #2A2215;
}
.TagClassName
{
border-color: #2A2215;
}
</style>