Shades of Black Magic #2D2821
Tints of Black Magic #2D2821
RGB
CMYK
RGB Variations
Color information
#2D2821 (or 0x2D2821) is known color: Black Magic. HEX triplet: 2D, 28 and 21. RGB value is (45,40,33). Sum of RGB (Red+Green+Blue) = 45+40+33=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2821 is #D2D7DE. Grayscale: #282828. Windows color (decimal): -13817823 or 2172973. OLE color: 2172973.
HSL color Cylindrical-coordinate representation of color #2D2821: hue angle of 35º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2D2821 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 40 | 33 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.82 |
| HSL | 35º | 0.15% | 0.15% | - |
| HSV(B) | 35º | 0.27% | 0.18% | - |
| XYZ | 2.12 | 2.19 | 1.75 | - |
| YUV | 40.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 40 | 33 | 0 | 0.11 | 0.27 | 0.82 | 35 | 0.15 | 0.15 |
| Hex | 2D | 28 | 21 | 0 | B | 1B | 52 | 23 | F | F |
| Octal | 55 | 50 | 41 | 0 | 13 | 33 | 122 | 43 | 17 | 17 |
| Binary | 101101 | 101000 | 100001 | 0 | 1011 | 11011 | 1010010 | 100011 | 1111 | 1111 |
Color Harmonies of #2D2821
Complementary color
Monochromatic Colors of #2D2821
Black with #2D2821
Text Example
Text Example
White with #2D2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D2821; }
p { color: rgb(45,40,33); }
H1.HeaderClassName
{
color: #2D2821;
}
.AnyTagClassName
{
color: #2D2821;
}
</style>
background-color css
<style>
a { background-color: #2D2821; }
a { background-color: rgb(45,40,33); }
div.DivClassName
{
background-color: #2D2821;
}
.BgClassName
{
background-color: #2D2821;
}
</style>
border-color css
<style>
span { border-color: #2D2821; }
span { border-color: rgb(45,40,33); }
td.TdClassName
{
border-color: #2D2821;
}
.TagClassName
{
border-color: #2D2821;
}
</style>