Shades of Black Magic #322501
Tints of Black Magic #322501
RGB
CMYK
RGB Variations
Color information
#322501 (or 0x322501) is known color: Black Magic. HEX triplet: 32, 25 and 01. RGB value is (50,37,1). Sum of RGB (Red+Green+Blue) = 50+37+1=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #322501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322501 is #CDDAFE. Grayscale: #242424. Windows color (decimal): -13490943 or 75058. OLE color: 75058.
HSL color Cylindrical-coordinate representation of color #322501: hue angle of 44.08º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #322501 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 1 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.80 |
| HSL | 44.08º | 0.96% | 0.1% | - |
| HSV(B) | 44.08º | 0.98% | 0.2% | - |
| XYZ | 1.98 | 2 | 0.31 | - |
| YUV | 36.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 1 | 0 | 0.26 | 0.98 | 0.80 | 44.08 | 0.96 | 0.1 |
| Hex | 32 | 25 | 1 | 0 | 1A | 62 | 50 | 2C | 60 | A |
| Octal | 62 | 45 | 1 | 0 | 32 | 142 | 120 | 54 | 140 | 12 |
| Binary | 110010 | 100101 | 1 | 0 | 11010 | 1100010 | 1010000 | 101100 | 1100000 | 1010 |
Color Harmonies of #322501
Complementary color
Monochromatic Colors of #322501
Black with #322501
Text Example
Text Example
White with #322501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322501; }
p { color: rgb(50,37,1); }
H1.HeaderClassName
{
color: #322501;
}
.AnyTagClassName
{
color: #322501;
}
</style>
background-color css
<style>
a { background-color: #322501; }
a { background-color: rgb(50,37,1); }
div.DivClassName
{
background-color: #322501;
}
.BgClassName
{
background-color: #322501;
}
</style>
border-color css
<style>
span { border-color: #322501; }
span { border-color: rgb(50,37,1); }
td.TdClassName
{
border-color: #322501;
}
.TagClassName
{
border-color: #322501;
}
</style>