Shades of Black Magic #312207
Tints of Black Magic #312207
RGB
CMYK
RGB Variations
Color information
#312207 (or 0x312207) is known color: Black Magic. HEX triplet: 31, 22 and 07. RGB value is (49,34,7). Sum of RGB (Red+Green+Blue) = 49+34+7=90 (11% of max value = 765). Red value is 49 (19.53% from 255 or 54.44% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 49 - color contains mainly: red. Hex color #312207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312207 is #CEDDF8. Grayscale: #232323. Windows color (decimal): -13557241 or 467505. OLE color: 467505.
HSL color Cylindrical-coordinate representation of color #312207: hue angle of 38.57º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #312207 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 7 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.81 |
| HSL | 38.57º | 0.75% | 0.11% | - |
| HSV(B) | 38.57º | 0.86% | 0.19% | - |
| XYZ | 1.88 | 1.81 | 0.45 | - |
| YUV | 35.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 7 | 0 | 0.31 | 0.86 | 0.81 | 38.57 | 0.75 | 0.11 |
| Hex | 31 | 22 | 7 | 0 | 1F | 56 | 51 | 27 | 4B | B |
| Octal | 61 | 42 | 7 | 0 | 37 | 126 | 121 | 47 | 113 | 13 |
| Binary | 110001 | 100010 | 111 | 0 | 11111 | 1010110 | 1010001 | 100111 | 1001011 | 1011 |
Color Harmonies of #312207
Complementary color
Monochromatic Colors of #312207
Black with #312207
Text Example
Text Example
White with #312207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312207; }
p { color: rgb(49,34,7); }
H1.HeaderClassName
{
color: #312207;
}
.AnyTagClassName
{
color: #312207;
}
</style>
background-color css
<style>
a { background-color: #312207; }
a { background-color: rgb(49,34,7); }
div.DivClassName
{
background-color: #312207;
}
.BgClassName
{
background-color: #312207;
}
</style>
border-color css
<style>
span { border-color: #312207; }
span { border-color: rgb(49,34,7); }
td.TdClassName
{
border-color: #312207;
}
.TagClassName
{
border-color: #312207;
}
</style>