Shades of Black Magic #322712
Tints of Black Magic #322712
RGB
CMYK
RGB Variations
Color information
#322712 (or 0x322712) is known color: Black Magic. HEX triplet: 32, 27 and 12. RGB value is (50,39,18). Sum of RGB (Red+Green+Blue) = 50+39+18=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #322712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322712 is #CDD8ED. Grayscale: #272727. Windows color (decimal): -13490414 or 1189682. OLE color: 1189682.
HSL color Cylindrical-coordinate representation of color #322712: hue angle of 39.38º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322712 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 18 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.80 |
| HSL | 39.38º | 0.47% | 0.13% | - |
| HSV(B) | 39.38º | 0.64% | 0.2% | - |
| XYZ | 2.15 | 2.17 | 0.88 | - |
| YUV | 39.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 18 | 0 | 0.22 | 0.64 | 0.80 | 39.38 | 0.47 | 0.13 |
| Hex | 32 | 27 | 12 | 0 | 16 | 40 | 50 | 27 | 2F | D |
| Octal | 62 | 47 | 22 | 0 | 26 | 100 | 120 | 47 | 57 | 15 |
| Binary | 110010 | 100111 | 10010 | 0 | 10110 | 1000000 | 1010000 | 100111 | 101111 | 1101 |
Color Harmonies of #322712
Complementary color
Monochromatic Colors of #322712
Black with #322712
Text Example
Text Example
White with #322712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322712; }
p { color: rgb(50,39,18); }
H1.HeaderClassName
{
color: #322712;
}
.AnyTagClassName
{
color: #322712;
}
</style>
background-color css
<style>
a { background-color: #322712; }
a { background-color: rgb(50,39,18); }
div.DivClassName
{
background-color: #322712;
}
.BgClassName
{
background-color: #322712;
}
</style>
border-color css
<style>
span { border-color: #322712; }
span { border-color: rgb(50,39,18); }
td.TdClassName
{
border-color: #322712;
}
.TagClassName
{
border-color: #322712;
}
</style>