#141C32

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

Shades of Midnight Express #141C32

Tints of Midnight Express #141C32

Color information

#141C32 (or 0x141C32) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 32. RGB value is (20,28,50). Sum of RGB (Red+Green+Blue) = 20+28+50=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #141C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C32 is #EBE3CD. Grayscale: #1C1C1C. Windows color (decimal): -15459278 or 3283988. OLE color: 3283988.

HSL color Cylindrical-coordinate representation of color #141C32: hue angle of 224º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141C32 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202850-
CMYK0.600.4400.80
HSL224º42.86%13.73%-
HSV(B)224º60%19.61%-
XYZ1.281.213.18-
YUV28.12140.35122.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 28 (11.33% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=20.41%
G=28.57%
B=51.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2028500.600.4400.8022442.8613.73
Hex141C323C2C050e02be
Octal243462745401203405316
Binary101001110011001011110010110001010000111000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,28,50); }

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

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

 a { background-color: rgb(20,28,50); }

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

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

 span { border-color: rgb(20,28,50); }

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