Shades of Black Magic #312C26
Tints of Black Magic #312C26
RGB
CMYK
RGB Variations
Color information
#312C26 (or 0x312C26) is known color: Black Magic. HEX triplet: 31, 2C and 26. RGB value is (49,44,38). Sum of RGB (Red+Green+Blue) = 49+44+38=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #312C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C26 is #CED3D9. Grayscale: #2C2C2C. Windows color (decimal): -13554650 or 2501681. OLE color: 2501681.
HSL color Cylindrical-coordinate representation of color #312C26: hue angle of 32.73º 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 #312C26 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 38 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.81 |
| HSL | 32.73º | 0.13% | 0.17% | - |
| HSV(B) | 32.73º | 0.22% | 0.19% | - |
| XYZ | 2.52 | 2.59 | 2.2 | - |
| YUV | 44.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 38 | 0 | 0.10 | 0.22 | 0.81 | 32.73 | 0.13 | 0.17 |
| Hex | 31 | 2C | 26 | 0 | A | 16 | 51 | 21 | D | 11 |
| Octal | 61 | 54 | 46 | 0 | 12 | 26 | 121 | 41 | 15 | 21 |
| Binary | 110001 | 101100 | 100110 | 0 | 1010 | 10110 | 1010001 | 100001 | 1101 | 10001 |
Color Harmonies of #312C26
Complementary color
Monochromatic Colors of #312C26
Black with #312C26
Text Example
Text Example
White with #312C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C26; }
p { color: rgb(49,44,38); }
H1.HeaderClassName
{
color: #312C26;
}
.AnyTagClassName
{
color: #312C26;
}
</style>
background-color css
<style>
a { background-color: #312C26; }
a { background-color: rgb(49,44,38); }
div.DivClassName
{
background-color: #312C26;
}
.BgClassName
{
background-color: #312C26;
}
</style>
border-color css
<style>
span { border-color: #312C26; }
span { border-color: rgb(49,44,38); }
td.TdClassName
{
border-color: #312C26;
}
.TagClassName
{
border-color: #312C26;
}
</style>