#161C35

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

Shades of Midnight Express #161C35

Tints of Midnight Express #161C35

Color information

#161C35 (or 0x161C35) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 35. RGB value is (22,28,53). Sum of RGB (Red+Green+Blue) = 22+28+53=103 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.36% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #161C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C35 is #E9E3CA. Grayscale: #1C1C1C. Windows color (decimal): -15328203 or 3480598. OLE color: 3480598.

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

Color convert

RGB222853-
CMYK0.580.4700.79
HSL228.39º41.33%14.71%-
HSV(B)228.39º58.49%20.78%-
XYZ1.391.263.54-
YUV29.06141.51122.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.36%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=21.36%
G=27.18%
B=51.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2228530.580.4700.79228.3941.3314.71
Hex161C353A2F04Fe429f
Octal263465725701173445117
Binary101101110011010111101010111101001111111001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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