Shades of Black Magic #32240B
Tints of Black Magic #32240B
RGB
CMYK
RGB Variations
Color information
#32240B (or 0x32240B) is known color: Black Magic. HEX triplet: 32, 24 and 0B. RGB value is (50,36,11). Sum of RGB (Red+Green+Blue) = 50+36+11=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #32240B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #32240B is #CDDBF4. Grayscale: #252525. Windows color (decimal): -13491189 or 730162. OLE color: 730162.
HSL color Cylindrical-coordinate representation of color #32240B: hue angle of 38.46º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32240B is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 36 | 11 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.80 |
| HSL | 38.46º | 0.64% | 0.12% | - |
| HSV(B) | 38.46º | 0.78% | 0.2% | - |
| XYZ | 2.01 | 1.96 | 0.59 | - |
| YUV | 37.34 | 113.14 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 11 | 0 | 0.28 | 0.78 | 0.80 | 38.46 | 0.64 | 0.12 |
| Hex | 32 | 24 | B | 0 | 1C | 4E | 50 | 26 | 40 | C |
| Octal | 62 | 44 | 13 | 0 | 34 | 116 | 120 | 46 | 100 | 14 |
| Binary | 110010 | 100100 | 1011 | 0 | 11100 | 1001110 | 1010000 | 100110 | 1000000 | 1100 |
Color Harmonies of #32240B
Complementary color
Monochromatic Colors of #32240B
Black with #32240B
Text Example
Text Example
White with #32240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32240B; }
p { color: rgb(50,36,11); }
H1.HeaderClassName
{
color: #32240B;
}
.AnyTagClassName
{
color: #32240B;
}
</style>
background-color css
<style>
a { background-color: #32240B; }
a { background-color: rgb(50,36,11); }
div.DivClassName
{
background-color: #32240B;
}
.BgClassName
{
background-color: #32240B;
}
</style>
border-color css
<style>
span { border-color: #32240B; }
span { border-color: rgb(50,36,11); }
td.TdClassName
{
border-color: #32240B;
}
.TagClassName
{
border-color: #32240B;
}
</style>