Shades of Black Magic #312B20
Tints of Black Magic #312B20
RGB
CMYK
RGB Variations
Color information
#312B20 (or 0x312B20) is known color: Black Magic. HEX triplet: 31, 2B and 20. RGB value is (49,43,32). Sum of RGB (Red+Green+Blue) = 49+43+32=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B20 is #CED4DF. Grayscale: #2B2B2B. Windows color (decimal): -13554912 or 2108209. OLE color: 2108209.
HSL color Cylindrical-coordinate representation of color #312B20: hue angle of 38.82º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #312B20 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 43 | 32 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.81 |
| HSL | 38.82º | 0.21% | 0.16% | - |
| HSV(B) | 38.82º | 0.35% | 0.19% | - |
| XYZ | 2.39 | 2.49 | 1.72 | - |
| YUV | 43.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 32 | 0 | 0.12 | 0.35 | 0.81 | 38.82 | 0.21 | 0.16 |
| Hex | 31 | 2B | 20 | 0 | C | 23 | 51 | 27 | 15 | 10 |
| Octal | 61 | 53 | 40 | 0 | 14 | 43 | 121 | 47 | 25 | 20 |
| Binary | 110001 | 101011 | 100000 | 0 | 1100 | 100011 | 1010001 | 100111 | 10101 | 10000 |
Color Harmonies of #312B20
Complementary color
Monochromatic Colors of #312B20
Black with #312B20
Text Example
Text Example
White with #312B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B20; }
p { color: rgb(49,43,32); }
H1.HeaderClassName
{
color: #312B20;
}
.AnyTagClassName
{
color: #312B20;
}
</style>
background-color css
<style>
a { background-color: #312B20; }
a { background-color: rgb(49,43,32); }
div.DivClassName
{
background-color: #312B20;
}
.BgClassName
{
background-color: #312B20;
}
</style>
border-color css
<style>
span { border-color: #312B20; }
span { border-color: rgb(49,43,32); }
td.TdClassName
{
border-color: #312B20;
}
.TagClassName
{
border-color: #312B20;
}
</style>