Shades of Black Magic #322C21
Tints of Black Magic #322C21
RGB
CMYK
RGB Variations
Color information
#322C21 (or 0x322C21) is known color: Black Magic. HEX triplet: 32, 2C and 21. RGB value is (50,44,33). Sum of RGB (Red+Green+Blue) = 50+44+33=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C21 is #CDD3DE. Grayscale: #2C2C2C. Windows color (decimal): -13489119 or 2174002. OLE color: 2174002.
HSL color Cylindrical-coordinate representation of color #322C21: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #322C21 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 33 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.80 |
| HSL | 38.82º | 0.2% | 0.16% | - |
| HSV(B) | 38.82º | 0.34% | 0.2% | - |
| XYZ | 2.49 | 2.59 | 1.81 | - |
| YUV | 44.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 33 | 0 | 0.12 | 0.34 | 0.80 | 38.82 | 0.2 | 0.16 |
| Hex | 32 | 2C | 21 | 0 | C | 22 | 50 | 27 | 14 | 10 |
| Octal | 62 | 54 | 41 | 0 | 14 | 42 | 120 | 47 | 24 | 20 |
| Binary | 110010 | 101100 | 100001 | 0 | 1100 | 100010 | 1010000 | 100111 | 10100 | 10000 |
Color Harmonies of #322C21
Complementary color
Monochromatic Colors of #322C21
Black with #322C21
Text Example
Text Example
White with #322C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C21; }
p { color: rgb(50,44,33); }
H1.HeaderClassName
{
color: #322C21;
}
.AnyTagClassName
{
color: #322C21;
}
</style>
background-color css
<style>
a { background-color: #322C21; }
a { background-color: rgb(50,44,33); }
div.DivClassName
{
background-color: #322C21;
}
.BgClassName
{
background-color: #322C21;
}
</style>
border-color css
<style>
span { border-color: #322C21; }
span { border-color: rgb(50,44,33); }
td.TdClassName
{
border-color: #322C21;
}
.TagClassName
{
border-color: #322C21;
}
</style>