Html Css Color HEX #1E2432 Midnight Express

📋 copy color: '#1E2432'

red 30 ◦ green 36 ◦ blue 50

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

Shades of Midnight Express #1E2432

Tints of Midnight Express #1E2432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

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

R = 25.86%
G = 31.03%
B = 43.1%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1E2432 (or 0x1E2432) is known color: Midnight Express. HEX triplet: 1E, 24 and 32. RGB value is (30,36,50). Sum of RGB (Red+Green+Blue) = 30+36+50=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2432 is #E1DBCD. Grayscale: #232323. Windows color (decimal): -14801870 or 3286046. OLE color: 3286046.

HSL color Cylindrical-coordinate representation of color #1E2432: hue angle of 222º 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 #1E2432 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 30 36 50 -
CMYK 0.40 0.28 0 0.80
HSL 222º 0.25% 0.16% -
HSV(B) 222º 0.4% 0.2% -
XYZ 1.74 1.77 3.27 -
YUV 35.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 30 36 50 0.40 0.28 0 0.80 222 0.25 0.16
Hex 1E 24 32 28 1C 0 50 DE 19 10
Octal 36 44 62 50 34 0 120 336 31 20
Binary 11110 100100 110010 101000 11100 0 1010000 11011110 11001 10000

Color Harmonies of #1E2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2432

Black with #1E2432

Text Example


Text Example

White with #1E2432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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