Shades of Black Magic #2A2315
Tints of Black Magic #2A2315
RGB
CMYK
RGB Variations
Color information
#2A2315 (or 0x2A2315) is known color: Black Magic. HEX triplet: 2A, 23 and 15. RGB value is (42,35,21). Sum of RGB (Red+Green+Blue) = 42+35+21=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 21 (8.59% from 255 or 21.43% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2315 is #D5DCEA. Grayscale: #232323. Windows color (decimal): -14015723 or 1385258. OLE color: 1385258.
HSL color Cylindrical-coordinate representation of color #2A2315: hue angle of 40º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A2315 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 35 | 21 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.84 |
| HSL | 40º | 0.33% | 0.12% | - |
| HSV(B) | 40º | 0.5% | 0.16% | - |
| XYZ | 1.69 | 1.75 | 0.96 | - |
| YUV | 35.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 35 | 21 | 0 | 0.17 | 0.50 | 0.84 | 40 | 0.33 | 0.12 |
| Hex | 2A | 23 | 15 | 0 | 11 | 32 | 54 | 28 | 21 | C |
| Octal | 52 | 43 | 25 | 0 | 21 | 62 | 124 | 50 | 41 | 14 |
| Binary | 101010 | 100011 | 10101 | 0 | 10001 | 110010 | 1010100 | 101000 | 100001 | 1100 |
Color Harmonies of #2A2315
Complementary color
Monochromatic Colors of #2A2315
Black with #2A2315
Text Example
Text Example
White with #2A2315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2315; }
p { color: rgb(42,35,21); }
H1.HeaderClassName
{
color: #2A2315;
}
.AnyTagClassName
{
color: #2A2315;
}
</style>
background-color css
<style>
a { background-color: #2A2315; }
a { background-color: rgb(42,35,21); }
div.DivClassName
{
background-color: #2A2315;
}
.BgClassName
{
background-color: #2A2315;
}
</style>
border-color css
<style>
span { border-color: #2A2315; }
span { border-color: rgb(42,35,21); }
td.TdClassName
{
border-color: #2A2315;
}
.TagClassName
{
border-color: #2A2315;
}
</style>