Shades of Black Magic #322A1C
Tints of Black Magic #322A1C
RGB
CMYK
RGB Variations
Color information
#322A1C (or 0x322A1C) is known color: Black Magic. HEX triplet: 32, 2A and 1C. RGB value is (50,42,28). Sum of RGB (Red+Green+Blue) = 50+42+28=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A1C is #CDD5E3. Grayscale: #2A2A2A. Windows color (decimal): -13489636 or 1845810. OLE color: 1845810.
HSL color Cylindrical-coordinate representation of color #322A1C: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #322A1C is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 28 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.80 |
| HSL | 38.18º | 0.28% | 0.15% | - |
| HSV(B) | 38.18º | 0.44% | 0.2% | - |
| XYZ | 2.35 | 2.42 | 1.44 | - |
| YUV | 42.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 28 | 0 | 0.16 | 0.44 | 0.80 | 38.18 | 0.28 | 0.15 |
| Hex | 32 | 2A | 1C | 0 | 10 | 2C | 50 | 26 | 1C | F |
| Octal | 62 | 52 | 34 | 0 | 20 | 54 | 120 | 46 | 34 | 17 |
| Binary | 110010 | 101010 | 11100 | 0 | 10000 | 101100 | 1010000 | 100110 | 11100 | 1111 |
Color Harmonies of #322A1C
Complementary color
Monochromatic Colors of #322A1C
Black with #322A1C
Text Example
Text Example
White with #322A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A1C; }
p { color: rgb(50,42,28); }
H1.HeaderClassName
{
color: #322A1C;
}
.AnyTagClassName
{
color: #322A1C;
}
</style>
background-color css
<style>
a { background-color: #322A1C; }
a { background-color: rgb(50,42,28); }
div.DivClassName
{
background-color: #322A1C;
}
.BgClassName
{
background-color: #322A1C;
}
</style>
border-color css
<style>
span { border-color: #322A1C; }
span { border-color: rgb(50,42,28); }
td.TdClassName
{
border-color: #322A1C;
}
.TagClassName
{
border-color: #322A1C;
}
</style>