Shades of Black Magic #312209
Tints of Black Magic #312209
RGB
CMYK
RGB Variations
Color information
#312209 (or 0x312209) is known color: Black Magic. HEX triplet: 31, 22 and 09. RGB value is (49,34,9). Sum of RGB (Red+Green+Blue) = 49+34+9=92 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.26% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 49 - color contains mainly: red. Hex color #312209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312209 is #CEDDF6. Grayscale: #232323. Windows color (decimal): -13557239 or 598577. OLE color: 598577.
HSL color Cylindrical-coordinate representation of color #312209: hue angle of 37.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #312209 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 34 | 9 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.81 |
| HSL | 37.5º | 0.69% | 0.11% | - |
| HSV(B) | 37.5º | 0.82% | 0.19% | - |
| XYZ | 1.89 | 1.82 | 0.51 | - |
| YUV | 35.64 | 112.97 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 9 | 0 | 0.31 | 0.82 | 0.81 | 37.5 | 0.69 | 0.11 |
| Hex | 31 | 22 | 9 | 0 | 1F | 52 | 51 | 26 | 45 | B |
| Octal | 61 | 42 | 11 | 0 | 37 | 122 | 121 | 46 | 105 | 13 |
| Binary | 110001 | 100010 | 1001 | 0 | 11111 | 1010010 | 1010001 | 100110 | 1000101 | 1011 |
Color Harmonies of #312209
Complementary color
Monochromatic Colors of #312209
Black with #312209
Text Example
Text Example
White with #312209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312209; }
p { color: rgb(49,34,9); }
H1.HeaderClassName
{
color: #312209;
}
.AnyTagClassName
{
color: #312209;
}
</style>
background-color css
<style>
a { background-color: #312209; }
a { background-color: rgb(49,34,9); }
div.DivClassName
{
background-color: #312209;
}
.BgClassName
{
background-color: #312209;
}
</style>
border-color css
<style>
span { border-color: #312209; }
span { border-color: rgb(49,34,9); }
td.TdClassName
{
border-color: #312209;
}
.TagClassName
{
border-color: #312209;
}
</style>