Shades of Black Magic #312919
Tints of Black Magic #312919
RGB
CMYK
RGB Variations
Color information
#312919 (or 0x312919) is known color: Black Magic. HEX triplet: 31, 29 and 19. RGB value is (49,41,25). Sum of RGB (Red+Green+Blue) = 49+41+25=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #312919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312919 is #CED6E6. Grayscale: #292929. Windows color (decimal): -13555431 or 1648945. OLE color: 1648945.
HSL color Cylindrical-coordinate representation of color #312919: hue angle of 40º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312919 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 41 | 25 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.81 |
| HSL | 40º | 0.32% | 0.15% | - |
| HSV(B) | 40º | 0.49% | 0.19% | - |
| XYZ | 2.24 | 2.31 | 1.25 | - |
| YUV | 41.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 25 | 0 | 0.16 | 0.49 | 0.81 | 40 | 0.32 | 0.15 |
| Hex | 31 | 29 | 19 | 0 | 10 | 31 | 51 | 28 | 20 | F |
| Octal | 61 | 51 | 31 | 0 | 20 | 61 | 121 | 50 | 40 | 17 |
| Binary | 110001 | 101001 | 11001 | 0 | 10000 | 110001 | 1010001 | 101000 | 100000 | 1111 |
Color Harmonies of #312919
Complementary color
Monochromatic Colors of #312919
Black with #312919
Text Example
Text Example
White with #312919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312919; }
p { color: rgb(49,41,25); }
H1.HeaderClassName
{
color: #312919;
}
.AnyTagClassName
{
color: #312919;
}
</style>
background-color css
<style>
a { background-color: #312919; }
a { background-color: rgb(49,41,25); }
div.DivClassName
{
background-color: #312919;
}
.BgClassName
{
background-color: #312919;
}
</style>
border-color css
<style>
span { border-color: #312919; }
span { border-color: rgb(49,41,25); }
td.TdClassName
{
border-color: #312919;
}
.TagClassName
{
border-color: #312919;
}
</style>