#141636

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

Shades of Midnight Express #141636

Tints of Midnight Express #141636

Color information

#141636 (or 0x141636) is unknown color: approx Midnight Express. HEX triplet: 14, 16 and 36. RGB value is (20,22,54). Sum of RGB (Red+Green+Blue) = 20+22+54=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #141636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141636 is #EBE9C9. Grayscale: #181818. Windows color (decimal): -15460810 or 3544596. OLE color: 3544596.

HSL color Cylindrical-coordinate representation of color #141636: hue angle of 236.47º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141636 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB202254-
CMYK0.630.5900.79
HSL236.47º45.95%14.51%-
HSV(B)236.47º62.96%21.18%-
XYZ1.240.993.62-
YUV25.05144.34124.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 22 (8.98% from 255) = 22.92%
BLUE value IS 54 (21.48% from 255) = 56.25%
R=20.83%
G=22.92%
B=56.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2022540.630.5900.79236.4745.9514.51
Hex1416363F3B04Fec2ef
Octal242666777301173545617
Binary101001011011011011111111101101001111111011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141636; }

 p { color: rgb(20,22,54); }

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

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

 a { background-color: rgb(20,22,54); }

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

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

 span { border-color: rgb(20,22,54); }

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