Shades of Black Magic #31260F
Tints of Black Magic #31260F
RGB
CMYK
RGB Variations
Color information
#31260F (or 0x31260F) is known color: Black Magic. HEX triplet: 31, 26 and 0F. RGB value is (49,38,15). Sum of RGB (Red+Green+Blue) = 49+38+15=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31260F is #CED9F0. Grayscale: #262626. Windows color (decimal): -13556209 or 992817. OLE color: 992817.
HSL color Cylindrical-coordinate representation of color #31260F: hue angle of 40.59º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31260F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 38 | 15 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.81 |
| HSL | 40.59º | 0.53% | 0.13% | - |
| HSV(B) | 40.59º | 0.69% | 0.19% | - |
| XYZ | 2.05 | 2.07 | 0.74 | - |
| YUV | 38.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 15 | 0 | 0.22 | 0.69 | 0.81 | 40.59 | 0.53 | 0.13 |
| Hex | 31 | 26 | F | 0 | 16 | 45 | 51 | 29 | 35 | D |
| Octal | 61 | 46 | 17 | 0 | 26 | 105 | 121 | 51 | 65 | 15 |
| Binary | 110001 | 100110 | 1111 | 0 | 10110 | 1000101 | 1010001 | 101001 | 110101 | 1101 |
Color Harmonies of #31260F
Complementary color
Monochromatic Colors of #31260F
Black with #31260F
Text Example
Text Example
White with #31260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31260F; }
p { color: rgb(49,38,15); }
H1.HeaderClassName
{
color: #31260F;
}
.AnyTagClassName
{
color: #31260F;
}
</style>
background-color css
<style>
a { background-color: #31260F; }
a { background-color: rgb(49,38,15); }
div.DivClassName
{
background-color: #31260F;
}
.BgClassName
{
background-color: #31260F;
}
</style>
border-color css
<style>
span { border-color: #31260F; }
span { border-color: rgb(49,38,15); }
td.TdClassName
{
border-color: #31260F;
}
.TagClassName
{
border-color: #31260F;
}
</style>