Shades of Black Magic #312C1F
Tints of Black Magic #312C1F
RGB
CMYK
RGB Variations
Color information
#312C1F (or 0x312C1F) is known color: Black Magic. HEX triplet: 31, 2C and 1F. RGB value is (49,44,31). Sum of RGB (Red+Green+Blue) = 49+44+31=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C1F is #CED3E0. Grayscale: #2C2C2C. Windows color (decimal): -13554657 or 2042929. OLE color: 2042929.
HSL color Cylindrical-coordinate representation of color #312C1F: hue angle of 43.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #312C1F is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 44 | 31 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.81 |
| HSL | 43.33º | 0.23% | 0.16% | - |
| HSV(B) | 43.33º | 0.37% | 0.19% | - |
| XYZ | 2.41 | 2.55 | 1.66 | - |
| YUV | 44.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 31 | 0 | 0.10 | 0.37 | 0.81 | 43.33 | 0.23 | 0.16 |
| Hex | 31 | 2C | 1F | 0 | A | 25 | 51 | 2B | 16 | 10 |
| Octal | 61 | 54 | 37 | 0 | 12 | 45 | 121 | 53 | 26 | 20 |
| Binary | 110001 | 101100 | 11111 | 0 | 1010 | 100101 | 1010001 | 101011 | 10110 | 10000 |
Color Harmonies of #312C1F
Complementary color
Monochromatic Colors of #312C1F
Black with #312C1F
Text Example
Text Example
White with #312C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C1F; }
p { color: rgb(49,44,31); }
H1.HeaderClassName
{
color: #312C1F;
}
.AnyTagClassName
{
color: #312C1F;
}
</style>
background-color css
<style>
a { background-color: #312C1F; }
a { background-color: rgb(49,44,31); }
div.DivClassName
{
background-color: #312C1F;
}
.BgClassName
{
background-color: #312C1F;
}
</style>
border-color css
<style>
span { border-color: #312C1F; }
span { border-color: rgb(49,44,31); }
td.TdClassName
{
border-color: #312C1F;
}
.TagClassName
{
border-color: #312C1F;
}
</style>