Shades of Black Magic #322C1E
Tints of Black Magic #322C1E
RGB
CMYK
RGB Variations
Color information
#322C1E (or 0x322C1E) is known color: Black Magic. HEX triplet: 32, 2C and 1E. RGB value is (50,44,30). Sum of RGB (Red+Green+Blue) = 50+44+30=124 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.32% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 50 - color contains mainly: red. Hex color #322C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C1E is #CDD3E1. Grayscale: #2C2C2C. Windows color (decimal): -13489122 or 1977394. OLE color: 1977394.
HSL color Cylindrical-coordinate representation of color #322C1E: hue angle of 42º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #322C1E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 30 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.80 |
| HSL | 42º | 0.25% | 0.16% | - |
| HSV(B) | 42º | 0.4% | 0.2% | - |
| XYZ | 2.45 | 2.57 | 1.6 | - |
| YUV | 44.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 30 | 0 | 0.12 | 0.40 | 0.80 | 42 | 0.25 | 0.16 |
| Hex | 32 | 2C | 1E | 0 | C | 28 | 50 | 2A | 19 | 10 |
| Octal | 62 | 54 | 36 | 0 | 14 | 50 | 120 | 52 | 31 | 20 |
| Binary | 110010 | 101100 | 11110 | 0 | 1100 | 101000 | 1010000 | 101010 | 11001 | 10000 |
Color Harmonies of #322C1E
Complementary color
Monochromatic Colors of #322C1E
Black with #322C1E
Text Example
Text Example
White with #322C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C1E; }
p { color: rgb(50,44,30); }
H1.HeaderClassName
{
color: #322C1E;
}
.AnyTagClassName
{
color: #322C1E;
}
</style>
background-color css
<style>
a { background-color: #322C1E; }
a { background-color: rgb(50,44,30); }
div.DivClassName
{
background-color: #322C1E;
}
.BgClassName
{
background-color: #322C1E;
}
</style>
border-color css
<style>
span { border-color: #322C1E; }
span { border-color: rgb(50,44,30); }
td.TdClassName
{
border-color: #322C1E;
}
.TagClassName
{
border-color: #322C1E;
}
</style>