Shades of Black Magic #312D24
Tints of Black Magic #312D24
RGB
CMYK
RGB Variations
Color information
#312D24 (or 0x312D24) is known color: Black Magic. HEX triplet: 31, 2D and 24. RGB value is (49,45,36). Sum of RGB (Red+Green+Blue) = 49+45+36=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D24 is #CED2DB. Grayscale: #2D2D2D. Windows color (decimal): -13554396 or 2370865. OLE color: 2370865.
HSL color Cylindrical-coordinate representation of color #312D24: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #312D24 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 36 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.81 |
| HSL | 41.54º | 0.15% | 0.17% | - |
| HSV(B) | 41.54º | 0.27% | 0.19% | - |
| XYZ | 2.52 | 2.66 | 2.05 | - |
| YUV | 45.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 36 | 0 | 0.08 | 0.27 | 0.81 | 41.54 | 0.15 | 0.17 |
| Hex | 31 | 2D | 24 | 0 | 8 | 1B | 51 | 2A | F | 11 |
| Octal | 61 | 55 | 44 | 0 | 10 | 33 | 121 | 52 | 17 | 21 |
| Binary | 110001 | 101101 | 100100 | 0 | 1000 | 11011 | 1010001 | 101010 | 1111 | 10001 |
Color Harmonies of #312D24
Complementary color
Monochromatic Colors of #312D24
Black with #312D24
Text Example
Text Example
White with #312D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D24; }
p { color: rgb(49,45,36); }
H1.HeaderClassName
{
color: #312D24;
}
.AnyTagClassName
{
color: #312D24;
}
</style>
background-color css
<style>
a { background-color: #312D24; }
a { background-color: rgb(49,45,36); }
div.DivClassName
{
background-color: #312D24;
}
.BgClassName
{
background-color: #312D24;
}
</style>
border-color css
<style>
span { border-color: #312D24; }
span { border-color: rgb(49,45,36); }
td.TdClassName
{
border-color: #312D24;
}
.TagClassName
{
border-color: #312D24;
}
</style>