Shades of Black Magic #322C25
Tints of Black Magic #322C25
RGB
CMYK
RGB Variations
Color information
#322C25 (or 0x322C25) is known color: Black Magic. HEX triplet: 32, 2C and 25. RGB value is (50,44,37). Sum of RGB (Red+Green+Blue) = 50+44+37=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 50 - color contains mainly: red. Hex color #322C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C25 is #CDD3DA. Grayscale: #2D2D2D. Windows color (decimal): -13489115 or 2436146. OLE color: 2436146.
HSL color Cylindrical-coordinate representation of color #322C25: hue angle of 32.31º 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 #322C25 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 37 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.80 |
| HSL | 32.31º | 0.15% | 0.17% | - |
| HSV(B) | 32.31º | 0.26% | 0.2% | - |
| XYZ | 2.55 | 2.61 | 2.12 | - |
| YUV | 45 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 37 | 0 | 0.12 | 0.26 | 0.80 | 32.31 | 0.15 | 0.17 |
| Hex | 32 | 2C | 25 | 0 | C | 1A | 50 | 20 | F | 11 |
| Octal | 62 | 54 | 45 | 0 | 14 | 32 | 120 | 40 | 17 | 21 |
| Binary | 110010 | 101100 | 100101 | 0 | 1100 | 11010 | 1010000 | 100000 | 1111 | 10001 |
Color Harmonies of #322C25
Complementary color
Monochromatic Colors of #322C25
Black with #322C25
Text Example
Text Example
White with #322C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C25; }
p { color: rgb(50,44,37); }
H1.HeaderClassName
{
color: #322C25;
}
.AnyTagClassName
{
color: #322C25;
}
</style>
background-color css
<style>
a { background-color: #322C25; }
a { background-color: rgb(50,44,37); }
div.DivClassName
{
background-color: #322C25;
}
.BgClassName
{
background-color: #322C25;
}
</style>
border-color css
<style>
span { border-color: #322C25; }
span { border-color: rgb(50,44,37); }
td.TdClassName
{
border-color: #322C25;
}
.TagClassName
{
border-color: #322C25;
}
</style>