Html Css Color HEX #1E2331 Midnight Express

📋 copy color: '#1E2331'

red 30 ◦ green 35 ◦ blue 49

#1E2331
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #1E2331

Tints of Midnight Express #1E2331

RGB

 RED value IS 30 (12.11% from 255) = 26.32%

 GREEN value IS 35 (14.06% from 255) = 30.7%

 BLUE value IS 49 (19.53% from 255) = 42.98%

R = 26.32%
G = 30.7%
B = 42.98%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1E2331 (or 0x1E2331) is known color: Midnight Express. HEX triplet: 1E, 23 and 31. RGB value is (30,35,49). Sum of RGB (Red+Green+Blue) = 30+35+49=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2331 is #E1DCCE. Grayscale: #232323. Windows color (decimal): -14802127 or 3220254. OLE color: 3220254.

HSL color Cylindrical-coordinate representation of color #1E2331: hue angle of 224.21º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2331 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 30 35 49 -
CMYK 0.39 0.29 0 0.81
HSL 224.21º 0.24% 0.15% -
HSV(B) 224.21º 0.39% 0.19% -
XYZ 1.69 1.7 3.14 -
YUV 35.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 30 35 49 0.39 0.29 0 0.81 224.21 0.24 0.15
Hex 1E 23 31 27 1D 0 51 E0 18 F
Octal 36 43 61 47 35 0 121 340 30 17
Binary 11110 100011 110001 100111 11101 0 1010001 11100000 11000 1111

Color Harmonies of #1E2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2331

Black with #1E2331

Text Example


Text Example

White with #1E2331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E2331;
 }
 .AnyTagClassName
 {
   color: #1E2331;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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