Shades of Black Magic #312D26
Tints of Black Magic #312D26
RGB
CMYK
RGB Variations
Color information
#312D26 (or 0x312D26) is known color: Black Magic. HEX triplet: 31, 2D and 26. RGB value is (49,45,38). Sum of RGB (Red+Green+Blue) = 49+45+38=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D26 is #CED2D9. Grayscale: #2D2D2D. Windows color (decimal): -13554394 or 2501937. OLE color: 2501937.
HSL color Cylindrical-coordinate representation of color #312D26: hue angle of 38.18º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #312D26 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 45 | 38 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.81 |
| HSL | 38.18º | 0.13% | 0.17% | - |
| HSV(B) | 38.18º | 0.22% | 0.19% | - |
| XYZ | 2.55 | 2.67 | 2.21 | - |
| YUV | 45.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 38 | 0 | 0.08 | 0.22 | 0.81 | 38.18 | 0.13 | 0.17 |
| Hex | 31 | 2D | 26 | 0 | 8 | 16 | 51 | 26 | D | 11 |
| Octal | 61 | 55 | 46 | 0 | 10 | 26 | 121 | 46 | 15 | 21 |
| Binary | 110001 | 101101 | 100110 | 0 | 1000 | 10110 | 1010001 | 100110 | 1101 | 10001 |
Color Harmonies of #312D26
Complementary color
Monochromatic Colors of #312D26
Black with #312D26
Text Example
Text Example
White with #312D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312D26; }
p { color: rgb(49,45,38); }
H1.HeaderClassName
{
color: #312D26;
}
.AnyTagClassName
{
color: #312D26;
}
</style>
background-color css
<style>
a { background-color: #312D26; }
a { background-color: rgb(49,45,38); }
div.DivClassName
{
background-color: #312D26;
}
.BgClassName
{
background-color: #312D26;
}
</style>
border-color css
<style>
span { border-color: #312D26; }
span { border-color: rgb(49,45,38); }
td.TdClassName
{
border-color: #312D26;
}
.TagClassName
{
border-color: #312D26;
}
</style>