Shades of Black Magic #312E29
Tints of Black Magic #312E29
RGB
CMYK
RGB Variations
Color information
#312E29 (or 0x312E29) is known color: Black Magic. HEX triplet: 31, 2E and 29. RGB value is (49,46,41). Sum of RGB (Red+Green+Blue) = 49+46+41=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 49 - color contains mainly: red. Hex color #312E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E29 is #CED1D6. Grayscale: #2E2E2E. Windows color (decimal): -13554135 or 2698801. OLE color: 2698801.
HSL color Cylindrical-coordinate representation of color #312E29: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #312E29 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 46 | 41 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.81 |
| HSL | 37.5º | 0.09% | 0.18% | - |
| HSV(B) | 37.5º | 0.16% | 0.19% | - |
| XYZ | 2.64 | 2.77 | 2.49 | - |
| YUV | 46.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 41 | 0 | 0.06 | 0.16 | 0.81 | 37.5 | 0.09 | 0.18 |
| Hex | 31 | 2E | 29 | 0 | 6 | 10 | 51 | 26 | 9 | 12 |
| Octal | 61 | 56 | 51 | 0 | 6 | 20 | 121 | 46 | 11 | 22 |
| Binary | 110001 | 101110 | 101001 | 0 | 110 | 10000 | 1010001 | 100110 | 1001 | 10010 |
Color Harmonies of #312E29
Complementary color
Monochromatic Colors of #312E29
Black with #312E29
Text Example
Text Example
White with #312E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E29; }
p { color: rgb(49,46,41); }
H1.HeaderClassName
{
color: #312E29;
}
.AnyTagClassName
{
color: #312E29;
}
</style>
background-color css
<style>
a { background-color: #312E29; }
a { background-color: rgb(49,46,41); }
div.DivClassName
{
background-color: #312E29;
}
.BgClassName
{
background-color: #312E29;
}
</style>
border-color css
<style>
span { border-color: #312E29; }
span { border-color: rgb(49,46,41); }
td.TdClassName
{
border-color: #312E29;
}
.TagClassName
{
border-color: #312E29;
}
</style>