Shades of Black Magic #2A210D
Tints of Black Magic #2A210D
RGB
CMYK
RGB Variations
Color information
#2A210D (or 0x2A210D) is known color: Black Magic. HEX triplet: 2A, 21 and 0D. RGB value is (42,33,13). Sum of RGB (Red+Green+Blue) = 42+33+13=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A210D is #D5DEF2. Grayscale: #212121. Windows color (decimal): -14016243 or 860458. OLE color: 860458.
HSL color Cylindrical-coordinate representation of color #2A210D: hue angle of 41.38º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A210D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 33 | 13 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.84 |
| HSL | 41.38º | 0.53% | 0.11% | - |
| HSV(B) | 41.38º | 0.69% | 0.16% | - |
| XYZ | 1.57 | 1.61 | 0.61 | - |
| YUV | 33.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 13 | 0 | 0.21 | 0.69 | 0.84 | 41.38 | 0.53 | 0.11 |
| Hex | 2A | 21 | D | 0 | 15 | 45 | 54 | 29 | 35 | B |
| Octal | 52 | 41 | 15 | 0 | 25 | 105 | 124 | 51 | 65 | 13 |
| Binary | 101010 | 100001 | 1101 | 0 | 10101 | 1000101 | 1010100 | 101001 | 110101 | 1011 |
Color Harmonies of #2A210D
Complementary color
Monochromatic Colors of #2A210D
Black with #2A210D
Text Example
Text Example
White with #2A210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A210D; }
p { color: rgb(42,33,13); }
H1.HeaderClassName
{
color: #2A210D;
}
.AnyTagClassName
{
color: #2A210D;
}
</style>
background-color css
<style>
a { background-color: #2A210D; }
a { background-color: rgb(42,33,13); }
div.DivClassName
{
background-color: #2A210D;
}
.BgClassName
{
background-color: #2A210D;
}
</style>
border-color css
<style>
span { border-color: #2A210D; }
span { border-color: rgb(42,33,13); }
td.TdClassName
{
border-color: #2A210D;
}
.TagClassName
{
border-color: #2A210D;
}
</style>