Shades of Black Magic #32240C
Tints of Black Magic #32240C
RGB
CMYK
RGB Variations
Color information
#32240C (or 0x32240C) is known color: Black Magic. HEX triplet: 32, 24 and 0C. RGB value is (50,36,12). Sum of RGB (Red+Green+Blue) = 50+36+12=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 12 (5.08% from 255 or 12.24% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #32240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32240C is #CDDBF3. Grayscale: #252525. Windows color (decimal): -13491188 or 795698. OLE color: 795698.
HSL color Cylindrical-coordinate representation of color #32240C: hue angle of 37.89º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32240C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 12 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.80 |
| HSL | 37.89º | 0.61% | 0.12% | - |
| HSV(B) | 37.89º | 0.76% | 0.2% | - |
| XYZ | 2.01 | 1.97 | 0.62 | - |
| YUV | 37.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 12 | 0 | 0.28 | 0.76 | 0.80 | 37.89 | 0.61 | 0.12 |
| Hex | 32 | 24 | C | 0 | 1C | 4C | 50 | 26 | 3D | C |
| Octal | 62 | 44 | 14 | 0 | 34 | 114 | 120 | 46 | 75 | 14 |
| Binary | 110010 | 100100 | 1100 | 0 | 11100 | 1001100 | 1010000 | 100110 | 111101 | 1100 |
Color Harmonies of #32240C
Complementary color
Monochromatic Colors of #32240C
Black with #32240C
Text Example
Text Example
White with #32240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32240C; }
p { color: rgb(50,36,12); }
H1.HeaderClassName
{
color: #32240C;
}
.AnyTagClassName
{
color: #32240C;
}
</style>
background-color css
<style>
a { background-color: #32240C; }
a { background-color: rgb(50,36,12); }
div.DivClassName
{
background-color: #32240C;
}
.BgClassName
{
background-color: #32240C;
}
</style>
border-color css
<style>
span { border-color: #32240C; }
span { border-color: rgb(50,36,12); }
td.TdClassName
{
border-color: #32240C;
}
.TagClassName
{
border-color: #32240C;
}
</style>