Shades of Black Magic #322D24
Tints of Black Magic #322D24
RGB
CMYK
RGB Variations
Color information
#322D24 (or 0x322D24) is known color: Black Magic. HEX triplet: 32, 2D and 24. RGB value is (50,45,36). Sum of RGB (Red+Green+Blue) = 50+45+36=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D24 is #CDD2DB. Grayscale: #2D2D2D. Windows color (decimal): -13488860 or 2370866. OLE color: 2370866.
HSL color Cylindrical-coordinate representation of color #322D24: hue angle of 38.57º 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 #322D24 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 36 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.80 |
| HSL | 38.57º | 0.16% | 0.17% | - |
| HSV(B) | 38.57º | 0.28% | 0.2% | - |
| XYZ | 2.57 | 2.68 | 2.05 | - |
| YUV | 45.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 36 | 0 | 0.10 | 0.28 | 0.80 | 38.57 | 0.16 | 0.17 |
| Hex | 32 | 2D | 24 | 0 | A | 1C | 50 | 27 | 10 | 11 |
| Octal | 62 | 55 | 44 | 0 | 12 | 34 | 120 | 47 | 20 | 21 |
| Binary | 110010 | 101101 | 100100 | 0 | 1010 | 11100 | 1010000 | 100111 | 10000 | 10001 |
Color Harmonies of #322D24
Complementary color
Monochromatic Colors of #322D24
Black with #322D24
Text Example
Text Example
White with #322D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D24; }
p { color: rgb(50,45,36); }
H1.HeaderClassName
{
color: #322D24;
}
.AnyTagClassName
{
color: #322D24;
}
</style>
background-color css
<style>
a { background-color: #322D24; }
a { background-color: rgb(50,45,36); }
div.DivClassName
{
background-color: #322D24;
}
.BgClassName
{
background-color: #322D24;
}
</style>
border-color css
<style>
span { border-color: #322D24; }
span { border-color: rgb(50,45,36); }
td.TdClassName
{
border-color: #322D24;
}
.TagClassName
{
border-color: #322D24;
}
</style>