Shades of Black Magic #312A1F
Tints of Black Magic #312A1F
RGB
CMYK
RGB Variations
Color information
#312A1F (or 0x312A1F) is known color: Black Magic. HEX triplet: 31, 2A and 1F. RGB value is (49,42,31). Sum of RGB (Red+Green+Blue) = 49+42+31=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A1F is #CED5E0. Grayscale: #2A2A2A. Windows color (decimal): -13555169 or 2042417. OLE color: 2042417.
HSL color Cylindrical-coordinate representation of color #312A1F: hue angle of 36.67º 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 #312A1F is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 31 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.81 |
| HSL | 36.67º | 0.23% | 0.16% | - |
| HSV(B) | 36.67º | 0.37% | 0.19% | - |
| XYZ | 2.34 | 2.41 | 1.64 | - |
| YUV | 42.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 31 | 0 | 0.14 | 0.37 | 0.81 | 36.67 | 0.23 | 0.16 |
| Hex | 31 | 2A | 1F | 0 | E | 25 | 51 | 25 | 16 | 10 |
| Octal | 61 | 52 | 37 | 0 | 16 | 45 | 121 | 45 | 26 | 20 |
| Binary | 110001 | 101010 | 11111 | 0 | 1110 | 100101 | 1010001 | 100101 | 10110 | 10000 |
Color Harmonies of #312A1F
Complementary color
Monochromatic Colors of #312A1F
Black with #312A1F
Text Example
Text Example
White with #312A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A1F; }
p { color: rgb(49,42,31); }
H1.HeaderClassName
{
color: #312A1F;
}
.AnyTagClassName
{
color: #312A1F;
}
</style>
background-color css
<style>
a { background-color: #312A1F; }
a { background-color: rgb(49,42,31); }
div.DivClassName
{
background-color: #312A1F;
}
.BgClassName
{
background-color: #312A1F;
}
</style>
border-color css
<style>
span { border-color: #312A1F; }
span { border-color: rgb(49,42,31); }
td.TdClassName
{
border-color: #312A1F;
}
.TagClassName
{
border-color: #312A1F;
}
</style>