Shades of Black Magic #2A2722
Tints of Black Magic #2A2722
RGB
CMYK
RGB Variations
Color information
#2A2722 (or 0x2A2722) is known color: Black Magic. HEX triplet: 2A, 27 and 22. RGB value is (42,39,34). Sum of RGB (Red+Green+Blue) = 42+39+34=115 (15% of max value = 765). Red value is 42 (16.80% from 255 or 36.52% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2722 is #D5D8DD. Grayscale: #272727. Windows color (decimal): -14014686 or 2238250. OLE color: 2238250.
HSL color Cylindrical-coordinate representation of color #2A2722: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A2722 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 39 | 34 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.84 |
| HSL | 37.5º | 0.11% | 0.15% | - |
| HSV(B) | 37.5º | 0.19% | 0.16% | - |
| XYZ | 1.97 | 2.06 | 1.81 | - |
| YUV | 39.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 34 | 0 | 0.07 | 0.19 | 0.84 | 37.5 | 0.11 | 0.15 |
| Hex | 2A | 27 | 22 | 0 | 7 | 13 | 54 | 26 | B | F |
| Octal | 52 | 47 | 42 | 0 | 7 | 23 | 124 | 46 | 13 | 17 |
| Binary | 101010 | 100111 | 100010 | 0 | 111 | 10011 | 1010100 | 100110 | 1011 | 1111 |
Color Harmonies of #2A2722
Complementary color
Monochromatic Colors of #2A2722
Black with #2A2722
Text Example
Text Example
White with #2A2722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2722; }
p { color: rgb(42,39,34); }
H1.HeaderClassName
{
color: #2A2722;
}
.AnyTagClassName
{
color: #2A2722;
}
</style>
background-color css
<style>
a { background-color: #2A2722; }
a { background-color: rgb(42,39,34); }
div.DivClassName
{
background-color: #2A2722;
}
.BgClassName
{
background-color: #2A2722;
}
</style>
border-color css
<style>
span { border-color: #2A2722; }
span { border-color: rgb(42,39,34); }
td.TdClassName
{
border-color: #2A2722;
}
.TagClassName
{
border-color: #2A2722;
}
</style>