Shades of Black Magic #322502
Tints of Black Magic #322502
RGB
CMYK
RGB Variations
Color information
#322502 (or 0x322502) is known color: Black Magic. HEX triplet: 32, 25 and 02. RGB value is (50,37,2). Sum of RGB (Red+Green+Blue) = 50+37+2=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #322502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322502 is #CDDAFD. Grayscale: #252525. Windows color (decimal): -13490942 or 140594. OLE color: 140594.
HSL color Cylindrical-coordinate representation of color #322502: hue angle of 43.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #322502 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 37 | 2 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.80 |
| HSL | 43.75º | 0.92% | 0.1% | - |
| HSV(B) | 43.75º | 0.96% | 0.2% | - |
| XYZ | 1.99 | 2.01 | 0.34 | - |
| YUV | 36.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 37 | 2 | 0 | 0.26 | 0.96 | 0.80 | 43.75 | 0.92 | 0.1 |
| Hex | 32 | 25 | 2 | 0 | 1A | 60 | 50 | 2C | 5C | A |
| Octal | 62 | 45 | 2 | 0 | 32 | 140 | 120 | 54 | 134 | 12 |
| Binary | 110010 | 100101 | 10 | 0 | 11010 | 1100000 | 1010000 | 101100 | 1011100 | 1010 |
Color Harmonies of #322502
Complementary color
Monochromatic Colors of #322502
Black with #322502
Text Example
Text Example
White with #322502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322502; }
p { color: rgb(50,37,2); }
H1.HeaderClassName
{
color: #322502;
}
.AnyTagClassName
{
color: #322502;
}
</style>
background-color css
<style>
a { background-color: #322502; }
a { background-color: rgb(50,37,2); }
div.DivClassName
{
background-color: #322502;
}
.BgClassName
{
background-color: #322502;
}
</style>
border-color css
<style>
span { border-color: #322502; }
span { border-color: rgb(50,37,2); }
td.TdClassName
{
border-color: #322502;
}
.TagClassName
{
border-color: #322502;
}
</style>