#000E31

Color #000E31 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #000E31

Tints of Midnight Express #000E31

Color information

#000E31 (or 0x000E31) is unknown color: approx 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

RGB01449-
CMYK10.7100.81
HSL222.86º100%9.61%-
HSV(B)222.86º100%19.22%-
XYZ0.710.542.97-
YUV13.8147.86118.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 22.22%
BLUE value IS 49 (19.53% from 255) = 77.78%
R=0%
G=22.22%
B=77.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0144910.7100.81222.861009.61
Hex0E316447051df64a
Octal01661144107012133714412
Binary0111011000111001001000111010100011101111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>