#141D2C

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

Shades of Midnight Express #141D2C

Tints of Midnight Express #141D2C

Color information

#141D2C (or 0x141D2C) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 2C. RGB value is (20,29,44). Sum of RGB (Red+Green+Blue) = 20+29+44=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #141D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D2C is #EBE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15459028 or 2891028. OLE color: 2891028.

HSL color Cylindrical-coordinate representation of color #141D2C: hue angle of 217.5º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141D2C is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB202944-
CMYK0.550.3400.83
HSL217.5º37.5%12.55%-
HSV(B)217.5º54.55%17.25%-
XYZ1.181.212.55-
YUV28.02137.02122.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 44 (17.58% from 255) = 47.31%
R=21.51%
G=31.18%
B=47.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2029440.550.3400.83217.537.512.55
Hex141D2C3722053da25d
Octal243554674201233324515
Binary101001110110110011011110001001010011110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,44); }

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

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

 a { background-color: rgb(20,29,44); }

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

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

 span { border-color: rgb(20,29,44); }

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