Shades of Black Magic #322A1F
Tints of Black Magic #322A1F
RGB
CMYK
RGB Variations
Color information
#322A1F (or 0x322A1F) is known color: Black Magic. HEX triplet: 32, 2A and 1F. RGB value is (50,42,31). Sum of RGB (Red+Green+Blue) = 50+42+31=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A1F is #CDD5E0. Grayscale: #2B2B2B. Windows color (decimal): -13489633 or 2042418. OLE color: 2042418.
HSL color Cylindrical-coordinate representation of color #322A1F: hue angle of 34.74º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #322A1F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 31 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.80 |
| HSL | 34.74º | 0.23% | 0.16% | - |
| HSV(B) | 34.74º | 0.38% | 0.2% | - |
| XYZ | 2.39 | 2.43 | 1.64 | - |
| YUV | 43.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 31 | 0 | 0.16 | 0.38 | 0.80 | 34.74 | 0.23 | 0.16 |
| Hex | 32 | 2A | 1F | 0 | 10 | 26 | 50 | 23 | 17 | 10 |
| Octal | 62 | 52 | 37 | 0 | 20 | 46 | 120 | 43 | 27 | 20 |
| Binary | 110010 | 101010 | 11111 | 0 | 10000 | 100110 | 1010000 | 100011 | 10111 | 10000 |
Color Harmonies of #322A1F
Complementary color
Monochromatic Colors of #322A1F
Black with #322A1F
Text Example
Text Example
White with #322A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A1F; }
p { color: rgb(50,42,31); }
H1.HeaderClassName
{
color: #322A1F;
}
.AnyTagClassName
{
color: #322A1F;
}
</style>
background-color css
<style>
a { background-color: #322A1F; }
a { background-color: rgb(50,42,31); }
div.DivClassName
{
background-color: #322A1F;
}
.BgClassName
{
background-color: #322A1F;
}
</style>
border-color css
<style>
span { border-color: #322A1F; }
span { border-color: rgb(50,42,31); }
td.TdClassName
{
border-color: #322A1F;
}
.TagClassName
{
border-color: #322A1F;
}
</style>