Shades of Black Magic #322C23
Tints of Black Magic #322C23
RGB
CMYK
RGB Variations
Color information
#322C23 (or 0x322C23) is known color: Black Magic. HEX triplet: 32, 2C and 23. RGB value is (50,44,35). Sum of RGB (Red+Green+Blue) = 50+44+35=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C23 is #CDD3DC. Grayscale: #2C2C2C. Windows color (decimal): -13489117 or 2305074. OLE color: 2305074.
HSL color Cylindrical-coordinate representation of color #322C23: hue angle of 36º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322C23 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 44 | 35 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.80 |
| HSL | 36º | 0.18% | 0.17% | - |
| HSV(B) | 36º | 0.3% | 0.2% | - |
| XYZ | 2.52 | 2.6 | 1.96 | - |
| YUV | 44.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 35 | 0 | 0.12 | 0.30 | 0.80 | 36 | 0.18 | 0.17 |
| Hex | 32 | 2C | 23 | 0 | C | 1E | 50 | 24 | 12 | 11 |
| Octal | 62 | 54 | 43 | 0 | 14 | 36 | 120 | 44 | 22 | 21 |
| Binary | 110010 | 101100 | 100011 | 0 | 1100 | 11110 | 1010000 | 100100 | 10010 | 10001 |
Color Harmonies of #322C23
Complementary color
Monochromatic Colors of #322C23
Black with #322C23
Text Example
Text Example
White with #322C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322C23; }
p { color: rgb(50,44,35); }
H1.HeaderClassName
{
color: #322C23;
}
.AnyTagClassName
{
color: #322C23;
}
</style>
background-color css
<style>
a { background-color: #322C23; }
a { background-color: rgb(50,44,35); }
div.DivClassName
{
background-color: #322C23;
}
.BgClassName
{
background-color: #322C23;
}
</style>
border-color css
<style>
span { border-color: #322C23; }
span { border-color: rgb(50,44,35); }
td.TdClassName
{
border-color: #322C23;
}
.TagClassName
{
border-color: #322C23;
}
</style>