#161D32

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

Shades of Midnight Express #161D32

Tints of Midnight Express #161D32

Color information

#161D32 (or 0x161D32) is unknown color: approx Midnight Express. HEX triplet: 16, 1D and 32. RGB value is (22,29,50). Sum of RGB (Red+Green+Blue) = 22+29+50=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #161D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D32 is #E9E2CD. Grayscale: #1D1D1D. Windows color (decimal): -15327950 or 3284246. OLE color: 3284246.

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

Color convert

RGB222950-
CMYK0.560.4200.80
HSL225º38.89%14.12%-
HSV(B)225º56%19.61%-
XYZ1.351.283.19-
YUV29.3139.68122.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 50 (19.92% from 255) = 49.50%
R=21.78%
G=28.71%
B=49.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2229500.560.4200.8022538.8914.12
Hex161D32382A050e127e
Octal263562705201203414716
Binary101101110111001011100010101001010000111000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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