Shades of Black Magic #322A20
Tints of Black Magic #322A20
RGB
CMYK
RGB Variations
Color information
#322A20 (or 0x322A20) is known color: Black Magic. HEX triplet: 32, 2A and 20. RGB value is (50,42,32). Sum of RGB (Red+Green+Blue) = 50+42+32=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A20 is #CDD5DF. Grayscale: #2B2B2B. Windows color (decimal): -13489632 or 2107954. OLE color: 2107954.
HSL color Cylindrical-coordinate representation of color #322A20: hue angle of 33.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 #322A20 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 32 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.80 |
| HSL | 33.33º | 0.22% | 0.16% | - |
| HSV(B) | 33.33º | 0.36% | 0.2% | - |
| XYZ | 2.4 | 2.44 | 1.71 | - |
| YUV | 43.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 32 | 0 | 0.16 | 0.36 | 0.80 | 33.33 | 0.22 | 0.16 |
| Hex | 32 | 2A | 20 | 0 | 10 | 24 | 50 | 21 | 16 | 10 |
| Octal | 62 | 52 | 40 | 0 | 20 | 44 | 120 | 41 | 26 | 20 |
| Binary | 110010 | 101010 | 100000 | 0 | 10000 | 100100 | 1010000 | 100001 | 10110 | 10000 |
Color Harmonies of #322A20
Complementary color
Monochromatic Colors of #322A20
Black with #322A20
Text Example
Text Example
White with #322A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A20; }
p { color: rgb(50,42,32); }
H1.HeaderClassName
{
color: #322A20;
}
.AnyTagClassName
{
color: #322A20;
}
</style>
background-color css
<style>
a { background-color: #322A20; }
a { background-color: rgb(50,42,32); }
div.DivClassName
{
background-color: #322A20;
}
.BgClassName
{
background-color: #322A20;
}
</style>
border-color css
<style>
span { border-color: #322A20; }
span { border-color: rgb(50,42,32); }
td.TdClassName
{
border-color: #322A20;
}
.TagClassName
{
border-color: #322A20;
}
</style>