Shades of Black Magic #2A2721
Tints of Black Magic #2A2721
RGB
CMYK
RGB Variations
Color information
#2A2721 (or 0x2A2721) is known color: Black Magic. HEX triplet: 2A, 27 and 21. RGB value is (42,39,33). Sum of RGB (Red+Green+Blue) = 42+39+33=114 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.84% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2721 is #D5D8DE. Grayscale: #272727. Windows color (decimal): -14014687 or 2172714. OLE color: 2172714.
HSL color Cylindrical-coordinate representation of color #2A2721: hue angle of 40º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A2721 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 33 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.84 |
| HSL | 40º | 0.12% | 0.15% | - |
| HSV(B) | 40º | 0.21% | 0.16% | - |
| XYZ | 1.95 | 2.05 | 1.73 | - |
| YUV | 39.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 33 | 0 | 0.07 | 0.21 | 0.84 | 40 | 0.12 | 0.15 |
| Hex | 2A | 27 | 21 | 0 | 7 | 15 | 54 | 28 | C | F |
| Octal | 52 | 47 | 41 | 0 | 7 | 25 | 124 | 50 | 14 | 17 |
| Binary | 101010 | 100111 | 100001 | 0 | 111 | 10101 | 1010100 | 101000 | 1100 | 1111 |
Color Harmonies of #2A2721
Complementary color
Monochromatic Colors of #2A2721
Black with #2A2721
Text Example
Text Example
White with #2A2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2721; }
p { color: rgb(42,39,33); }
H1.HeaderClassName
{
color: #2A2721;
}
.AnyTagClassName
{
color: #2A2721;
}
</style>
background-color css
<style>
a { background-color: #2A2721; }
a { background-color: rgb(42,39,33); }
div.DivClassName
{
background-color: #2A2721;
}
.BgClassName
{
background-color: #2A2721;
}
</style>
border-color css
<style>
span { border-color: #2A2721; }
span { border-color: rgb(42,39,33); }
td.TdClassName
{
border-color: #2A2721;
}
.TagClassName
{
border-color: #2A2721;
}
</style>