Shades of Black Magic #32240F
Tints of Black Magic #32240F
RGB
CMYK
RGB Variations
Color information
#32240F (or 0x32240F) is known color: Black Magic. HEX triplet: 32, 24 and 0F. RGB value is (50,36,15). Sum of RGB (Red+Green+Blue) = 50+36+15=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 50 - color contains mainly: red. Hex color #32240F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32240F is #CDDBF0. Grayscale: #252525. Windows color (decimal): -13491185 or 992306. OLE color: 992306.
HSL color Cylindrical-coordinate representation of color #32240F: hue angle of 36º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32240F is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 15 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.80 |
| HSL | 36º | 0.54% | 0.13% | - |
| HSV(B) | 36º | 0.7% | 0.2% | - |
| XYZ | 2.03 | 1.97 | 0.73 | - |
| YUV | 37.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 15 | 0 | 0.28 | 0.70 | 0.80 | 36 | 0.54 | 0.13 |
| Hex | 32 | 24 | F | 0 | 1C | 46 | 50 | 24 | 36 | D |
| Octal | 62 | 44 | 17 | 0 | 34 | 106 | 120 | 44 | 66 | 15 |
| Binary | 110010 | 100100 | 1111 | 0 | 11100 | 1000110 | 1010000 | 100100 | 110110 | 1101 |
Color Harmonies of #32240F
Complementary color
Monochromatic Colors of #32240F
Black with #32240F
Text Example
Text Example
White with #32240F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32240F; }
p { color: rgb(50,36,15); }
H1.HeaderClassName
{
color: #32240F;
}
.AnyTagClassName
{
color: #32240F;
}
</style>
background-color css
<style>
a { background-color: #32240F; }
a { background-color: rgb(50,36,15); }
div.DivClassName
{
background-color: #32240F;
}
.BgClassName
{
background-color: #32240F;
}
</style>
border-color css
<style>
span { border-color: #32240F; }
span { border-color: rgb(50,36,15); }
td.TdClassName
{
border-color: #32240F;
}
.TagClassName
{
border-color: #32240F;
}
</style>