Shades of Black Magic #32291B
Tints of Black Magic #32291B
RGB
CMYK
RGB Variations
Color information
#32291B (or 0x32291B) is known color: Black Magic. HEX triplet: 32, 29 and 1B. RGB value is (50,41,27). Sum of RGB (Red+Green+Blue) = 50+41+27=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32291B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32291B is #CDD6E4. Grayscale: #2A2A2A. Windows color (decimal): -13489893 or 1780018. OLE color: 1780018.
HSL color Cylindrical-coordinate representation of color #32291B: hue angle of 36.52º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32291B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 27 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.80 |
| HSL | 36.52º | 0.3% | 0.15% | - |
| HSV(B) | 36.52º | 0.46% | 0.2% | - |
| XYZ | 2.31 | 2.34 | 1.37 | - |
| YUV | 42.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 27 | 0 | 0.18 | 0.46 | 0.80 | 36.52 | 0.3 | 0.15 |
| Hex | 32 | 29 | 1B | 0 | 12 | 2E | 50 | 25 | 1E | F |
| Octal | 62 | 51 | 33 | 0 | 22 | 56 | 120 | 45 | 36 | 17 |
| Binary | 110010 | 101001 | 11011 | 0 | 10010 | 101110 | 1010000 | 100101 | 11110 | 1111 |
Color Harmonies of #32291B
Complementary color
Monochromatic Colors of #32291B
Black with #32291B
Text Example
Text Example
White with #32291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32291B; }
p { color: rgb(50,41,27); }
H1.HeaderClassName
{
color: #32291B;
}
.AnyTagClassName
{
color: #32291B;
}
</style>
background-color css
<style>
a { background-color: #32291B; }
a { background-color: rgb(50,41,27); }
div.DivClassName
{
background-color: #32291B;
}
.BgClassName
{
background-color: #32291B;
}
</style>
border-color css
<style>
span { border-color: #32291B; }
span { border-color: rgb(50,41,27); }
td.TdClassName
{
border-color: #32291B;
}
.TagClassName
{
border-color: #32291B;
}
</style>