Shades of Black Magic #322A1A
Tints of Black Magic #322A1A
RGB
CMYK
RGB Variations
Color information
#322A1A (or 0x322A1A) is known color: Black Magic. HEX triplet: 32, 2A and 1A. RGB value is (50,42,26). Sum of RGB (Red+Green+Blue) = 50+42+26=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A1A is #CDD5E5. Grayscale: #2A2A2A. Windows color (decimal): -13489638 or 1714738. OLE color: 1714738.
HSL color Cylindrical-coordinate representation of color #322A1A: hue angle of 40º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #322A1A is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 26 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.80 |
| HSL | 40º | 0.32% | 0.15% | - |
| HSV(B) | 40º | 0.48% | 0.2% | - |
| XYZ | 2.33 | 2.41 | 1.32 | - |
| YUV | 42.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 26 | 0 | 0.16 | 0.48 | 0.80 | 40 | 0.32 | 0.15 |
| Hex | 32 | 2A | 1A | 0 | 10 | 30 | 50 | 28 | 20 | F |
| Octal | 62 | 52 | 32 | 0 | 20 | 60 | 120 | 50 | 40 | 17 |
| Binary | 110010 | 101010 | 11010 | 0 | 10000 | 110000 | 1010000 | 101000 | 100000 | 1111 |
Color Harmonies of #322A1A
Complementary color
Monochromatic Colors of #322A1A
Black with #322A1A
Text Example
Text Example
White with #322A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A1A; }
p { color: rgb(50,42,26); }
H1.HeaderClassName
{
color: #322A1A;
}
.AnyTagClassName
{
color: #322A1A;
}
</style>
background-color css
<style>
a { background-color: #322A1A; }
a { background-color: rgb(50,42,26); }
div.DivClassName
{
background-color: #322A1A;
}
.BgClassName
{
background-color: #322A1A;
}
</style>
border-color css
<style>
span { border-color: #322A1A; }
span { border-color: rgb(50,42,26); }
td.TdClassName
{
border-color: #322A1A;
}
.TagClassName
{
border-color: #322A1A;
}
</style>