Shades of Black Magic #322713
Tints of Black Magic #322713
RGB
CMYK
RGB Variations
Color information
#322713 (or 0x322713) is known color: Black Magic. HEX triplet: 32, 27 and 13. RGB value is (50,39,19). Sum of RGB (Red+Green+Blue) = 50+39+19=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322713 is #CDD8EC. Grayscale: #282828. Windows color (decimal): -13490413 or 1255218. OLE color: 1255218.
HSL color Cylindrical-coordinate representation of color #322713: hue angle of 38.71º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #322713 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 39 | 19 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.80 |
| HSL | 38.71º | 0.45% | 0.14% | - |
| HSV(B) | 38.71º | 0.62% | 0.2% | - |
| XYZ | 2.16 | 2.18 | 0.92 | - |
| YUV | 40.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 39 | 19 | 0 | 0.22 | 0.62 | 0.80 | 38.71 | 0.45 | 0.14 |
| Hex | 32 | 27 | 13 | 0 | 16 | 3E | 50 | 27 | 2D | E |
| Octal | 62 | 47 | 23 | 0 | 26 | 76 | 120 | 47 | 55 | 16 |
| Binary | 110010 | 100111 | 10011 | 0 | 10110 | 111110 | 1010000 | 100111 | 101101 | 1110 |
Color Harmonies of #322713
Complementary color
Monochromatic Colors of #322713
Black with #322713
Text Example
Text Example
White with #322713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322713; }
p { color: rgb(50,39,19); }
H1.HeaderClassName
{
color: #322713;
}
.AnyTagClassName
{
color: #322713;
}
</style>
background-color css
<style>
a { background-color: #322713; }
a { background-color: rgb(50,39,19); }
div.DivClassName
{
background-color: #322713;
}
.BgClassName
{
background-color: #322713;
}
</style>
border-color css
<style>
span { border-color: #322713; }
span { border-color: rgb(50,39,19); }
td.TdClassName
{
border-color: #322713;
}
.TagClassName
{
border-color: #322713;
}
</style>