Shades of Black Magic #312304
Tints of Black Magic #312304
RGB
CMYK
RGB Variations
Color information
#312304 (or 0x312304) is known color: Black Magic. HEX triplet: 31, 23 and 04. RGB value is (49,35,4). Sum of RGB (Red+Green+Blue) = 49+35+4=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #312304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312304 is #CEDCFB. Grayscale: #232323. Windows color (decimal): -13556988 or 271153. OLE color: 271153.
HSL color Cylindrical-coordinate representation of color #312304: hue angle of 41.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #312304 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 4 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.81 |
| HSL | 41.33º | 0.85% | 0.1% | - |
| HSV(B) | 41.33º | 0.92% | 0.19% | - |
| XYZ | 1.89 | 1.86 | 0.38 | - |
| YUV | 35.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 4 | 0 | 0.29 | 0.92 | 0.81 | 41.33 | 0.85 | 0.1 |
| Hex | 31 | 23 | 4 | 0 | 1D | 5C | 51 | 29 | 55 | A |
| Octal | 61 | 43 | 4 | 0 | 35 | 134 | 121 | 51 | 125 | 12 |
| Binary | 110001 | 100011 | 100 | 0 | 11101 | 1011100 | 1010001 | 101001 | 1010101 | 1010 |
Color Harmonies of #312304
Complementary color
Monochromatic Colors of #312304
Black with #312304
Text Example
Text Example
White with #312304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312304; }
p { color: rgb(49,35,4); }
H1.HeaderClassName
{
color: #312304;
}
.AnyTagClassName
{
color: #312304;
}
</style>
background-color css
<style>
a { background-color: #312304; }
a { background-color: rgb(49,35,4); }
div.DivClassName
{
background-color: #312304;
}
.BgClassName
{
background-color: #312304;
}
</style>
border-color css
<style>
span { border-color: #312304; }
span { border-color: rgb(49,35,4); }
td.TdClassName
{
border-color: #312304;
}
.TagClassName
{
border-color: #312304;
}
</style>