Shades of Black Magic #32240D
Tints of Black Magic #32240D
RGB
CMYK
RGB Variations
Color information
#32240D (or 0x32240D) is known color: Black Magic. HEX triplet: 32, 24 and 0D. RGB value is (50,36,13). Sum of RGB (Red+Green+Blue) = 50+36+13=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #32240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32240D is #CDDBF2. Grayscale: #252525. Windows color (decimal): -13491187 or 861234. OLE color: 861234.
HSL color Cylindrical-coordinate representation of color #32240D: hue angle of 37.3º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32240D is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 13 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.80 |
| HSL | 37.3º | 0.59% | 0.12% | - |
| HSV(B) | 37.3º | 0.74% | 0.2% | - |
| XYZ | 2.02 | 1.97 | 0.65 | - |
| YUV | 37.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 13 | 0 | 0.28 | 0.74 | 0.80 | 37.3 | 0.59 | 0.12 |
| Hex | 32 | 24 | D | 0 | 1C | 4A | 50 | 25 | 3B | C |
| Octal | 62 | 44 | 15 | 0 | 34 | 112 | 120 | 45 | 73 | 14 |
| Binary | 110010 | 100100 | 1101 | 0 | 11100 | 1001010 | 1010000 | 100101 | 111011 | 1100 |
Color Harmonies of #32240D
Complementary color
Monochromatic Colors of #32240D
Black with #32240D
Text Example
Text Example
White with #32240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32240D; }
p { color: rgb(50,36,13); }
H1.HeaderClassName
{
color: #32240D;
}
.AnyTagClassName
{
color: #32240D;
}
</style>
background-color css
<style>
a { background-color: #32240D; }
a { background-color: rgb(50,36,13); }
div.DivClassName
{
background-color: #32240D;
}
.BgClassName
{
background-color: #32240D;
}
</style>
border-color css
<style>
span { border-color: #32240D; }
span { border-color: rgb(50,36,13); }
td.TdClassName
{
border-color: #32240D;
}
.TagClassName
{
border-color: #32240D;
}
</style>