#071031

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

Shades of Midnight Express #071031

Tints of Midnight Express #071031

Color information

#071031 (or 0x071031) is unknown color: approx Midnight Express. HEX triplet: 07, 10 and 31. RGB value is (7,16,49). Sum of RGB (Red+Green+Blue) = 7+16+49=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #071031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071031 is #F8EFCE. Grayscale: #101010. Windows color (decimal): -16314319 or 3215367. OLE color: 3215367.

HSL color Cylindrical-coordinate representation of color #071031: hue angle of 227.14º 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 #071031 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB71649-
CMYK0.860.6700.81
HSL227.14º75%10.98%-
HSV(B)227.14º85.71%19.22%-
XYZ0.830.642.99-
YUV17.07146.02120.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.72%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 49 (19.53% from 255) = 68.06%
R=9.72%
G=22.22%
B=68.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal716490.860.6700.81227.147510.98
Hex710315643051e34bb
Octal72061126103012134311313
Binary1111000011000110101101000011010100011110001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071031; }

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

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

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

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

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

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

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

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