#1E2A39

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

Shades of Midnight #1E2A39

Tints of Midnight #1E2A39

Color information

#1E2A39 (or 0x1E2A39) is unknown color: approx Midnight. HEX triplet: 1E, 2A and 39. RGB value is (30,42,57). Sum of RGB (Red+Green+Blue) = 30+42+57=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E2A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A39 is #E1D5C6. Grayscale: #282828. Windows color (decimal): -14800327 or 3746334. OLE color: 3746334.

HSL color Cylindrical-coordinate representation of color #1E2A39: hue angle of 213.33º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E2A39 is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB304257-
CMYK0.470.2600.78
HSL213.33º31.03%17.06%-
HSV(B)213.33º47.37%22.35%-
XYZ2.12.234.19-
YUV40.12137.52120.78-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.26%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=23.26%
G=32.56%
B=44.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3042570.470.2600.78213.3331.0317.06
Hex1E2A392F1A04Ed51f11
Octal365271573201163253721
Binary111101010101110011011111101001001110110101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,42,57); }

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

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

 a { background-color: rgb(30,42,57); }

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

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

 span { border-color: rgb(30,42,57); }

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