#161B32

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

Shades of Midnight Express #161B32

Tints of Midnight Express #161B32

Color information

#161B32 (or 0x161B32) is unknown color: approx Midnight Express. HEX triplet: 16, 1B and 32. RGB value is (22,27,50). Sum of RGB (Red+Green+Blue) = 22+27+50=99 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22.22% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #161B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B32 is #E9E4CD. Grayscale: #1C1C1C. Windows color (decimal): -15328462 or 3283734. OLE color: 3283734.

HSL color Cylindrical-coordinate representation of color #161B32: hue angle of 229.29º 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 #161B32 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB222750-
CMYK0.560.4600.80
HSL229.29º38.89%14.12%-
HSV(B)229.29º56%19.61%-
XYZ1.31.183.18-
YUV28.13140.34123.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 22.22%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=22.22%
G=27.27%
B=50.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2227500.560.4600.80229.2938.8914.12
Hex161B32382E050e527e
Octal263362705601203454716
Binary101101101111001011100010111001010000111001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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