Shades of Black Magic #312C25
Tints of Black Magic #312C25
RGB
CMYK
RGB Variations
Color information
#312C25 (or 0x312C25) is known color: Black Magic. HEX triplet: 31, 2C and 25. RGB value is (49,44,37). Sum of RGB (Red+Green+Blue) = 49+44+37=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C25 is #CED3DA. Grayscale: #2C2C2C. Windows color (decimal): -13554651 or 2436145. OLE color: 2436145.
HSL color Cylindrical-coordinate representation of color #312C25: hue angle of 35º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312C25 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 37 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.81 |
| HSL | 35º | 0.14% | 0.17% | - |
| HSV(B) | 35º | 0.24% | 0.19% | - |
| XYZ | 2.5 | 2.59 | 2.12 | - |
| YUV | 44.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 37 | 0 | 0.10 | 0.24 | 0.81 | 35 | 0.14 | 0.17 |
| Hex | 31 | 2C | 25 | 0 | A | 18 | 51 | 23 | E | 11 |
| Octal | 61 | 54 | 45 | 0 | 12 | 30 | 121 | 43 | 16 | 21 |
| Binary | 110001 | 101100 | 100101 | 0 | 1010 | 11000 | 1010001 | 100011 | 1110 | 10001 |
Color Harmonies of #312C25
Complementary color
Monochromatic Colors of #312C25
Black with #312C25
Text Example
Text Example
White with #312C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C25; }
p { color: rgb(49,44,37); }
H1.HeaderClassName
{
color: #312C25;
}
.AnyTagClassName
{
color: #312C25;
}
</style>
background-color css
<style>
a { background-color: #312C25; }
a { background-color: rgb(49,44,37); }
div.DivClassName
{
background-color: #312C25;
}
.BgClassName
{
background-color: #312C25;
}
</style>
border-color css
<style>
span { border-color: #312C25; }
span { border-color: rgb(49,44,37); }
td.TdClassName
{
border-color: #312C25;
}
.TagClassName
{
border-color: #312C25;
}
</style>