Shades of Black Magic #322304
Tints of Black Magic #322304
RGB
CMYK
RGB Variations
Color information
#322304 (or 0x322304) is known color: Black Magic. HEX triplet: 32, 23 and 04. RGB value is (50,35,4). Sum of RGB (Red+Green+Blue) = 50+35+4=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #322304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322304 is #CDDCFB. Grayscale: #242424. Windows color (decimal): -13491452 or 271154. OLE color: 271154.
HSL color Cylindrical-coordinate representation of color #322304: hue angle of 40.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #322304 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 4 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.80 |
| HSL | 40.43º | 0.85% | 0.11% | - |
| HSV(B) | 40.43º | 0.92% | 0.2% | - |
| XYZ | 1.94 | 1.89 | 0.38 | - |
| YUV | 35.95 | 109.97 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 4 | 0 | 0.30 | 0.92 | 0.80 | 40.43 | 0.85 | 0.11 |
| Hex | 32 | 23 | 4 | 0 | 1E | 5C | 50 | 28 | 55 | B |
| Octal | 62 | 43 | 4 | 0 | 36 | 134 | 120 | 50 | 125 | 13 |
| Binary | 110010 | 100011 | 100 | 0 | 11110 | 1011100 | 1010000 | 101000 | 1010101 | 1011 |
Color Harmonies of #322304
Complementary color
Monochromatic Colors of #322304
Black with #322304
Text Example
Text Example
White with #322304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322304; }
p { color: rgb(50,35,4); }
H1.HeaderClassName
{
color: #322304;
}
.AnyTagClassName
{
color: #322304;
}
</style>
background-color css
<style>
a { background-color: #322304; }
a { background-color: rgb(50,35,4); }
div.DivClassName
{
background-color: #322304;
}
.BgClassName
{
background-color: #322304;
}
</style>
border-color css
<style>
span { border-color: #322304; }
span { border-color: rgb(50,35,4); }
td.TdClassName
{
border-color: #322304;
}
.TagClassName
{
border-color: #322304;
}
</style>