#031131

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

Shades of Midnight Express #031131

Tints of Midnight Express #031131

Color information

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

RGB31749-
CMYK0.940.6500.81
HSL221.74º88.46%10.2%-
HSV(B)221.74º93.88%19.22%-
XYZ0.790.642.99-
YUV16.46146.36118.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 17 (7.03% from 255) = 24.64%
BLUE value IS 49 (19.53% from 255) = 71.01%
R=4.35%
G=24.64%
B=71.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal317490.940.6500.81221.7488.4610.2
Hex311315E41051de58a
Octal32161136101012133613012
Binary111000111000110111101000001010100011101111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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