Shades of Black Magic #31240D
Tints of Black Magic #31240D
RGB
CMYK
RGB Variations
Color information
#31240D (or 0x31240D) is known color: Black Magic. HEX triplet: 31, 24 and 0D. RGB value is (49,36,13). Sum of RGB (Red+Green+Blue) = 49+36+13=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #31240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31240D is #CEDBF2. Grayscale: #252525. Windows color (decimal): -13556723 or 861233. OLE color: 861233.
HSL color Cylindrical-coordinate representation of color #31240D: hue angle of 38.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31240D is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 13 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.81 |
| HSL | 38.33º | 0.58% | 0.12% | - |
| HSV(B) | 38.33º | 0.73% | 0.19% | - |
| XYZ | 1.97 | 1.94 | 0.65 | - |
| YUV | 37.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 13 | 0 | 0.27 | 0.73 | 0.81 | 38.33 | 0.58 | 0.12 |
| Hex | 31 | 24 | D | 0 | 1B | 49 | 51 | 26 | 3A | C |
| Octal | 61 | 44 | 15 | 0 | 33 | 111 | 121 | 46 | 72 | 14 |
| Binary | 110001 | 100100 | 1101 | 0 | 11011 | 1001001 | 1010001 | 100110 | 111010 | 1100 |
Color Harmonies of #31240D
Complementary color
Monochromatic Colors of #31240D
Black with #31240D
Text Example
Text Example
White with #31240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31240D; }
p { color: rgb(49,36,13); }
H1.HeaderClassName
{
color: #31240D;
}
.AnyTagClassName
{
color: #31240D;
}
</style>
background-color css
<style>
a { background-color: #31240D; }
a { background-color: rgb(49,36,13); }
div.DivClassName
{
background-color: #31240D;
}
.BgClassName
{
background-color: #31240D;
}
</style>
border-color css
<style>
span { border-color: #31240D; }
span { border-color: rgb(49,36,13); }
td.TdClassName
{
border-color: #31240D;
}
.TagClassName
{
border-color: #31240D;
}
</style>