#031331

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

Shades of Midnight Express #031331

Tints of Midnight Express #031331

Color information

#031331 (or 0x031331) is unknown color: approx 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

RGB31949-
CMYK0.940.6100.81
HSL219.13º88.46%10.2%-
HSV(B)219.13º93.88%19.22%-
XYZ0.820.713-
YUV17.64145.7117.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 49 (19.53% from 255) = 69.01%
R=4.23%
G=26.76%
B=69.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal319490.940.6100.81219.1388.4610.2
Hex313315E3D051db58a
Octal3236113675012133313012
Binary11100111100011011110111101010100011101101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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