#141849

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

Shades of Midnight Express #141849

Tints of Midnight Express #141849

Color information

#141849 (or 0x141849) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 49. RGB value is (20,24,73). Sum of RGB (Red+Green+Blue) = 20+24+73=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #141849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141849 is #EBE7B6. Grayscale: #1C1C1C. Windows color (decimal): -15460279 or 4790292. OLE color: 4790292.

HSL color Cylindrical-coordinate representation of color #141849: hue angle of 235.47º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141849 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB202473-
CMYK0.730.6700.71
HSL235.47º56.99%18.24%-
HSV(B)235.47º72.6%28.63%-
XYZ1.821.286.46-
YUV28.39153.17122.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 73 (28.91% from 255) = 62.39%
R=17.09%
G=20.51%
B=62.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2024730.730.6700.71235.4756.9918.24
Hex1418494943047eb3912
Octal243011111110301073537122
Binary1010011000100100110010011000011010001111110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141849; }

 p { color: rgb(20,24,73); }

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

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

 a { background-color: rgb(20,24,73); }

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

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

 span { border-color: rgb(20,24,73); }

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