#1E3041

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

Shades of Midnight #1E3041

Tints of Midnight #1E3041

Color information

#1E3041 (or 0x1E3041) is unknown color: approx Midnight. HEX triplet: 1E, 30 and 41. RGB value is (30,48,65). Sum of RGB (Red+Green+Blue) = 30+48+65=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E3041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3041 is #E1CFBE. Grayscale: #2C2C2C. Windows color (decimal): -14798783 or 4272158. OLE color: 4272158.

HSL color Cylindrical-coordinate representation of color #1E3041: hue angle of 209.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E3041 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB304865-
CMYK0.540.2600.75
HSL209.14º36.84%18.63%-
HSV(B)209.14º53.85%25.49%-
XYZ2.552.775.4-
YUV44.56139.54117.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=20.98%
G=33.57%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3048650.540.2600.75209.1436.8418.63
Hex1E3041361A04Bd12513
Octal3660101663201133214523
Binary11110110000100000111011011010010010111101000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,65); }

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

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

 a { background-color: rgb(30,48,65); }

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

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

 span { border-color: rgb(30,48,65); }

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