Shades of Black Magic #32281C
Tints of Black Magic #32281C
RGB
CMYK
RGB Variations
Color information
#32281C (or 0x32281C) is known color: Black Magic. HEX triplet: 32, 28 and 1C. RGB value is (50,40,28). Sum of RGB (Red+Green+Blue) = 50+40+28=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #32281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32281C is #CDD7E3. Grayscale: #292929. Windows color (decimal): -13490148 or 1845298. OLE color: 1845298.
HSL color Cylindrical-coordinate representation of color #32281C: hue angle of 32.73º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #32281C is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 28 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.80 |
| HSL | 32.73º | 0.28% | 0.15% | - |
| HSV(B) | 32.73º | 0.44% | 0.2% | - |
| XYZ | 2.28 | 2.28 | 1.42 | - |
| YUV | 41.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 28 | 0 | 0.20 | 0.44 | 0.80 | 32.73 | 0.28 | 0.15 |
| Hex | 32 | 28 | 1C | 0 | 14 | 2C | 50 | 21 | 1C | F |
| Octal | 62 | 50 | 34 | 0 | 24 | 54 | 120 | 41 | 34 | 17 |
| Binary | 110010 | 101000 | 11100 | 0 | 10100 | 101100 | 1010000 | 100001 | 11100 | 1111 |
Color Harmonies of #32281C
Complementary color
Monochromatic Colors of #32281C
Black with #32281C
Text Example
Text Example
White with #32281C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32281C; }
p { color: rgb(50,40,28); }
H1.HeaderClassName
{
color: #32281C;
}
.AnyTagClassName
{
color: #32281C;
}
</style>
background-color css
<style>
a { background-color: #32281C; }
a { background-color: rgb(50,40,28); }
div.DivClassName
{
background-color: #32281C;
}
.BgClassName
{
background-color: #32281C;
}
</style>
border-color css
<style>
span { border-color: #32281C; }
span { border-color: rgb(50,40,28); }
td.TdClassName
{
border-color: #32281C;
}
.TagClassName
{
border-color: #32281C;
}
</style>