#141841

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

Shades of Midnight Express #141841

Tints of Midnight Express #141841

Color information

#141841 (or 0x141841) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 41. RGB value is (20,24,65). Sum of RGB (Red+Green+Blue) = 20+24+65=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #141841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141841 is #EBE7BE. Grayscale: #1B1B1B. Windows color (decimal): -15460287 or 4266004. OLE color: 4266004.

HSL color Cylindrical-coordinate representation of color #141841: hue angle of 234.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141841 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202465-
CMYK0.690.6300.75
HSL234.67º52.94%16.67%-
HSV(B)234.67º69.23%25.49%-
XYZ1.571.185.15-
YUV27.48149.17122.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=18.35%
G=22.02%
B=59.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2024650.690.6300.75234.6752.9416.67
Hex141841453F04Beb3511
Octal24301011057701133536521
Binary101001100010000011000101111111010010111110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141841; }

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

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

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

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

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

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

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

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