Shades of Black Magic #312A22
Tints of Black Magic #312A22
RGB
CMYK
RGB Variations
Color information
#312A22 (or 0x312A22) is known color: Black Magic. HEX triplet: 31, 2A and 22. RGB value is (49,42,34). Sum of RGB (Red+Green+Blue) = 49+42+34=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A22 is #CED5DD. Grayscale: #2B2B2B. Windows color (decimal): -13555166 or 2239025. OLE color: 2239025.
HSL color Cylindrical-coordinate representation of color #312A22: hue angle of 32º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #312A22 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 34 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.81 |
| HSL | 32º | 0.18% | 0.16% | - |
| HSV(B) | 32º | 0.31% | 0.19% | - |
| XYZ | 2.38 | 2.42 | 1.86 | - |
| YUV | 43.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 34 | 0 | 0.14 | 0.31 | 0.81 | 32 | 0.18 | 0.16 |
| Hex | 31 | 2A | 22 | 0 | E | 1F | 51 | 20 | 12 | 10 |
| Octal | 61 | 52 | 42 | 0 | 16 | 37 | 121 | 40 | 22 | 20 |
| Binary | 110001 | 101010 | 100010 | 0 | 1110 | 11111 | 1010001 | 100000 | 10010 | 10000 |
Color Harmonies of #312A22
Complementary color
Monochromatic Colors of #312A22
Black with #312A22
Text Example
Text Example
White with #312A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A22; }
p { color: rgb(49,42,34); }
H1.HeaderClassName
{
color: #312A22;
}
.AnyTagClassName
{
color: #312A22;
}
</style>
background-color css
<style>
a { background-color: #312A22; }
a { background-color: rgb(49,42,34); }
div.DivClassName
{
background-color: #312A22;
}
.BgClassName
{
background-color: #312A22;
}
</style>
border-color css
<style>
span { border-color: #312A22; }
span { border-color: rgb(49,42,34); }
td.TdClassName
{
border-color: #312A22;
}
.TagClassName
{
border-color: #312A22;
}
</style>