Shades of Black Magic #322C1C
Tints of Black Magic #322C1C
RGB
CMYK
RGB Variations
Color information
#322C1C (or 0x322C1C) is known color: Black Magic. HEX triplet: 32, 2C and 1C. RGB value is (50,44,28). Sum of RGB (Red+Green+Blue) = 50+44+28=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C1C is #CDD3E3. Grayscale: #2C2C2C. Windows color (decimal): -13489124 or 1846322. OLE color: 1846322.
HSL color Cylindrical-coordinate representation of color #322C1C: hue angle of 43.64º 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 #322C1C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 28 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.80 |
| HSL | 43.64º | 0.28% | 0.15% | - |
| HSV(B) | 43.64º | 0.44% | 0.2% | - |
| XYZ | 2.43 | 2.56 | 1.47 | - |
| YUV | 43.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 28 | 0 | 0.12 | 0.44 | 0.80 | 43.64 | 0.28 | 0.15 |
| Hex | 32 | 2C | 1C | 0 | C | 2C | 50 | 2C | 1C | F |
| Octal | 62 | 54 | 34 | 0 | 14 | 54 | 120 | 54 | 34 | 17 |
| Binary | 110010 | 101100 | 11100 | 0 | 1100 | 101100 | 1010000 | 101100 | 11100 | 1111 |
Color Harmonies of #322C1C
Complementary color
Monochromatic Colors of #322C1C
Black with #322C1C
Text Example
Text Example
White with #322C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C1C; }
p { color: rgb(50,44,28); }
H1.HeaderClassName
{
color: #322C1C;
}
.AnyTagClassName
{
color: #322C1C;
}
</style>
background-color css
<style>
a { background-color: #322C1C; }
a { background-color: rgb(50,44,28); }
div.DivClassName
{
background-color: #322C1C;
}
.BgClassName
{
background-color: #322C1C;
}
</style>
border-color css
<style>
span { border-color: #322C1C; }
span { border-color: rgb(50,44,28); }
td.TdClassName
{
border-color: #322C1C;
}
.TagClassName
{
border-color: #322C1C;
}
</style>