Html Css Color HEX #161E31 Midnight Express

📋 copy color: '#161E31'

red 22 ◦ green 30 ◦ blue 49

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

Shades of Midnight Express #161E31

Tints of Midnight Express #161E31

RGB

 RED value IS 22 (8.98% from 255) = 21.78%

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 21.78%
G = 29.7%
B = 48.51%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#161E31 (or 0x161E31) is known color: Midnight Express. HEX triplet: 16, 1E and 31. RGB value is (22,30,49). Sum of RGB (Red+Green+Blue) = 22+30+49=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #161E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E31 is #E9E1CE. Grayscale: #1D1D1D. Windows color (decimal): -15327695 or 3218966. OLE color: 3218966.

HSL color Cylindrical-coordinate representation of color #161E31: hue angle of 222.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #161E31 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 30 49 -
CMYK 0.55 0.39 0 0.81
HSL 222.22º 0.38% 0.14% -
HSV(B) 222.22º 0.55% 0.19% -
XYZ 1.35 1.32 3.09 -
YUV 29.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 22 30 49 0.55 0.39 0 0.81 222.22 0.38 0.14
Hex 16 1E 31 37 27 0 51 DE 26 E
Octal 26 36 61 67 47 0 121 336 46 16
Binary 10110 11110 110001 110111 100111 0 1010001 11011110 100110 1110

Color Harmonies of #161E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161E31

Black with #161E31

Text Example


Text Example

White with #161E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161E31; }

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

 H1.HeaderClassName
 {
   color: #161E31;
 }
 .AnyTagClassName
 {
   color: #161E31;
 }
</style>

background-color css

<style>
 a { background-color: #161E31; }

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

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

border-color css

<style>
 span { border-color: #161E31; }

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

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