Shades of Black Magic #322B23
Tints of Black Magic #322B23
RGB
CMYK
RGB Variations
Color information
#322B23 (or 0x322B23) is known color: Black Magic. HEX triplet: 32, 2B and 23. RGB value is (50,43,35). Sum of RGB (Red+Green+Blue) = 50+43+35=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B23 is #CDD4DC. Grayscale: #2C2C2C. Windows color (decimal): -13489373 or 2304818. OLE color: 2304818.
HSL color Cylindrical-coordinate representation of color #322B23: hue angle of 32º 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 #322B23 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 35 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.80 |
| HSL | 32º | 0.18% | 0.17% | - |
| HSV(B) | 32º | 0.3% | 0.2% | - |
| XYZ | 2.48 | 2.53 | 1.95 | - |
| YUV | 44.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 35 | 0 | 0.14 | 0.30 | 0.80 | 32 | 0.18 | 0.17 |
| Hex | 32 | 2B | 23 | 0 | E | 1E | 50 | 20 | 12 | 11 |
| Octal | 62 | 53 | 43 | 0 | 16 | 36 | 120 | 40 | 22 | 21 |
| Binary | 110010 | 101011 | 100011 | 0 | 1110 | 11110 | 1010000 | 100000 | 10010 | 10001 |
Color Harmonies of #322B23
Complementary color
Monochromatic Colors of #322B23
Black with #322B23
Text Example
Text Example
White with #322B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B23; }
p { color: rgb(50,43,35); }
H1.HeaderClassName
{
color: #322B23;
}
.AnyTagClassName
{
color: #322B23;
}
</style>
background-color css
<style>
a { background-color: #322B23; }
a { background-color: rgb(50,43,35); }
div.DivClassName
{
background-color: #322B23;
}
.BgClassName
{
background-color: #322B23;
}
</style>
border-color css
<style>
span { border-color: #322B23; }
span { border-color: rgb(50,43,35); }
td.TdClassName
{
border-color: #322B23;
}
.TagClassName
{
border-color: #322B23;
}
</style>