Shades of Midnight Express #000E31
Tints of Midnight Express #000E31
RGB
CMYK
RGB Variations
Color information
#000E31 (or 0x000E31) is known color: Midnight Express. HEX triplet: 00, 0E and 31. RGB value is (0,14,49). Sum of RGB (Red+Green+Blue) = 0+14+49=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 14 (5.86% from 255 or 22.22% from 63); Blue value is 49 (19.53% from 255 or 77.78% from 63); Max value from RGB is 49 - color contains mainly: blue. Hex color #000E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E31 is #FFF1CE. Grayscale: #0D0D0D. Windows color (decimal): -16773583 or 3214848. OLE color: 3214848.
HSL color Cylindrical-coordinate representation of color #000E31: hue angle of 222.86º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E31 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 14 | 49 | - |
| CMYK | 1 | 0.71 | 0 | 0.81 |
| HSL | 222.86º | 1% | 0.1% | - |
| HSV(B) | 222.86º | 1% | 0.19% | - |
| XYZ | 0.71 | 0.54 | 2.97 | - |
| YUV | 13.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 49 | 1 | 0.71 | 0 | 0.81 | 222.86 | 1 | 0.1 |
| Hex | 0 | E | 31 | 64 | 47 | 0 | 51 | DF | 64 | A |
| Octal | 0 | 16 | 61 | 144 | 107 | 0 | 121 | 337 | 144 | 12 |
| Binary | 0 | 1110 | 110001 | 1100100 | 1000111 | 0 | 1010001 | 11011111 | 1100100 | 1010 |
Color Harmonies of #000E31
Complementary color
Monochromatic Colors of #000E31
Black with #000E31
Text Example
Text Example
White with #000E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E31; }
p { color: rgb(0,14,49); }
H1.HeaderClassName
{
color: #000E31;
}
.AnyTagClassName
{
color: #000E31;
}
</style>
background-color css
<style>
a { background-color: #000E31; }
a { background-color: rgb(0,14,49); }
div.DivClassName
{
background-color: #000E31;
}
.BgClassName
{
background-color: #000E31;
}
</style>
border-color css
<style>
span { border-color: #000E31; }
span { border-color: rgb(0,14,49); }
td.TdClassName
{
border-color: #000E31;
}
.TagClassName
{
border-color: #000E31;
}
</style>