Shades of Black Magic #322919
Tints of Black Magic #322919
RGB
CMYK
RGB Variations
Color information
#322919 (or 0x322919) is known color: Black Magic. HEX triplet: 32, 29 and 19. RGB value is (50,41,25). Sum of RGB (Red+Green+Blue) = 50+41+25=116 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.10% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 50 - color contains mainly: red. Hex color #322919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322919 is #CDD6E6. Grayscale: #292929. Windows color (decimal): -13489895 or 1648946. OLE color: 1648946.
HSL color Cylindrical-coordinate representation of color #322919: hue angle of 38.4º 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 #322919 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 41 | 25 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.80 |
| HSL | 38.4º | 0.33% | 0.15% | - |
| HSV(B) | 38.4º | 0.5% | 0.2% | - |
| XYZ | 2.28 | 2.33 | 1.25 | - |
| YUV | 41.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 25 | 0 | 0.18 | 0.50 | 0.80 | 38.4 | 0.33 | 0.15 |
| Hex | 32 | 29 | 19 | 0 | 12 | 32 | 50 | 26 | 21 | F |
| Octal | 62 | 51 | 31 | 0 | 22 | 62 | 120 | 46 | 41 | 17 |
| Binary | 110010 | 101001 | 11001 | 0 | 10010 | 110010 | 1010000 | 100110 | 100001 | 1111 |
Color Harmonies of #322919
Complementary color
Monochromatic Colors of #322919
Black with #322919
Text Example
Text Example
White with #322919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322919; }
p { color: rgb(50,41,25); }
H1.HeaderClassName
{
color: #322919;
}
.AnyTagClassName
{
color: #322919;
}
</style>
background-color css
<style>
a { background-color: #322919; }
a { background-color: rgb(50,41,25); }
div.DivClassName
{
background-color: #322919;
}
.BgClassName
{
background-color: #322919;
}
</style>
border-color css
<style>
span { border-color: #322919; }
span { border-color: rgb(50,41,25); }
td.TdClassName
{
border-color: #322919;
}
.TagClassName
{
border-color: #322919;
}
</style>