Shades of Black Magic #312A23
Tints of Black Magic #312A23
RGB
CMYK
RGB Variations
Color information
#312A23 (or 0x312A23) is known color: Black Magic. HEX triplet: 31, 2A and 23. RGB value is (49,42,35). Sum of RGB (Red+Green+Blue) = 49+42+35=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A23 is #CED5DC. Grayscale: #2B2B2B. Windows color (decimal): -13555165 or 2304561. OLE color: 2304561.
HSL color Cylindrical-coordinate representation of color #312A23: hue angle of 30º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312A23 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 35 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.81 |
| HSL | 30º | 0.17% | 0.16% | - |
| HSV(B) | 30º | 0.29% | 0.19% | - |
| XYZ | 2.4 | 2.43 | 1.93 | - |
| YUV | 43.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 35 | 0 | 0.14 | 0.29 | 0.81 | 30 | 0.17 | 0.16 |
| Hex | 31 | 2A | 23 | 0 | E | 1D | 51 | 1E | 11 | 10 |
| Octal | 61 | 52 | 43 | 0 | 16 | 35 | 121 | 36 | 21 | 20 |
| Binary | 110001 | 101010 | 100011 | 0 | 1110 | 11101 | 1010001 | 11110 | 10001 | 10000 |
Color Harmonies of #312A23
Complementary color
Monochromatic Colors of #312A23
Black with #312A23
Text Example
Text Example
White with #312A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A23; }
p { color: rgb(49,42,35); }
H1.HeaderClassName
{
color: #312A23;
}
.AnyTagClassName
{
color: #312A23;
}
</style>
background-color css
<style>
a { background-color: #312A23; }
a { background-color: rgb(49,42,35); }
div.DivClassName
{
background-color: #312A23;
}
.BgClassName
{
background-color: #312A23;
}
</style>
border-color css
<style>
span { border-color: #312A23; }
span { border-color: rgb(49,42,35); }
td.TdClassName
{
border-color: #312A23;
}
.TagClassName
{
border-color: #312A23;
}
</style>