#071531

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

Shades of Midnight Express #071531

Tints of Midnight Express #071531

Color information

#071531 (or 0x071531) is unknown color: approx Midnight Express. HEX triplet: 07, 15 and 31. RGB value is (7,21,49). Sum of RGB (Red+Green+Blue) = 7+21+49=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #071531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071531 is #F8EACE. Grayscale: #131313. Windows color (decimal): -16313039 or 3216647. OLE color: 3216647.

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

Color convert

RGB72149-
CMYK0.860.5700.81
HSL220º75%10.98%-
HSV(B)220º85.71%19.22%-
XYZ0.910.83.01-
YUV20.01144.36118.72-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 49 (19.53% from 255) = 63.64%
R=9.09%
G=27.27%
B=63.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal721490.860.5700.812207510.98
Hex715315639051dc4bb
Octal7256112671012133411313
Binary111101011100011010110111001010100011101110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071531; }

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

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

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

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

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

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

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

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