Shades of Black Magic #2A210E
Tints of Black Magic #2A210E
RGB
CMYK
RGB Variations
Color information
#2A210E (or 0x2A210E) is known color: Black Magic. HEX triplet: 2A, 21 and 0E. RGB value is (42,33,14). Sum of RGB (Red+Green+Blue) = 42+33+14=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A210E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A210E is #D5DEF1. Grayscale: #212121. Windows color (decimal): -14016242 or 925994. OLE color: 925994.
HSL color Cylindrical-coordinate representation of color #2A210E: hue angle of 40.71º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A210E is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 33 | 14 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.84 |
| HSL | 40.71º | 0.5% | 0.11% | - |
| HSV(B) | 40.71º | 0.67% | 0.16% | - |
| XYZ | 1.58 | 1.61 | 0.64 | - |
| YUV | 33.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 14 | 0 | 0.21 | 0.67 | 0.84 | 40.71 | 0.5 | 0.11 |
| Hex | 2A | 21 | E | 0 | 15 | 43 | 54 | 29 | 32 | B |
| Octal | 52 | 41 | 16 | 0 | 25 | 103 | 124 | 51 | 62 | 13 |
| Binary | 101010 | 100001 | 1110 | 0 | 10101 | 1000011 | 1010100 | 101001 | 110010 | 1011 |
Color Harmonies of #2A210E
Complementary color
Monochromatic Colors of #2A210E
Black with #2A210E
Text Example
Text Example
White with #2A210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A210E; }
p { color: rgb(42,33,14); }
H1.HeaderClassName
{
color: #2A210E;
}
.AnyTagClassName
{
color: #2A210E;
}
</style>
background-color css
<style>
a { background-color: #2A210E; }
a { background-color: rgb(42,33,14); }
div.DivClassName
{
background-color: #2A210E;
}
.BgClassName
{
background-color: #2A210E;
}
</style>
border-color css
<style>
span { border-color: #2A210E; }
span { border-color: rgb(42,33,14); }
td.TdClassName
{
border-color: #2A210E;
}
.TagClassName
{
border-color: #2A210E;
}
</style>