#161D38

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

Shades of Midnight Express #161D38

Tints of Midnight Express #161D38

Color information

#161D38 (or 0x161D38) is unknown color: approx Midnight Express. HEX triplet: 16, 1D and 38. RGB value is (22,29,56). Sum of RGB (Red+Green+Blue) = 22+29+56=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #161D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D38 is #E9E2C7. Grayscale: #1D1D1D. Windows color (decimal): -15327944 or 3677462. OLE color: 3677462.

HSL color Cylindrical-coordinate representation of color #161D38: hue angle of 227.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #161D38 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB222956-
CMYK0.610.4800.78
HSL227.65º43.59%15.29%-
HSV(B)227.65º60.71%21.96%-
XYZ1.481.333.92-
YUV29.98142.68122.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.56%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 56 (22.27% from 255) = 52.34%
R=20.56%
G=27.10%
B=52.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2229560.610.4800.78227.6543.5915.29
Hex161D383D3004Ee42cf
Octal263570756001163445417
Binary101101110111100011110111000001001110111001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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