Shades of Black Magic #32291F
Tints of Black Magic #32291F
RGB
CMYK
RGB Variations
Color information
#32291F (or 0x32291F) is known color: Black Magic. HEX triplet: 32, 29 and 1F. RGB value is (50,41,31). Sum of RGB (Red+Green+Blue) = 50+41+31=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #32291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32291F is #CDD6E0. Grayscale: #2A2A2A. Windows color (decimal): -13489889 or 2042162. OLE color: 2042162.
HSL color Cylindrical-coordinate representation of color #32291F: hue angle of 31.58º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32291F is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 31 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.80 |
| HSL | 31.58º | 0.23% | 0.16% | - |
| HSV(B) | 31.58º | 0.38% | 0.2% | - |
| XYZ | 2.36 | 2.36 | 1.63 | - |
| YUV | 42.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 31 | 0 | 0.18 | 0.38 | 0.80 | 31.58 | 0.23 | 0.16 |
| Hex | 32 | 29 | 1F | 0 | 12 | 26 | 50 | 20 | 17 | 10 |
| Octal | 62 | 51 | 37 | 0 | 22 | 46 | 120 | 40 | 27 | 20 |
| Binary | 110010 | 101001 | 11111 | 0 | 10010 | 100110 | 1010000 | 100000 | 10111 | 10000 |
Color Harmonies of #32291F
Complementary color
Monochromatic Colors of #32291F
Black with #32291F
Text Example
Text Example
White with #32291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32291F; }
p { color: rgb(50,41,31); }
H1.HeaderClassName
{
color: #32291F;
}
.AnyTagClassName
{
color: #32291F;
}
</style>
background-color css
<style>
a { background-color: #32291F; }
a { background-color: rgb(50,41,31); }
div.DivClassName
{
background-color: #32291F;
}
.BgClassName
{
background-color: #32291F;
}
</style>
border-color css
<style>
span { border-color: #32291F; }
span { border-color: rgb(50,41,31); }
td.TdClassName
{
border-color: #32291F;
}
.TagClassName
{
border-color: #32291F;
}
</style>