Shades of Black Magic #312514
Tints of Black Magic #312514
RGB
CMYK
RGB Variations
Color information
#312514 (or 0x312514) is known color: Black Magic. HEX triplet: 31, 25 and 14. RGB value is (49,37,20). Sum of RGB (Red+Green+Blue) = 49+37+20=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312514 is #CEDAEB. Grayscale: #262626. Windows color (decimal): -13556460 or 1320241. OLE color: 1320241.
HSL color Cylindrical-coordinate representation of color #312514: hue angle of 35.17º 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 #312514 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 37 | 20 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.81 |
| HSL | 35.17º | 0.42% | 0.14% | - |
| HSV(B) | 35.17º | 0.59% | 0.19% | - |
| XYZ | 2.05 | 2.03 | 0.94 | - |
| YUV | 38.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 37 | 20 | 0 | 0.24 | 0.59 | 0.81 | 35.17 | 0.42 | 0.14 |
| Hex | 31 | 25 | 14 | 0 | 18 | 3B | 51 | 23 | 2A | E |
| Octal | 61 | 45 | 24 | 0 | 30 | 73 | 121 | 43 | 52 | 16 |
| Binary | 110001 | 100101 | 10100 | 0 | 11000 | 111011 | 1010001 | 100011 | 101010 | 1110 |
Color Harmonies of #312514
Complementary color
Monochromatic Colors of #312514
Black with #312514
Text Example
Text Example
White with #312514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312514; }
p { color: rgb(49,37,20); }
H1.HeaderClassName
{
color: #312514;
}
.AnyTagClassName
{
color: #312514;
}
</style>
background-color css
<style>
a { background-color: #312514; }
a { background-color: rgb(49,37,20); }
div.DivClassName
{
background-color: #312514;
}
.BgClassName
{
background-color: #312514;
}
</style>
border-color css
<style>
span { border-color: #312514; }
span { border-color: rgb(49,37,20); }
td.TdClassName
{
border-color: #312514;
}
.TagClassName
{
border-color: #312514;
}
</style>