Shades of Black Magic #322B1C
Tints of Black Magic #322B1C
RGB
CMYK
RGB Variations
Color information
#322B1C (or 0x322B1C) is known color: Black Magic. HEX triplet: 32, 2B and 1C. RGB value is (50,43,28). Sum of RGB (Red+Green+Blue) = 50+43+28=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #322B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B1C is #CDD4E3. Grayscale: #2B2B2B. Windows color (decimal): -13489380 or 1846066. OLE color: 1846066.
HSL color Cylindrical-coordinate representation of color #322B1C: hue angle of 40.91º 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 #322B1C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 28 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.80 |
| HSL | 40.91º | 0.28% | 0.15% | - |
| HSV(B) | 40.91º | 0.44% | 0.2% | - |
| XYZ | 2.39 | 2.49 | 1.45 | - |
| YUV | 43.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 28 | 0 | 0.14 | 0.44 | 0.80 | 40.91 | 0.28 | 0.15 |
| Hex | 32 | 2B | 1C | 0 | E | 2C | 50 | 29 | 1C | F |
| Octal | 62 | 53 | 34 | 0 | 16 | 54 | 120 | 51 | 34 | 17 |
| Binary | 110010 | 101011 | 11100 | 0 | 1110 | 101100 | 1010000 | 101001 | 11100 | 1111 |
Color Harmonies of #322B1C
Complementary color
Monochromatic Colors of #322B1C
Black with #322B1C
Text Example
Text Example
White with #322B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B1C; }
p { color: rgb(50,43,28); }
H1.HeaderClassName
{
color: #322B1C;
}
.AnyTagClassName
{
color: #322B1C;
}
</style>
background-color css
<style>
a { background-color: #322B1C; }
a { background-color: rgb(50,43,28); }
div.DivClassName
{
background-color: #322B1C;
}
.BgClassName
{
background-color: #322B1C;
}
</style>
border-color css
<style>
span { border-color: #322B1C; }
span { border-color: rgb(50,43,28); }
td.TdClassName
{
border-color: #322B1C;
}
.TagClassName
{
border-color: #322B1C;
}
</style>