#071131

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

Shades of Midnight Express #071131

Tints of Midnight Express #071131

Color information

#071131 (or 0x071131) is unknown color: approx Midnight Express. HEX triplet: 07, 11 and 31. RGB value is (7,17,49). Sum of RGB (Red+Green+Blue) = 7+17+49=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #071131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071131 is #F8EECE. Grayscale: #111111. Windows color (decimal): -16314063 or 3215623. OLE color: 3215623.

HSL color Cylindrical-coordinate representation of color #071131: hue angle of 225.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #071131 is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB71749-
CMYK0.860.6500.81
HSL225.71º75%10.98%-
HSV(B)225.71º85.71%19.22%-
XYZ0.840.672.99-
YUV17.66145.69120.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=9.59%
G=23.29%
B=67.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal717490.860.6500.81225.717510.98
Hex711315641051e24bb
Octal72161126101012134211313
Binary1111000111000110101101000001010100011110001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071131; }

 p { color: rgb(7,17,49); }

 H1.HeaderClassName
 {
   color: #071131;
 }
 .AnyTagClassName
 {
   color: #071131;
 }
</style>
background-color css

<style>
 a { background-color: #071131; }

 a { background-color: rgb(7,17,49); }

 div.DivClassName
 {
   background-color: #071131;
 }
 .BgClassName
 {
   background-color: #071131;
 }
</style>
border-color css

<style>
 span { border-color: #071131; }

 span { border-color: rgb(7,17,49); }

 td.TdClassName
 {
   border-color: #071131;
 }
 .TagClassName
 {
   border-color: #071131;
 }
</style>