#031031

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

Shades of Midnight Express #031031

Tints of Midnight Express #031031

Color information

#031031 (or 0x031031) is unknown color: approx Midnight Express. HEX triplet: 03, 10 and 31. RGB value is (3,16,49). Sum of RGB (Red+Green+Blue) = 3+16+49=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #031031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031031 is #FCEFCE. Grayscale: #0F0F0F. Windows color (decimal): -16576463 or 3215363. OLE color: 3215363.

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

Color convert

RGB31649-
CMYK0.940.6700.81
HSL223.04º88.46%10.2%-
HSV(B)223.04º93.88%19.22%-
XYZ0.780.612.98-
YUV15.88146.69118.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 16 (6.64% from 255) = 23.53%
BLUE value IS 49 (19.53% from 255) = 72.06%
R=4.41%
G=23.53%
B=72.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal316490.940.6700.81223.0488.4610.2
Hex310315E43051df58a
Octal32061136103012133713012
Binary111000011000110111101000011010100011101111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031031; }

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

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

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

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

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

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

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

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