Shades of Black Magic #312409
Tints of Black Magic #312409
RGB
CMYK
RGB Variations
Color information
#312409 (or 0x312409) is known color: Black Magic. HEX triplet: 31, 24 and 09. RGB value is (49,36,9). Sum of RGB (Red+Green+Blue) = 49+36+9=94 (12% of max value = 765). Red value is 49 (19.53% from 255 or 52.13% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 49 - color contains mainly: red. Hex color #312409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312409 is #CEDBF6. Grayscale: #242424. Windows color (decimal): -13556727 or 599089. OLE color: 599089.
HSL color Cylindrical-coordinate representation of color #312409: hue angle of 40.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 #312409 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 36 | 9 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.81 |
| HSL | 40.5º | 0.69% | 0.11% | - |
| HSV(B) | 40.5º | 0.82% | 0.19% | - |
| XYZ | 1.95 | 1.93 | 0.53 | - |
| YUV | 36.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 9 | 0 | 0.27 | 0.82 | 0.81 | 40.5 | 0.69 | 0.11 |
| Hex | 31 | 24 | 9 | 0 | 1B | 52 | 51 | 28 | 45 | B |
| Octal | 61 | 44 | 11 | 0 | 33 | 122 | 121 | 50 | 105 | 13 |
| Binary | 110001 | 100100 | 1001 | 0 | 11011 | 1010010 | 1010001 | 101000 | 1000101 | 1011 |
Color Harmonies of #312409
Complementary color
Monochromatic Colors of #312409
Black with #312409
Text Example
Text Example
White with #312409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312409; }
p { color: rgb(49,36,9); }
H1.HeaderClassName
{
color: #312409;
}
.AnyTagClassName
{
color: #312409;
}
</style>
background-color css
<style>
a { background-color: #312409; }
a { background-color: rgb(49,36,9); }
div.DivClassName
{
background-color: #312409;
}
.BgClassName
{
background-color: #312409;
}
</style>
border-color css
<style>
span { border-color: #312409; }
span { border-color: rgb(49,36,9); }
td.TdClassName
{
border-color: #312409;
}
.TagClassName
{
border-color: #312409;
}
</style>