Shades of Black Magic #31271B
Tints of Black Magic #31271B
RGB
CMYK
RGB Variations
Color information
#31271B (or 0x31271B) is known color: Black Magic. HEX triplet: 31, 27 and 1B. RGB value is (49,39,27). Sum of RGB (Red+Green+Blue) = 49+39+27=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 39 (15.62% from 255 or 33.91% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31271B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31271B is #CED8E4. Grayscale: #282828. Windows color (decimal): -13555941 or 1779505. OLE color: 1779505.
HSL color Cylindrical-coordinate representation of color #31271B: hue angle of 32.73º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #31271B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 39 | 27 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.81 |
| HSL | 32.73º | 0.29% | 0.15% | - |
| HSV(B) | 32.73º | 0.45% | 0.19% | - |
| XYZ | 2.19 | 2.18 | 1.34 | - |
| YUV | 40.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 27 | 0 | 0.20 | 0.45 | 0.81 | 32.73 | 0.29 | 0.15 |
| Hex | 31 | 27 | 1B | 0 | 14 | 2D | 51 | 21 | 1D | F |
| Octal | 61 | 47 | 33 | 0 | 24 | 55 | 121 | 41 | 35 | 17 |
| Binary | 110001 | 100111 | 11011 | 0 | 10100 | 101101 | 1010001 | 100001 | 11101 | 1111 |
Color Harmonies of #31271B
Complementary color
Monochromatic Colors of #31271B
Black with #31271B
Text Example
Text Example
White with #31271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31271B; }
p { color: rgb(49,39,27); }
H1.HeaderClassName
{
color: #31271B;
}
.AnyTagClassName
{
color: #31271B;
}
</style>
background-color css
<style>
a { background-color: #31271B; }
a { background-color: rgb(49,39,27); }
div.DivClassName
{
background-color: #31271B;
}
.BgClassName
{
background-color: #31271B;
}
</style>
border-color css
<style>
span { border-color: #31271B; }
span { border-color: rgb(49,39,27); }
td.TdClassName
{
border-color: #31271B;
}
.TagClassName
{
border-color: #31271B;
}
</style>