#1E2231

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

Shades of Midnight Express #1E2231

Tints of Midnight Express #1E2231

Color information

#1E2231 (or 0x1E2231) is unknown color: approx Midnight Express. HEX triplet: 1E, 22 and 31. RGB value is (30,34,49). Sum of RGB (Red+Green+Blue) = 30+34+49=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2231 is #E1DDCE. Grayscale: #222222. Windows color (decimal): -14802383 or 3219998. OLE color: 3219998.

HSL color Cylindrical-coordinate representation of color #1E2231: hue angle of 227.37º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2231 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB303449-
CMYK0.390.3100.81
HSL227.37º24.05%15.49%-
HSV(B)227.37º38.78%19.22%-
XYZ1.661.643.14-
YUV34.51136.17124.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.55%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=26.55%
G=30.09%
B=43.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3034490.390.3100.81227.3724.0515.49
Hex1E2231271F051e318f
Octal364261473701213433017
Binary11110100010110001100111111110101000111100011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,34,49); }

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

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

 a { background-color: rgb(30,34,49); }

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

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

 span { border-color: rgb(30,34,49); }

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