#161D3A

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

Shades of Midnight Express #161D3A

Tints of Midnight Express #161D3A

Color information

#161D3A (or 0x161D3A) is unknown color: approx Midnight Express. HEX triplet: 16, 1D and 3A. RGB value is (22,29,58). Sum of RGB (Red+Green+Blue) = 22+29+58=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #161D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D3A is #E9E2C5. Grayscale: #1E1E1E. Windows color (decimal): -15327942 or 3808534. OLE color: 3808534.

HSL color Cylindrical-coordinate representation of color #161D3A: hue angle of 228.33º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #161D3A is Cyan = 0.62, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB222958-
CMYK0.620.500.77
HSL228.33º45%15.69%-
HSV(B)228.33º62.07%22.75%-
XYZ1.531.354.18-
YUV30.21143.68122.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=20.18%
G=26.61%
B=53.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2229580.620.500.77228.334515.69
Hex161D3A3E3204De42d10
Octal263572766201153445520
Binary1011011101111010111110110010010011011110010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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