Shades of Black Magic #322709
Tints of Black Magic #322709
RGB
CMYK
RGB Variations
Color information
#322709 (or 0x322709) is known color: Black Magic. HEX triplet: 32, 27 and 09. RGB value is (50,39,9). Sum of RGB (Red+Green+Blue) = 50+39+9=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #322709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322709 is #CDD8F6. Grayscale: #272727. Windows color (decimal): -13490423 or 599858. OLE color: 599858.
HSL color Cylindrical-coordinate representation of color #322709: hue angle of 43.9º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322709 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 9 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.80 |
| HSL | 43.9º | 0.69% | 0.12% | - |
| HSV(B) | 43.9º | 0.82% | 0.2% | - |
| XYZ | 2.09 | 2.15 | 0.56 | - |
| YUV | 38.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 9 | 0 | 0.22 | 0.82 | 0.80 | 43.9 | 0.69 | 0.12 |
| Hex | 32 | 27 | 9 | 0 | 16 | 52 | 50 | 2C | 45 | C |
| Octal | 62 | 47 | 11 | 0 | 26 | 122 | 120 | 54 | 105 | 14 |
| Binary | 110010 | 100111 | 1001 | 0 | 10110 | 1010010 | 1010000 | 101100 | 1000101 | 1100 |
Color Harmonies of #322709
Complementary color
Monochromatic Colors of #322709
Black with #322709
Text Example
Text Example
White with #322709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322709; }
p { color: rgb(50,39,9); }
H1.HeaderClassName
{
color: #322709;
}
.AnyTagClassName
{
color: #322709;
}
</style>
background-color css
<style>
a { background-color: #322709; }
a { background-color: rgb(50,39,9); }
div.DivClassName
{
background-color: #322709;
}
.BgClassName
{
background-color: #322709;
}
</style>
border-color css
<style>
span { border-color: #322709; }
span { border-color: rgb(50,39,9); }
td.TdClassName
{
border-color: #322709;
}
.TagClassName
{
border-color: #322709;
}
</style>