Shades of Black Magic #2A2218
Tints of Black Magic #2A2218
RGB
CMYK
RGB Variations
Color information
#2A2218 (or 0x2A2218) is known color: Black Magic. HEX triplet: 2A, 22 and 18. RGB value is (42,34,24). Sum of RGB (Red+Green+Blue) = 42+34+24=100 (13% of max value = 765). Red value is 42 (16.80% from 255 or 42% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2218 is #D5DDE7. Grayscale: #232323. Windows color (decimal): -14015976 or 1581610. OLE color: 1581610.
HSL color Cylindrical-coordinate representation of color #2A2218: hue angle of 33.33º degrees, saturation: 0.27, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A2218 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 34 | 24 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.84 |
| HSL | 33.33º | 0.27% | 0.13% | - |
| HSV(B) | 33.33º | 0.43% | 0.16% | - |
| XYZ | 1.69 | 1.7 | 1.1 | - |
| YUV | 35.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 34 | 24 | 0 | 0.19 | 0.43 | 0.84 | 33.33 | 0.27 | 0.13 |
| Hex | 2A | 22 | 18 | 0 | 13 | 2B | 54 | 21 | 1B | D |
| Octal | 52 | 42 | 30 | 0 | 23 | 53 | 124 | 41 | 33 | 15 |
| Binary | 101010 | 100010 | 11000 | 0 | 10011 | 101011 | 1010100 | 100001 | 11011 | 1101 |
Color Harmonies of #2A2218
Complementary color
Monochromatic Colors of #2A2218
Black with #2A2218
Text Example
Text Example
White with #2A2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2218; }
p { color: rgb(42,34,24); }
H1.HeaderClassName
{
color: #2A2218;
}
.AnyTagClassName
{
color: #2A2218;
}
</style>
background-color css
<style>
a { background-color: #2A2218; }
a { background-color: rgb(42,34,24); }
div.DivClassName
{
background-color: #2A2218;
}
.BgClassName
{
background-color: #2A2218;
}
</style>
border-color css
<style>
span { border-color: #2A2218; }
span { border-color: rgb(42,34,24); }
td.TdClassName
{
border-color: #2A2218;
}
.TagClassName
{
border-color: #2A2218;
}
</style>