#031531

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

Shades of Midnight Express #031531

Tints of Midnight Express #031531

Color information

#031531 (or 0x031531) is unknown color: approx Midnight Express. HEX triplet: 03, 15 and 31. RGB value is (3,21,49). Sum of RGB (Red+Green+Blue) = 3+21+49=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 21 (8.59% from 255 or 28.77% 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 #031531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031531 is #FCEACE. Grayscale: #121212. Windows color (decimal): -16575183 or 3216643. OLE color: 3216643.

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

Color convert

RGB32149-
CMYK0.940.5700.81
HSL216.52º88.46%10.2%-
HSV(B)216.52º93.88%19.22%-
XYZ0.860.783.01-
YUV18.81145.04116.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 49 (19.53% from 255) = 67.12%
R=4.11%
G=28.77%
B=67.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal321490.940.5700.81216.5288.4610.2
Hex315315E39051d958a
Octal3256113671012133113012
Binary11101011100011011110111001010100011101100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031531; }

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

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

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

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

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

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

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

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