#141E2F

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

Shades of Midnight Express #141E2F

Tints of Midnight Express #141E2F

Color information

#141E2F (or 0x141E2F) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 2F. RGB value is (20,30,47). Sum of RGB (Red+Green+Blue) = 20+30+47=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 47 (18.75% from 255 or 48.45% from 97); Max value from RGB is 47 - color contains mainly: blue. Hex color #141E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E2F is #EBE1D0. Grayscale: #1C1C1C. Windows color (decimal): -15458769 or 3087892. OLE color: 3087892.

HSL color Cylindrical-coordinate representation of color #141E2F: hue angle of 217.78º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141E2F is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB203047-
CMYK0.570.3600.82
HSL217.78º40.3%13.14%-
HSV(B)217.78º57.45%18.43%-
XYZ1.271.282.87-
YUV28.95138.19121.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 47 (18.75% from 255) = 48.45%
R=20.62%
G=30.93%
B=48.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2030470.570.3600.82217.7840.313.14
Hex141E2F3924052da28d
Octal243657714401223325015
Binary101001111010111111100110010001010010110110101010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,47); }

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

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

 a { background-color: rgb(20,30,47); }

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

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

 span { border-color: rgb(20,30,47); }

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