Shades of Black Magic #322D25
Tints of Black Magic #322D25
RGB
CMYK
RGB Variations
Color information
#322D25 (or 0x322D25) is known color: Black Magic. HEX triplet: 32, 2D and 25. RGB value is (50,45,37). Sum of RGB (Red+Green+Blue) = 50+45+37=132 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.88% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 50 - color contains mainly: red. Hex color #322D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D25 is #CDD2DA. Grayscale: #2D2D2D. Windows color (decimal): -13488859 or 2436402. OLE color: 2436402.
HSL color Cylindrical-coordinate representation of color #322D25: hue angle of 36.92º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #322D25 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 45 | 37 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.80 |
| HSL | 36.92º | 0.15% | 0.17% | - |
| HSV(B) | 36.92º | 0.26% | 0.2% | - |
| XYZ | 2.59 | 2.69 | 2.13 | - |
| YUV | 45.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 45 | 37 | 0 | 0.10 | 0.26 | 0.80 | 36.92 | 0.15 | 0.17 |
| Hex | 32 | 2D | 25 | 0 | A | 1A | 50 | 25 | F | 11 |
| Octal | 62 | 55 | 45 | 0 | 12 | 32 | 120 | 45 | 17 | 21 |
| Binary | 110010 | 101101 | 100101 | 0 | 1010 | 11010 | 1010000 | 100101 | 1111 | 10001 |
Color Harmonies of #322D25
Complementary color
Monochromatic Colors of #322D25
Black with #322D25
Text Example
Text Example
White with #322D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322D25; }
p { color: rgb(50,45,37); }
H1.HeaderClassName
{
color: #322D25;
}
.AnyTagClassName
{
color: #322D25;
}
</style>
background-color css
<style>
a { background-color: #322D25; }
a { background-color: rgb(50,45,37); }
div.DivClassName
{
background-color: #322D25;
}
.BgClassName
{
background-color: #322D25;
}
</style>
border-color css
<style>
span { border-color: #322D25; }
span { border-color: rgb(50,45,37); }
td.TdClassName
{
border-color: #322D25;
}
.TagClassName
{
border-color: #322D25;
}
</style>