#1E2334

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

Shades of Midnight Express #1E2334

Tints of Midnight Express #1E2334

Color information

#1E2334 (or 0x1E2334) is unknown color: approx Midnight Express. HEX triplet: 1E, 23 and 34. RGB value is (30,35,52). Sum of RGB (Red+Green+Blue) = 30+35+52=117 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.64% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2334 is #E1DCCB. Grayscale: #232323. Windows color (decimal): -14802124 or 3416862. OLE color: 3416862.

HSL color Cylindrical-coordinate representation of color #1E2334: hue angle of 226.36º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1E2334 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB303552-
CMYK0.420.3300.80
HSL226.36º26.83%16.08%-
HSV(B)226.36º42.31%20.39%-
XYZ1.761.733.49-
YUV35.44137.34124.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.64%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=25.64%
G=29.91%
B=44.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3035520.420.3300.80226.3626.8316.08
Hex1E23342A21050e21b10
Octal364364524101203423320
Binary1111010001111010010101010000101010000111000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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