Html Css Color HEX #1E2332 Midnight Express

📋 copy color: '#1E2332'

red 30 ◦ green 35 ◦ blue 50

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

Shades of Midnight Express #1E2332

Tints of Midnight Express #1E2332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 26.09%
G = 30.43%
B = 43.48%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1E2332 (or 0x1E2332) is known color: Midnight Express. HEX triplet: 1E, 23 and 32. RGB value is (30,35,50). Sum of RGB (Red+Green+Blue) = 30+35+50=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2332 is #E1DCCD. Grayscale: #232323. Windows color (decimal): -14802126 or 3285790. OLE color: 3285790.

HSL color Cylindrical-coordinate representation of color #1E2332: hue angle of 225º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E2332 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 30 35 50 -
CMYK 0.40 0.30 0 0.80
HSL 225º 0.25% 0.16% -
HSV(B) 225º 0.4% 0.2% -
XYZ 1.71 1.71 3.26 -
YUV 35.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 30 35 50 0.40 0.30 0 0.80 225 0.25 0.16
Hex 1E 23 32 28 1E 0 50 E1 19 10
Octal 36 43 62 50 36 0 120 341 31 20
Binary 11110 100011 110010 101000 11110 0 1010000 11100001 11001 10000

Color Harmonies of #1E2332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2332

Black with #1E2332

Text Example


Text Example

White with #1E2332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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