#142032

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

Shades of Midnight Express #142032

Tints of Midnight Express #142032

Color information

#142032 (or 0x142032) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 32. RGB value is (20,32,50). Sum of RGB (Red+Green+Blue) = 20+32+50=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #142032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142032 is #EBDFCD. Grayscale: #1E1E1E. Windows color (decimal): -15458254 or 3285012. OLE color: 3285012.

HSL color Cylindrical-coordinate representation of color #142032: hue angle of 216º 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 #142032 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB203250-
CMYK0.600.3600.80
HSL216º42.86%13.73%-
HSV(B)216º60%19.61%-
XYZ1.381.413.22-
YUV30.46139.02120.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=19.61%
G=31.37%
B=49.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2032500.600.3600.8021642.8613.73
Hex1420323C24050d82be
Octal244062744401203305316
Binary1010010000011001011110010010001010000110110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142032; }

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

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

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

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

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

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

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

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