Shades of Black Magic #312A16
Tints of Black Magic #312A16
RGB
CMYK
RGB Variations
Color information
#312A16 (or 0x312A16) is known color: Black Magic. HEX triplet: 31, 2A and 16. RGB value is (49,42,22). Sum of RGB (Red+Green+Blue) = 49+42+22=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #312A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312A16 is #CED5E9. Grayscale: #292929. Windows color (decimal): -13555178 or 1452593. OLE color: 1452593.
HSL color Cylindrical-coordinate representation of color #312A16: hue angle of 44.44º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312A16 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 22 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.81 |
| HSL | 44.44º | 0.38% | 0.14% | - |
| HSV(B) | 44.44º | 0.55% | 0.19% | - |
| XYZ | 2.24 | 2.37 | 1.1 | - |
| YUV | 41.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 22 | 0 | 0.14 | 0.55 | 0.81 | 44.44 | 0.38 | 0.14 |
| Hex | 31 | 2A | 16 | 0 | E | 37 | 51 | 2C | 26 | E |
| Octal | 61 | 52 | 26 | 0 | 16 | 67 | 121 | 54 | 46 | 16 |
| Binary | 110001 | 101010 | 10110 | 0 | 1110 | 110111 | 1010001 | 101100 | 100110 | 1110 |
Color Harmonies of #312A16
Complementary color
Monochromatic Colors of #312A16
Black with #312A16
Text Example
Text Example
White with #312A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A16; }
p { color: rgb(49,42,22); }
H1.HeaderClassName
{
color: #312A16;
}
.AnyTagClassName
{
color: #312A16;
}
</style>
background-color css
<style>
a { background-color: #312A16; }
a { background-color: rgb(49,42,22); }
div.DivClassName
{
background-color: #312A16;
}
.BgClassName
{
background-color: #312A16;
}
</style>
border-color css
<style>
span { border-color: #312A16; }
span { border-color: rgb(49,42,22); }
td.TdClassName
{
border-color: #312A16;
}
.TagClassName
{
border-color: #312A16;
}
</style>