Shades of Black Magic #2C2820
Tints of Black Magic #2C2820
RGB
CMYK
RGB Variations
Color information
#2C2820 (or 0x2C2820) is known color: Black Magic. HEX triplet: 2C, 28 and 20. RGB value is (44,40,32). Sum of RGB (Red+Green+Blue) = 44+40+32=116 (15% of max value = 765). Red value is 44 (17.58% from 255 or 37.93% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2820 is #D3D7DF. Grayscale: #282828. Windows color (decimal): -13883360 or 2107436. OLE color: 2107436.
HSL color Cylindrical-coordinate representation of color #2C2820: hue angle of 40º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C2820 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 40 | 32 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.83 |
| HSL | 40º | 0.16% | 0.15% | - |
| HSV(B) | 40º | 0.27% | 0.17% | - |
| XYZ | 2.06 | 2.16 | 1.67 | - |
| YUV | 40.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 40 | 32 | 0 | 0.09 | 0.27 | 0.83 | 40 | 0.16 | 0.15 |
| Hex | 2C | 28 | 20 | 0 | 9 | 1B | 53 | 28 | 10 | F |
| Octal | 54 | 50 | 40 | 0 | 11 | 33 | 123 | 50 | 20 | 17 |
| Binary | 101100 | 101000 | 100000 | 0 | 1001 | 11011 | 1010011 | 101000 | 10000 | 1111 |
Color Harmonies of #2C2820
Complementary color
Monochromatic Colors of #2C2820
Black with #2C2820
Text Example
Text Example
White with #2C2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2820; }
p { color: rgb(44,40,32); }
H1.HeaderClassName
{
color: #2C2820;
}
.AnyTagClassName
{
color: #2C2820;
}
</style>
background-color css
<style>
a { background-color: #2C2820; }
a { background-color: rgb(44,40,32); }
div.DivClassName
{
background-color: #2C2820;
}
.BgClassName
{
background-color: #2C2820;
}
</style>
border-color css
<style>
span { border-color: #2C2820; }
span { border-color: rgb(44,40,32); }
td.TdClassName
{
border-color: #2C2820;
}
.TagClassName
{
border-color: #2C2820;
}
</style>