Shades of Black Magic #322C24
Tints of Black Magic #322C24
RGB
CMYK
RGB Variations
Color information
#322C24 (or 0x322C24) is known color: Black Magic. HEX triplet: 32, 2C and 24. RGB value is (50,44,36). Sum of RGB (Red+Green+Blue) = 50+44+36=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C24 is #CDD3DB. Grayscale: #2C2C2C. Windows color (decimal): -13489116 or 2370610. OLE color: 2370610.
HSL color Cylindrical-coordinate representation of color #322C24: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322C24 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 36 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.80 |
| HSL | 34.29º | 0.16% | 0.17% | - |
| HSV(B) | 34.29º | 0.28% | 0.2% | - |
| XYZ | 2.53 | 2.61 | 2.04 | - |
| YUV | 44.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 36 | 0 | 0.12 | 0.28 | 0.80 | 34.29 | 0.16 | 0.17 |
| Hex | 32 | 2C | 24 | 0 | C | 1C | 50 | 22 | 10 | 11 |
| Octal | 62 | 54 | 44 | 0 | 14 | 34 | 120 | 42 | 20 | 21 |
| Binary | 110010 | 101100 | 100100 | 0 | 1100 | 11100 | 1010000 | 100010 | 10000 | 10001 |
Color Harmonies of #322C24
Complementary color
Monochromatic Colors of #322C24
Black with #322C24
Text Example
Text Example
White with #322C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C24; }
p { color: rgb(50,44,36); }
H1.HeaderClassName
{
color: #322C24;
}
.AnyTagClassName
{
color: #322C24;
}
</style>
background-color css
<style>
a { background-color: #322C24; }
a { background-color: rgb(50,44,36); }
div.DivClassName
{
background-color: #322C24;
}
.BgClassName
{
background-color: #322C24;
}
</style>
border-color css
<style>
span { border-color: #322C24; }
span { border-color: rgb(50,44,36); }
td.TdClassName
{
border-color: #322C24;
}
.TagClassName
{
border-color: #322C24;
}
</style>