Shades of Midnight Express #031331
Tints of Midnight Express #031331
RGB
CMYK
RGB Variations
Color information
#031331 (or 0x031331) is known color: Midnight Express. HEX triplet: 03, 13 and 31. RGB value is (3,19,49). Sum of RGB (Red+Green+Blue) = 3+19+49=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #031331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031331 is #FCECCE. Grayscale: #111111. Windows color (decimal): -16575695 or 3216131. OLE color: 3216131.
HSL color Cylindrical-coordinate representation of color #031331: hue angle of 219.13º 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 #031331 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 19 | 49 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.81 |
| HSL | 219.13º | 0.88% | 0.1% | - |
| HSV(B) | 219.13º | 0.94% | 0.19% | - |
| XYZ | 0.82 | 0.71 | 3 | - |
| YUV | 17.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 49 | 0.94 | 0.61 | 0 | 0.81 | 219.13 | 0.88 | 0.1 |
| Hex | 3 | 13 | 31 | 5E | 3D | 0 | 51 | DB | 58 | A |
| Octal | 3 | 23 | 61 | 136 | 75 | 0 | 121 | 333 | 130 | 12 |
| Binary | 11 | 10011 | 110001 | 1011110 | 111101 | 0 | 1010001 | 11011011 | 1011000 | 1010 |
Color Harmonies of #031331
Complementary color
Monochromatic Colors of #031331
Black with #031331
Text Example
Text Example
White with #031331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031331; }
p { color: rgb(3,19,49); }
H1.HeaderClassName
{
color: #031331;
}
.AnyTagClassName
{
color: #031331;
}
</style>
background-color css
<style>
a { background-color: #031331; }
a { background-color: rgb(3,19,49); }
div.DivClassName
{
background-color: #031331;
}
.BgClassName
{
background-color: #031331;
}
</style>
border-color css
<style>
span { border-color: #031331; }
span { border-color: rgb(3,19,49); }
td.TdClassName
{
border-color: #031331;
}
.TagClassName
{
border-color: #031331;
}
</style>