#161E32

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

Shades of Midnight Express #161E32

Tints of Midnight Express #161E32

Color information

#161E32 (or 0x161E32) is unknown color: approx Midnight Express. HEX triplet: 16, 1E and 32. RGB value is (22,30,50). Sum of RGB (Red+Green+Blue) = 22+30+50=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #161E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E32 is #E9E1CD. Grayscale: #1D1D1D. Windows color (decimal): -15327694 or 3284502. OLE color: 3284502.

HSL color Cylindrical-coordinate representation of color #161E32: hue angle of 222.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #161E32 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB223050-
CMYK0.560.4000.80
HSL222.86º38.89%14.12%-
HSV(B)222.86º56%19.61%-
XYZ1.371.333.2-
YUV29.89139.35122.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.57%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=21.57%
G=29.41%
B=49.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2230500.560.4000.80222.8638.8914.12
Hex161E323828050df27e
Octal263662705001203374716
Binary101101111011001011100010100001010000110111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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