Shades of Black Magic #312815
Tints of Black Magic #312815
RGB
CMYK
RGB Variations
Color information
#312815 (or 0x312815) is known color: Black Magic. HEX triplet: 31, 28 and 15. RGB value is (49,40,21). Sum of RGB (Red+Green+Blue) = 49+40+21=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #312815 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312815 is #CED7EA. Grayscale: #282828. Windows color (decimal): -13555691 or 1386545. OLE color: 1386545.
HSL color Cylindrical-coordinate representation of color #312815: hue angle of 40.71º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #312815 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 21 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.81 |
| HSL | 40.71º | 0.4% | 0.14% | - |
| HSV(B) | 40.71º | 0.57% | 0.19% | - |
| XYZ | 2.16 | 2.22 | 1.02 | - |
| YUV | 40.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 21 | 0 | 0.18 | 0.57 | 0.81 | 40.71 | 0.4 | 0.14 |
| Hex | 31 | 28 | 15 | 0 | 12 | 39 | 51 | 29 | 28 | E |
| Octal | 61 | 50 | 25 | 0 | 22 | 71 | 121 | 51 | 50 | 16 |
| Binary | 110001 | 101000 | 10101 | 0 | 10010 | 111001 | 1010001 | 101001 | 101000 | 1110 |
Color Harmonies of #312815
Complementary color
Monochromatic Colors of #312815
Black with #312815
Text Example
Text Example
White with #312815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312815; }
p { color: rgb(49,40,21); }
H1.HeaderClassName
{
color: #312815;
}
.AnyTagClassName
{
color: #312815;
}
</style>
background-color css
<style>
a { background-color: #312815; }
a { background-color: rgb(49,40,21); }
div.DivClassName
{
background-color: #312815;
}
.BgClassName
{
background-color: #312815;
}
</style>
border-color css
<style>
span { border-color: #312815; }
span { border-color: rgb(49,40,21); }
td.TdClassName
{
border-color: #312815;
}
.TagClassName
{
border-color: #312815;
}
</style>