Shades of Black Magic #312411
Tints of Black Magic #312411
RGB
CMYK
RGB Variations
Color information
#312411 (or 0x312411) is known color: Black Magic. HEX triplet: 31, 24 and 11. RGB value is (49,36,17). Sum of RGB (Red+Green+Blue) = 49+36+17=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 17 (7.03% from 255 or 16.67% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #312411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312411 is #CEDBEE. Grayscale: #252525. Windows color (decimal): -13556719 or 1123377. OLE color: 1123377.
HSL color Cylindrical-coordinate representation of color #312411: hue angle of 35.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312411 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 17 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.81 |
| HSL | 35.63º | 0.48% | 0.13% | - |
| HSV(B) | 35.63º | 0.65% | 0.19% | - |
| XYZ | 2 | 1.96 | 0.8 | - |
| YUV | 37.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 17 | 0 | 0.27 | 0.65 | 0.81 | 35.63 | 0.48 | 0.13 |
| Hex | 31 | 24 | 11 | 0 | 1B | 41 | 51 | 24 | 30 | D |
| Octal | 61 | 44 | 21 | 0 | 33 | 101 | 121 | 44 | 60 | 15 |
| Binary | 110001 | 100100 | 10001 | 0 | 11011 | 1000001 | 1010001 | 100100 | 110000 | 1101 |
Color Harmonies of #312411
Complementary color
Monochromatic Colors of #312411
Black with #312411
Text Example
Text Example
White with #312411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312411; }
p { color: rgb(49,36,17); }
H1.HeaderClassName
{
color: #312411;
}
.AnyTagClassName
{
color: #312411;
}
</style>
background-color css
<style>
a { background-color: #312411; }
a { background-color: rgb(49,36,17); }
div.DivClassName
{
background-color: #312411;
}
.BgClassName
{
background-color: #312411;
}
</style>
border-color css
<style>
span { border-color: #312411; }
span { border-color: rgb(49,36,17); }
td.TdClassName
{
border-color: #312411;
}
.TagClassName
{
border-color: #312411;
}
</style>