#1E232F

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

Shades of Midnight Express #1E232F

Tints of Midnight Express #1E232F

Color information

#1E232F (or 0x1E232F) is unknown color: approx Midnight Express. HEX triplet: 1E, 23 and 2F. RGB value is (30,35,47). Sum of RGB (Red+Green+Blue) = 30+35+47=112 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.79% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E232F is #E1DCD0. Grayscale: #222222. Windows color (decimal): -14802129 or 3089182. OLE color: 3089182.

HSL color Cylindrical-coordinate representation of color #1E232F: hue angle of 222.35º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E232F is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB303547-
CMYK0.360.2600.82
HSL222.35º22.08%15.1%-
HSV(B)222.35º36.17%18.43%-
XYZ1.651.682.93-
YUV34.87134.84124.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 26.79%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=26.79%
G=31.25%
B=41.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3035470.360.2600.82222.3522.0815.1
Hex1E232F241A052de16f
Octal364357443201223362617
Binary11110100011101111100100110100101001011011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,35,47); }

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

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

 a { background-color: rgb(30,35,47); }

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

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

 span { border-color: rgb(30,35,47); }

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