Shades of Black Magic #322813
Tints of Black Magic #322813
RGB
CMYK
RGB Variations
Color information
#322813 (or 0x322813) is known color: Black Magic. HEX triplet: 32, 28 and 13. RGB value is (50,40,19). Sum of RGB (Red+Green+Blue) = 50+40+19=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #322813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322813 is #CDD7EC. Grayscale: #282828. Windows color (decimal): -13490157 or 1255474. OLE color: 1255474.
HSL color Cylindrical-coordinate representation of color #322813: hue angle of 40.65º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322813 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 40 | 19 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.80 |
| HSL | 40.65º | 0.45% | 0.14% | - |
| HSV(B) | 40.65º | 0.62% | 0.2% | - |
| XYZ | 2.19 | 2.24 | 0.93 | - |
| YUV | 40.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 19 | 0 | 0.20 | 0.62 | 0.80 | 40.65 | 0.45 | 0.14 |
| Hex | 32 | 28 | 13 | 0 | 14 | 3E | 50 | 29 | 2D | E |
| Octal | 62 | 50 | 23 | 0 | 24 | 76 | 120 | 51 | 55 | 16 |
| Binary | 110010 | 101000 | 10011 | 0 | 10100 | 111110 | 1010000 | 101001 | 101101 | 1110 |
Color Harmonies of #322813
Complementary color
Monochromatic Colors of #322813
Black with #322813
Text Example
Text Example
White with #322813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322813; }
p { color: rgb(50,40,19); }
H1.HeaderClassName
{
color: #322813;
}
.AnyTagClassName
{
color: #322813;
}
</style>
background-color css
<style>
a { background-color: #322813; }
a { background-color: rgb(50,40,19); }
div.DivClassName
{
background-color: #322813;
}
.BgClassName
{
background-color: #322813;
}
</style>
border-color css
<style>
span { border-color: #322813; }
span { border-color: rgb(50,40,19); }
td.TdClassName
{
border-color: #322813;
}
.TagClassName
{
border-color: #322813;
}
</style>