Shades of Black Magic #2D2820
Tints of Black Magic #2D2820
RGB
CMYK
RGB Variations
Color information
#2D2820 (or 0x2D2820) is known color: Black Magic. HEX triplet: 2D, 28 and 20. RGB value is (45,40,32). Sum of RGB (Red+Green+Blue) = 45+40+32=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2820 is #D2D7DF. Grayscale: #282828. Windows color (decimal): -13817824 or 2107437. OLE color: 2107437.
HSL color Cylindrical-coordinate representation of color #2D2820: hue angle of 36.92º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D2820 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 40 | 32 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.82 |
| HSL | 36.92º | 0.17% | 0.15% | - |
| HSV(B) | 36.92º | 0.29% | 0.18% | - |
| XYZ | 2.1 | 2.18 | 1.68 | - |
| YUV | 40.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 32 | 0 | 0.11 | 0.29 | 0.82 | 36.92 | 0.17 | 0.15 |
| Hex | 2D | 28 | 20 | 0 | B | 1D | 52 | 25 | 11 | F |
| Octal | 55 | 50 | 40 | 0 | 13 | 35 | 122 | 45 | 21 | 17 |
| Binary | 101101 | 101000 | 100000 | 0 | 1011 | 11101 | 1010010 | 100101 | 10001 | 1111 |
Color Harmonies of #2D2820
Complementary color
Monochromatic Colors of #2D2820
Black with #2D2820
Text Example
Text Example
White with #2D2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2820; }
p { color: rgb(45,40,32); }
H1.HeaderClassName
{
color: #2D2820;
}
.AnyTagClassName
{
color: #2D2820;
}
</style>
background-color css
<style>
a { background-color: #2D2820; }
a { background-color: rgb(45,40,32); }
div.DivClassName
{
background-color: #2D2820;
}
.BgClassName
{
background-color: #2D2820;
}
</style>
border-color css
<style>
span { border-color: #2D2820; }
span { border-color: rgb(45,40,32); }
td.TdClassName
{
border-color: #2D2820;
}
.TagClassName
{
border-color: #2D2820;
}
</style>