Shades of Black Magic #322A15
Tints of Black Magic #322A15
RGB
CMYK
RGB Variations
Color information
#322A15 (or 0x322A15) is known color: Black Magic. HEX triplet: 32, 2A and 15. RGB value is (50,42,21). Sum of RGB (Red+Green+Blue) = 50+42+21=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #322A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A15 is #CDD5EA. Grayscale: #2A2A2A. Windows color (decimal): -13489643 or 1387058. OLE color: 1387058.
HSL color Cylindrical-coordinate representation of color #322A15: hue angle of 43.45º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322A15 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 21 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.80 |
| HSL | 43.45º | 0.41% | 0.14% | - |
| HSV(B) | 43.45º | 0.58% | 0.2% | - |
| XYZ | 2.28 | 2.39 | 1.05 | - |
| YUV | 42 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 21 | 0 | 0.16 | 0.58 | 0.80 | 43.45 | 0.41 | 0.14 |
| Hex | 32 | 2A | 15 | 0 | 10 | 3A | 50 | 2B | 29 | E |
| Octal | 62 | 52 | 25 | 0 | 20 | 72 | 120 | 53 | 51 | 16 |
| Binary | 110010 | 101010 | 10101 | 0 | 10000 | 111010 | 1010000 | 101011 | 101001 | 1110 |
Color Harmonies of #322A15
Complementary color
Monochromatic Colors of #322A15
Black with #322A15
Text Example
Text Example
White with #322A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A15; }
p { color: rgb(50,42,21); }
H1.HeaderClassName
{
color: #322A15;
}
.AnyTagClassName
{
color: #322A15;
}
</style>
background-color css
<style>
a { background-color: #322A15; }
a { background-color: rgb(50,42,21); }
div.DivClassName
{
background-color: #322A15;
}
.BgClassName
{
background-color: #322A15;
}
</style>
border-color css
<style>
span { border-color: #322A15; }
span { border-color: rgb(50,42,21); }
td.TdClassName
{
border-color: #322A15;
}
.TagClassName
{
border-color: #322A15;
}
</style>