Shades of Black Magic #322307
Tints of Black Magic #322307
RGB
CMYK
RGB Variations
Color information
#322307 (or 0x322307) is known color: Black Magic. HEX triplet: 32, 23 and 07. RGB value is (50,35,7). Sum of RGB (Red+Green+Blue) = 50+35+7=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 7 (3.12% from 255 or 7.61% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #322307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322307 is #CDDCF8. Grayscale: #242424. Windows color (decimal): -13491449 or 467762. OLE color: 467762.
HSL color Cylindrical-coordinate representation of color #322307: hue angle of 39.07º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #322307 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 7 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.80 |
| HSL | 39.07º | 0.75% | 0.11% | - |
| HSV(B) | 39.07º | 0.86% | 0.2% | - |
| XYZ | 1.95 | 1.9 | 0.46 | - |
| YUV | 36.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 7 | 0 | 0.30 | 0.86 | 0.80 | 39.07 | 0.75 | 0.11 |
| Hex | 32 | 23 | 7 | 0 | 1E | 56 | 50 | 27 | 4B | B |
| Octal | 62 | 43 | 7 | 0 | 36 | 126 | 120 | 47 | 113 | 13 |
| Binary | 110010 | 100011 | 111 | 0 | 11110 | 1010110 | 1010000 | 100111 | 1001011 | 1011 |
Color Harmonies of #322307
Complementary color
Monochromatic Colors of #322307
Black with #322307
Text Example
Text Example
White with #322307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322307; }
p { color: rgb(50,35,7); }
H1.HeaderClassName
{
color: #322307;
}
.AnyTagClassName
{
color: #322307;
}
</style>
background-color css
<style>
a { background-color: #322307; }
a { background-color: rgb(50,35,7); }
div.DivClassName
{
background-color: #322307;
}
.BgClassName
{
background-color: #322307;
}
</style>
border-color css
<style>
span { border-color: #322307; }
span { border-color: rgb(50,35,7); }
td.TdClassName
{
border-color: #322307;
}
.TagClassName
{
border-color: #322307;
}
</style>