#141F33

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

Shades of Midnight Express #141F33

Tints of Midnight Express #141F33

Color information

#141F33 (or 0x141F33) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 33. RGB value is (20,31,51). Sum of RGB (Red+Green+Blue) = 20+31+51=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #141F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F33 is #EBE0CC. Grayscale: #1D1D1D. Windows color (decimal): -15458509 or 3350292. OLE color: 3350292.

HSL color Cylindrical-coordinate representation of color #141F33: hue angle of 218.71º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141F33 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB203151-
CMYK0.610.3900.8
HSL218.71º43.66%13.92%-
HSV(B)218.71º60.78%20%-
XYZ1.381.373.32-
YUV29.99139.86120.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 51 (20.31% from 255) = 50%
R=19.61%
G=30.39%
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.8
SystemRedGreenBlueCMYKHSL
Decimal2031510.610.3900.8218.7143.6613.92
Hex141F333D27050db2ce
Octal243763754701203335416
Binary101001111111001111110110011101010000110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,51); }

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

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

 a { background-color: rgb(20,31,51); }

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

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

 span { border-color: rgb(20,31,51); }

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