#131E31

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

Shades of Midnight Express #131E31

Tints of Midnight Express #131E31

Color information

#131E31 (or 0x131E31) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 31. RGB value is (19,30,49). Sum of RGB (Red+Green+Blue) = 19+30+49=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #131E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E31 is #ECE1CE. Grayscale: #1C1C1C. Windows color (decimal): -15524303 or 3218963. OLE color: 3218963.

HSL color Cylindrical-coordinate representation of color #131E31: hue angle of 218º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131E31 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB193049-
CMYK0.610.3900.81
HSL218º44.12%13.33%-
HSV(B)218º61.22%19.22%-
XYZ1.291.293.09-
YUV28.88139.36120.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 30 (12.11% from 255) = 30.61%
BLUE value IS 49 (19.53% from 255) = 50%
R=19.39%
G=30.61%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1930490.610.3900.8121844.1213.33
Hex131E313D27051da2cd
Octal233661754701213325415
Binary100111111011000111110110011101010001110110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E31; }

 p { color: rgb(19,30,49); }

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

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

 a { background-color: rgb(19,30,49); }

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

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

 span { border-color: rgb(19,30,49); }

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