#131D31

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

Shades of Midnight Express #131D31

Tints of Midnight Express #131D31

Color information

#131D31 (or 0x131D31) is unknown color: approx Midnight Express. HEX triplet: 13, 1D and 31. RGB value is (19,29,49). Sum of RGB (Red+Green+Blue) = 19+29+49=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #131D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D31 is #ECE2CE. Grayscale: #1C1C1C. Windows color (decimal): -15524559 or 3218707. OLE color: 3218707.

HSL color Cylindrical-coordinate representation of color #131D31: hue angle of 220º 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 #131D31 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB192949-
CMYK0.610.4100.81
HSL220º44.12%13.33%-
HSV(B)220º61.22%19.22%-
XYZ1.261.243.08-
YUV28.29139.69121.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 29 (11.72% from 255) = 29.90%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=19.59%
G=29.90%
B=50.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1929490.610.4100.8122044.1213.33
Hex131D313D29051dc2cd
Octal233561755101213345415
Binary100111110111000111110110100101010001110111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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