#131B31

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

Shades of Midnight Express #131B31

Tints of Midnight Express #131B31

Color information

#131B31 (or 0x131B31) is unknown color: approx Midnight Express. HEX triplet: 13, 1B and 31. RGB value is (19,27,49). Sum of RGB (Red+Green+Blue) = 19+27+49=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #131B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B31 is #ECE4CE. Grayscale: #1B1B1B. Windows color (decimal): -15525071 or 3218195. OLE color: 3218195.

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

Color convert

RGB192749-
CMYK0.610.4500.81
HSL224º44.12%13.33%-
HSV(B)224º61.22%19.22%-
XYZ1.211.143.06-
YUV27.12140.35122.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=20%
G=28.42%
B=51.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1927490.610.4500.8122444.1213.33
Hex131B313D2D051e02cd
Octal233361755501213405415
Binary100111101111000111110110110101010001111000001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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