#141B31

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

Shades of Midnight Express #141B31

Tints of Midnight Express #141B31

Color information

#141B31 (or 0x141B31) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 31. RGB value is (20,27,49). Sum of RGB (Red+Green+Blue) = 20+27+49=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #141B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B31 is #EBE4CE. Grayscale: #1B1B1B. Windows color (decimal): -15459535 or 3218196. OLE color: 3218196.

HSL color Cylindrical-coordinate representation of color #141B31: hue angle of 225.52º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141B31 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB202749-
CMYK0.590.4500.81
HSL225.52º42.03%13.53%-
HSV(B)225.52º59.18%19.22%-
XYZ1.231.153.06-
YUV27.42140.18122.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 49 (19.53% from 255) = 51.04%
R=20.83%
G=28.12%
B=51.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2027490.590.4500.81225.5242.0313.53
Hex141B313B2D051e22ae
Octal243361735501213425216
Binary101001101111000111101110110101010001111000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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