Shades of Black Magic #322D20
Tints of Black Magic #322D20
RGB
CMYK
RGB Variations
Color information
#322D20 (or 0x322D20) is known color: Black Magic. HEX triplet: 32, 2D and 20. RGB value is (50,45,32). Sum of RGB (Red+Green+Blue) = 50+45+32=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 45 (17.97% from 255 or 35.43% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D20 is #CDD2DF. Grayscale: #2D2D2D. Windows color (decimal): -13488864 or 2108722. OLE color: 2108722.
HSL color Cylindrical-coordinate representation of color #322D20: hue angle of 43.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322D20 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 32 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.80 |
| HSL | 43.33º | 0.22% | 0.16% | - |
| HSV(B) | 43.33º | 0.36% | 0.2% | - |
| XYZ | 2.51 | 2.66 | 1.75 | - |
| YUV | 45.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 32 | 0 | 0.10 | 0.36 | 0.80 | 43.33 | 0.22 | 0.16 |
| Hex | 32 | 2D | 20 | 0 | A | 24 | 50 | 2B | 16 | 10 |
| Octal | 62 | 55 | 40 | 0 | 12 | 44 | 120 | 53 | 26 | 20 |
| Binary | 110010 | 101101 | 100000 | 0 | 1010 | 100100 | 1010000 | 101011 | 10110 | 10000 |
Color Harmonies of #322D20
Complementary color
Monochromatic Colors of #322D20
Black with #322D20
Text Example
Text Example
White with #322D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D20; }
p { color: rgb(50,45,32); }
H1.HeaderClassName
{
color: #322D20;
}
.AnyTagClassName
{
color: #322D20;
}
</style>
background-color css
<style>
a { background-color: #322D20; }
a { background-color: rgb(50,45,32); }
div.DivClassName
{
background-color: #322D20;
}
.BgClassName
{
background-color: #322D20;
}
</style>
border-color css
<style>
span { border-color: #322D20; }
span { border-color: rgb(50,45,32); }
td.TdClassName
{
border-color: #322D20;
}
.TagClassName
{
border-color: #322D20;
}
</style>