#1E2134

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

Shades of Midnight Express #1E2134

Tints of Midnight Express #1E2134

Color information

#1E2134 (or 0x1E2134) is unknown color: approx Midnight Express. HEX triplet: 1E, 21 and 34. RGB value is (30,33,52). Sum of RGB (Red+Green+Blue) = 30+33+52=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E2134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2134 is #E1DECB. Grayscale: #222222. Windows color (decimal): -14802636 or 3416350. OLE color: 3416350.

HSL color Cylindrical-coordinate representation of color #1E2134: hue angle of 231.82º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E2134 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB303352-
CMYK0.420.3700.80
HSL231.82º26.83%16.08%-
HSV(B)231.82º42.31%20.39%-
XYZ1.71.613.47-
YUV34.27138.01124.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.09%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=26.09%
G=28.70%
B=45.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3033520.420.3700.80231.8226.8316.08
Hex1E21342A25050e81b10
Octal364164524501203503320
Binary1111010000111010010101010010101010000111010001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E2134; }

 p { color: rgb(30,33,52); }

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

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

 a { background-color: rgb(30,33,52); }

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

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

 span { border-color: rgb(30,33,52); }

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