#031130

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

Shades of Midnight Express #031130

Tints of Midnight Express #031130

Color information

#031130 (or 0x031130) is unknown color: approx Midnight Express. HEX triplet: 03, 11 and 30. RGB value is (3,17,48). Sum of RGB (Red+Green+Blue) = 3+17+48=68 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.41% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #031130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031130 is #FCEECF. Grayscale: #101010. Windows color (decimal): -16576208 or 3150083. OLE color: 3150083.

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

Color convert

RGB31748-
CMYK0.940.6500.81
HSL221.33º88.24%10%-
HSV(B)221.33º93.75%18.82%-
XYZ0.770.632.88-
YUV16.35145.86118.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.41%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 48 (19.14% from 255) = 70.59%
R=4.41%
G=25%
B=70.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal317480.940.6500.81221.3388.2410
Hex311305E41051dd58a
Octal32160136101012133513012
Binary111000111000010111101000001010100011101110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031130; }

 p { color: rgb(3,17,48); }

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

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

 a { background-color: rgb(3,17,48); }

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

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

 span { border-color: rgb(3,17,48); }

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