Shades of Black Magic #322C22
Tints of Black Magic #322C22
RGB
CMYK
RGB Variations
Color information
#322C22 (or 0x322C22) is known color: Black Magic. HEX triplet: 32, 2C and 22. RGB value is (50,44,34). Sum of RGB (Red+Green+Blue) = 50+44+34=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C22 is #CDD3DD. Grayscale: #2C2C2C. Windows color (decimal): -13489118 or 2239538. OLE color: 2239538.
HSL color Cylindrical-coordinate representation of color #322C22: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322C22 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 34 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.80 |
| HSL | 37.5º | 0.19% | 0.16% | - |
| HSV(B) | 37.5º | 0.32% | 0.2% | - |
| XYZ | 2.5 | 2.59 | 1.88 | - |
| YUV | 44.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 34 | 0 | 0.12 | 0.32 | 0.80 | 37.5 | 0.19 | 0.16 |
| Hex | 32 | 2C | 22 | 0 | C | 20 | 50 | 26 | 13 | 10 |
| Octal | 62 | 54 | 42 | 0 | 14 | 40 | 120 | 46 | 23 | 20 |
| Binary | 110010 | 101100 | 100010 | 0 | 1100 | 100000 | 1010000 | 100110 | 10011 | 10000 |
Color Harmonies of #322C22
Complementary color
Monochromatic Colors of #322C22
Black with #322C22
Text Example
Text Example
White with #322C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C22; }
p { color: rgb(50,44,34); }
H1.HeaderClassName
{
color: #322C22;
}
.AnyTagClassName
{
color: #322C22;
}
</style>
background-color css
<style>
a { background-color: #322C22; }
a { background-color: rgb(50,44,34); }
div.DivClassName
{
background-color: #322C22;
}
.BgClassName
{
background-color: #322C22;
}
</style>
border-color css
<style>
span { border-color: #322C22; }
span { border-color: rgb(50,44,34); }
td.TdClassName
{
border-color: #322C22;
}
.TagClassName
{
border-color: #322C22;
}
</style>