Shades of Black Magic #312303
Tints of Black Magic #312303
RGB
CMYK
RGB Variations
Color information
#312303 (or 0x312303) is known color: Black Magic. HEX triplet: 31, 23 and 03. RGB value is (49,35,3). Sum of RGB (Red+Green+Blue) = 49+35+3=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #312303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312303 is #CEDCFC. Grayscale: #232323. Windows color (decimal): -13556989 or 205617. OLE color: 205617.
HSL color Cylindrical-coordinate representation of color #312303: hue angle of 41.74º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #312303 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 35 | 3 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.81 |
| HSL | 41.74º | 0.88% | 0.1% | - |
| HSV(B) | 41.74º | 0.94% | 0.19% | - |
| XYZ | 1.88 | 1.86 | 0.35 | - |
| YUV | 35.54 | 109.64 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 35 | 3 | 0 | 0.29 | 0.94 | 0.81 | 41.74 | 0.88 | 0.1 |
| Hex | 31 | 23 | 3 | 0 | 1D | 5E | 51 | 2A | 58 | A |
| Octal | 61 | 43 | 3 | 0 | 35 | 136 | 121 | 52 | 130 | 12 |
| Binary | 110001 | 100011 | 11 | 0 | 11101 | 1011110 | 1010001 | 101010 | 1011000 | 1010 |
Color Harmonies of #312303
Complementary color
Monochromatic Colors of #312303
Black with #312303
Text Example
Text Example
White with #312303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312303; }
p { color: rgb(49,35,3); }
H1.HeaderClassName
{
color: #312303;
}
.AnyTagClassName
{
color: #312303;
}
</style>
background-color css
<style>
a { background-color: #312303; }
a { background-color: rgb(49,35,3); }
div.DivClassName
{
background-color: #312303;
}
.BgClassName
{
background-color: #312303;
}
</style>
border-color css
<style>
span { border-color: #312303; }
span { border-color: rgb(49,35,3); }
td.TdClassName
{
border-color: #312303;
}
.TagClassName
{
border-color: #312303;
}
</style>