Shades of Black Magic #312814
Tints of Black Magic #312814
RGB
CMYK
RGB Variations
Color information
#312814 (or 0x312814) is known color: Black Magic. HEX triplet: 31, 28 and 14. RGB value is (49,40,20). Sum of RGB (Red+Green+Blue) = 49+40+20=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #312814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312814 is #CED7EB. Grayscale: #282828. Windows color (decimal): -13555692 or 1321009. OLE color: 1321009.
HSL color Cylindrical-coordinate representation of color #312814: hue angle of 41.38º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312814 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 20 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.81 |
| HSL | 41.38º | 0.42% | 0.14% | - |
| HSV(B) | 41.38º | 0.59% | 0.19% | - |
| XYZ | 2.15 | 2.22 | 0.98 | - |
| YUV | 40.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 20 | 0 | 0.18 | 0.59 | 0.81 | 41.38 | 0.42 | 0.14 |
| Hex | 31 | 28 | 14 | 0 | 12 | 3B | 51 | 29 | 2A | E |
| Octal | 61 | 50 | 24 | 0 | 22 | 73 | 121 | 51 | 52 | 16 |
| Binary | 110001 | 101000 | 10100 | 0 | 10010 | 111011 | 1010001 | 101001 | 101010 | 1110 |
Color Harmonies of #312814
Complementary color
Monochromatic Colors of #312814
Black with #312814
Text Example
Text Example
White with #312814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312814; }
p { color: rgb(49,40,20); }
H1.HeaderClassName
{
color: #312814;
}
.AnyTagClassName
{
color: #312814;
}
</style>
background-color css
<style>
a { background-color: #312814; }
a { background-color: rgb(49,40,20); }
div.DivClassName
{
background-color: #312814;
}
.BgClassName
{
background-color: #312814;
}
</style>
border-color css
<style>
span { border-color: #312814; }
span { border-color: rgb(49,40,20); }
td.TdClassName
{
border-color: #312814;
}
.TagClassName
{
border-color: #312814;
}
</style>