#161C36

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

Shades of Midnight Express #161C36

Tints of Midnight Express #161C36

Color information

#161C36 (or 0x161C36) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 36. RGB value is (22,28,54). Sum of RGB (Red+Green+Blue) = 22+28+54=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #161C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C36 is #E9E3C9. Grayscale: #1D1D1D. Windows color (decimal): -15328202 or 3546134. OLE color: 3546134.

HSL color Cylindrical-coordinate representation of color #161C36: hue angle of 228.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #161C36 is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB222854-
CMYK0.590.4800.79
HSL228.75º42.11%14.9%-
HSV(B)228.75º59.26%21.18%-
XYZ1.411.273.66-
YUV29.17142.01122.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=21.15%
G=26.92%
B=51.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2228540.590.4800.79228.7542.1114.9
Hex161C363B3004Fe52af
Octal263466736001173455217
Binary101101110011011011101111000001001111111001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,28,54); }

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

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

 a { background-color: rgb(22,28,54); }

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

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

 span { border-color: rgb(22,28,54); }

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