Shades of Black Magic #312A1A
Tints of Black Magic #312A1A
RGB
CMYK
RGB Variations
Color information
#312A1A (or 0x312A1A) is known color: Black Magic. HEX triplet: 31, 2A and 1A. RGB value is (49,42,26). Sum of RGB (Red+Green+Blue) = 49+42+26=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #312A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A1A is #CED5E5. Grayscale: #2A2A2A. Windows color (decimal): -13555174 or 1714737. OLE color: 1714737.
HSL color Cylindrical-coordinate representation of color #312A1A: hue angle of 41.74º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #312A1A is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 42 | 26 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.81 |
| HSL | 41.74º | 0.31% | 0.15% | - |
| HSV(B) | 41.74º | 0.47% | 0.19% | - |
| XYZ | 2.28 | 2.38 | 1.32 | - |
| YUV | 42.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 26 | 0 | 0.14 | 0.47 | 0.81 | 41.74 | 0.31 | 0.15 |
| Hex | 31 | 2A | 1A | 0 | E | 2F | 51 | 2A | 1F | F |
| Octal | 61 | 52 | 32 | 0 | 16 | 57 | 121 | 52 | 37 | 17 |
| Binary | 110001 | 101010 | 11010 | 0 | 1110 | 101111 | 1010001 | 101010 | 11111 | 1111 |
Color Harmonies of #312A1A
Complementary color
Monochromatic Colors of #312A1A
Black with #312A1A
Text Example
Text Example
White with #312A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A1A; }
p { color: rgb(49,42,26); }
H1.HeaderClassName
{
color: #312A1A;
}
.AnyTagClassName
{
color: #312A1A;
}
</style>
background-color css
<style>
a { background-color: #312A1A; }
a { background-color: rgb(49,42,26); }
div.DivClassName
{
background-color: #312A1A;
}
.BgClassName
{
background-color: #312A1A;
}
</style>
border-color css
<style>
span { border-color: #312A1A; }
span { border-color: rgb(49,42,26); }
td.TdClassName
{
border-color: #312A1A;
}
.TagClassName
{
border-color: #312A1A;
}
</style>