#031040

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

Shades of Midnight Express #031040

Tints of Midnight Express #031040

Color information

#031040 (or 0x031040) is unknown color: approx Midnight Express. HEX triplet: 03, 10 and 40. RGB value is (3,16,64). Sum of RGB (Red+Green+Blue) = 3+16+64=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #031040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031040 is #FCEFBF. Grayscale: #111111. Windows color (decimal): -16576448 or 4198403. OLE color: 4198403.

HSL color Cylindrical-coordinate representation of color #031040: hue angle of 227.21º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031040 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB31664-
CMYK0.950.7500.75
HSL227.21º91.04%13.14%-
HSV(B)227.21º95.31%25.1%-
XYZ1.150.764.94-
YUV17.58154.19117.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 64 (25.39% from 255) = 77.11%
R=3.61%
G=19.28%
B=77.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal316640.950.7500.75227.2191.0413.14
Hex310405F4B04Be35bd
Octal320100137113011334313315
Binary1110000100000010111111001011010010111110001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031040; }

 p { color: rgb(3,16,64); }

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

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

 a { background-color: rgb(3,16,64); }

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

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

 span { border-color: rgb(3,16,64); }

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