Shades of Black Magic #312206
Tints of Black Magic #312206
RGB
CMYK
RGB Variations
Color information
#312206 (or 0x312206) is known color: Black Magic. HEX triplet: 31, 22 and 06. RGB value is (49,34,6). Sum of RGB (Red+Green+Blue) = 49+34+6=89 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.06% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 6 (2.73% from 255 or 6.74% from 89); Max value from RGB is 49 - color contains mainly: red. Hex color #312206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312206 is #CEDDF9. Grayscale: #232323. Windows color (decimal): -13557242 or 401969. OLE color: 401969.
HSL color Cylindrical-coordinate representation of color #312206: hue angle of 39.07º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #312206 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 6 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.81 |
| HSL | 39.07º | 0.78% | 0.11% | - |
| HSV(B) | 39.07º | 0.88% | 0.19% | - |
| XYZ | 1.87 | 1.81 | 0.42 | - |
| YUV | 35.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 6 | 0 | 0.31 | 0.88 | 0.81 | 39.07 | 0.78 | 0.11 |
| Hex | 31 | 22 | 6 | 0 | 1F | 58 | 51 | 27 | 4E | B |
| Octal | 61 | 42 | 6 | 0 | 37 | 130 | 121 | 47 | 116 | 13 |
| Binary | 110001 | 100010 | 110 | 0 | 11111 | 1011000 | 1010001 | 100111 | 1001110 | 1011 |
Color Harmonies of #312206
Complementary color
Monochromatic Colors of #312206
Black with #312206
Text Example
Text Example
White with #312206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312206; }
p { color: rgb(49,34,6); }
H1.HeaderClassName
{
color: #312206;
}
.AnyTagClassName
{
color: #312206;
}
</style>
background-color css
<style>
a { background-color: #312206; }
a { background-color: rgb(49,34,6); }
div.DivClassName
{
background-color: #312206;
}
.BgClassName
{
background-color: #312206;
}
</style>
border-color css
<style>
span { border-color: #312206; }
span { border-color: rgb(49,34,6); }
td.TdClassName
{
border-color: #312206;
}
.TagClassName
{
border-color: #312206;
}
</style>