Shades of Black Magic #2A210F
Tints of Black Magic #2A210F
RGB
CMYK
RGB Variations
Color information
#2A210F (or 0x2A210F) is known color: Black Magic. HEX triplet: 2A, 21 and 0F. RGB value is (42,33,15). Sum of RGB (Red+Green+Blue) = 42+33+15=90 (11% of max value = 765). Red value is 42 (16.80% from 255 or 46.67% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 42 - color contains mainly: red. Hex color #2A210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A210F is #D5DEF0. Grayscale: #212121. Windows color (decimal): -14016241 or 991530. OLE color: 991530.
HSL color Cylindrical-coordinate representation of color #2A210F: hue angle of 40º degrees, saturation: 0.47, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A210F is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 33 | 15 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.84 |
| HSL | 40º | 0.47% | 0.11% | - |
| HSV(B) | 40º | 0.64% | 0.16% | - |
| XYZ | 1.58 | 1.61 | 0.68 | - |
| YUV | 33.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 33 | 15 | 0 | 0.21 | 0.64 | 0.84 | 40 | 0.47 | 0.11 |
| Hex | 2A | 21 | F | 0 | 15 | 40 | 54 | 28 | 2F | B |
| Octal | 52 | 41 | 17 | 0 | 25 | 100 | 124 | 50 | 57 | 13 |
| Binary | 101010 | 100001 | 1111 | 0 | 10101 | 1000000 | 1010100 | 101000 | 101111 | 1011 |
Color Harmonies of #2A210F
Complementary color
Monochromatic Colors of #2A210F
Black with #2A210F
Text Example
Text Example
White with #2A210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A210F; }
p { color: rgb(42,33,15); }
H1.HeaderClassName
{
color: #2A210F;
}
.AnyTagClassName
{
color: #2A210F;
}
</style>
background-color css
<style>
a { background-color: #2A210F; }
a { background-color: rgb(42,33,15); }
div.DivClassName
{
background-color: #2A210F;
}
.BgClassName
{
background-color: #2A210F;
}
</style>
border-color css
<style>
span { border-color: #2A210F; }
span { border-color: rgb(42,33,15); }
td.TdClassName
{
border-color: #2A210F;
}
.TagClassName
{
border-color: #2A210F;
}
</style>