Shades of Midnight Express #031131
Tints of Midnight Express #031131
RGB
CMYK
RGB Variations
Color information
#031131 (or 0x031131) is known color: Midnight Express. HEX triplet: 03, 11 and 31. RGB value is (3,17,49). Sum of RGB (Red+Green+Blue) = 3+17+49=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 49 (19.53% from 255 or 71.01% from 69); Max value from RGB is 49 - color contains mainly: blue. Hex color #031131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031131 is #FCEECE. Grayscale: #101010. Windows color (decimal): -16576207 or 3215619. OLE color: 3215619.
HSL color Cylindrical-coordinate representation of color #031131: hue angle of 221.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 #031131 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 17 | 49 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.81 |
| HSL | 221.74º | 0.88% | 0.1% | - |
| HSV(B) | 221.74º | 0.94% | 0.19% | - |
| XYZ | 0.79 | 0.64 | 2.99 | - |
| YUV | 16.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 49 | 0.94 | 0.65 | 0 | 0.81 | 221.74 | 0.88 | 0.1 |
| Hex | 3 | 11 | 31 | 5E | 41 | 0 | 51 | DE | 58 | A |
| Octal | 3 | 21 | 61 | 136 | 101 | 0 | 121 | 336 | 130 | 12 |
| Binary | 11 | 10001 | 110001 | 1011110 | 1000001 | 0 | 1010001 | 11011110 | 1011000 | 1010 |
Color Harmonies of #031131
Complementary color
Monochromatic Colors of #031131
Black with #031131
Text Example
Text Example
White with #031131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031131; }
p { color: rgb(3,17,49); }
H1.HeaderClassName
{
color: #031131;
}
.AnyTagClassName
{
color: #031131;
}
</style>
background-color css
<style>
a { background-color: #031131; }
a { background-color: rgb(3,17,49); }
div.DivClassName
{
background-color: #031131;
}
.BgClassName
{
background-color: #031131;
}
</style>
border-color css
<style>
span { border-color: #031131; }
span { border-color: rgb(3,17,49); }
td.TdClassName
{
border-color: #031131;
}
.TagClassName
{
border-color: #031131;
}
</style>