Shades of Black Magic #31281D
Tints of Black Magic #31281D
RGB
CMYK
RGB Variations
Color information
#31281D (or 0x31281D) is known color: Black Magic. HEX triplet: 31, 28 and 1D. RGB value is (49,40,29). Sum of RGB (Red+Green+Blue) = 49+40+29=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31281D is #CED7E2. Grayscale: #292929. Windows color (decimal): -13555683 or 1910833. OLE color: 1910833.
HSL color Cylindrical-coordinate representation of color #31281D: hue angle of 33º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31281D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 40 | 29 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.81 |
| HSL | 33º | 0.26% | 0.15% | - |
| HSV(B) | 33º | 0.41% | 0.19% | - |
| XYZ | 2.25 | 2.26 | 1.48 | - |
| YUV | 41.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 29 | 0 | 0.18 | 0.41 | 0.81 | 33 | 0.26 | 0.15 |
| Hex | 31 | 28 | 1D | 0 | 12 | 29 | 51 | 21 | 1A | F |
| Octal | 61 | 50 | 35 | 0 | 22 | 51 | 121 | 41 | 32 | 17 |
| Binary | 110001 | 101000 | 11101 | 0 | 10010 | 101001 | 1010001 | 100001 | 11010 | 1111 |
Color Harmonies of #31281D
Complementary color
Monochromatic Colors of #31281D
Black with #31281D
Text Example
Text Example
White with #31281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31281D; }
p { color: rgb(49,40,29); }
H1.HeaderClassName
{
color: #31281D;
}
.AnyTagClassName
{
color: #31281D;
}
</style>
background-color css
<style>
a { background-color: #31281D; }
a { background-color: rgb(49,40,29); }
div.DivClassName
{
background-color: #31281D;
}
.BgClassName
{
background-color: #31281D;
}
</style>
border-color css
<style>
span { border-color: #31281D; }
span { border-color: rgb(49,40,29); }
td.TdClassName
{
border-color: #31281D;
}
.TagClassName
{
border-color: #31281D;
}
</style>