Shades of Black Magic #322B19
Tints of Black Magic #322B19
RGB
CMYK
RGB Variations
Color information
#322B19 (or 0x322B19) is known color: Black Magic. HEX triplet: 32, 2B and 19. RGB value is (50,43,25). Sum of RGB (Red+Green+Blue) = 50+43+25=118 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.37% from 118); Green value is 43 (17.19% from 255 or 36.44% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 50 - color contains mainly: red. Hex color #322B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322B19 is #CDD4E6. Grayscale: #2B2B2B. Windows color (decimal): -13489383 or 1649458. OLE color: 1649458.
HSL color Cylindrical-coordinate representation of color #322B19: hue angle of 43.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322B19 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 43 | 25 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.80 |
| HSL | 43.2º | 0.33% | 0.15% | - |
| HSV(B) | 43.2º | 0.5% | 0.2% | - |
| XYZ | 2.35 | 2.48 | 1.27 | - |
| YUV | 43.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 25 | 0 | 0.14 | 0.50 | 0.80 | 43.2 | 0.33 | 0.15 |
| Hex | 32 | 2B | 19 | 0 | E | 32 | 50 | 2B | 21 | F |
| Octal | 62 | 53 | 31 | 0 | 16 | 62 | 120 | 53 | 41 | 17 |
| Binary | 110010 | 101011 | 11001 | 0 | 1110 | 110010 | 1010000 | 101011 | 100001 | 1111 |
Color Harmonies of #322B19
Complementary color
Monochromatic Colors of #322B19
Black with #322B19
Text Example
Text Example
White with #322B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322B19; }
p { color: rgb(50,43,25); }
H1.HeaderClassName
{
color: #322B19;
}
.AnyTagClassName
{
color: #322B19;
}
</style>
background-color css
<style>
a { background-color: #322B19; }
a { background-color: rgb(50,43,25); }
div.DivClassName
{
background-color: #322B19;
}
.BgClassName
{
background-color: #322B19;
}
</style>
border-color css
<style>
span { border-color: #322B19; }
span { border-color: rgb(50,43,25); }
td.TdClassName
{
border-color: #322B19;
}
.TagClassName
{
border-color: #322B19;
}
</style>