#142341

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

Shades of Midnight Express #142341

Tints of Midnight Express #142341

Color information

#142341 (or 0x142341) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 41. RGB value is (20,35,65). Sum of RGB (Red+Green+Blue) = 20+35+65=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #142341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142341 is #EBDCBE. Grayscale: #212121. Windows color (decimal): -15457471 or 4268820. OLE color: 4268820.

HSL color Cylindrical-coordinate representation of color #142341: hue angle of 220º 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 #142341 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203565-
CMYK0.690.4600.75
HSL220º52.94%16.67%-
HSV(B)220º69.23%25.49%-
XYZ1.841.735.24-
YUV33.94145.53118.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 35 (14.06% from 255) = 29.17%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=16.67%
G=29.17%
B=54.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2035650.690.4600.7522052.9416.67
Hex142341452E04Bdc3511
Octal24431011055601133346521
Binary1010010001110000011000101101110010010111101110011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142341; }

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

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

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

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

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

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

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

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