#1E2C3A

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

Shades of Midnight #1E2C3A

Tints of Midnight #1E2C3A

Color information

#1E2C3A (or 0x1E2C3A) is unknown color: approx Midnight. HEX triplet: 1E, 2C and 3A. RGB value is (30,44,58). Sum of RGB (Red+Green+Blue) = 30+44+58=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E2C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2C3A is #E1D3C5. Grayscale: #292929. Windows color (decimal): -14799814 or 3812382. OLE color: 3812382.

HSL color Cylindrical-coordinate representation of color #1E2C3A: hue angle of 210º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E2C3A is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB304458-
CMYK0.480.2400.77
HSL210º31.82%17.25%-
HSV(B)210º48.28%22.75%-
XYZ2.22.384.35-
YUV41.41137.36119.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.73%
GREEN value IS 44 (17.58% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 43.94%
R=22.73%
G=33.33%
B=43.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3044580.480.2400.7721031.8217.25
Hex1E2C3A301804Dd22011
Octal365472603001153224021
Binary1111010110011101011000011000010011011101001010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,44,58); }

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

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

 a { background-color: rgb(30,44,58); }

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

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

 span { border-color: rgb(30,44,58); }

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