#161C33

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

Shades of Midnight Express #161C33

Tints of Midnight Express #161C33

Color information

#161C33 (or 0x161C33) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 33. RGB value is (22,28,51). Sum of RGB (Red+Green+Blue) = 22+28+51=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #161C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C33 is #E9E3CC. Grayscale: #1C1C1C. Windows color (decimal): -15328205 or 3349526. OLE color: 3349526.

HSL color Cylindrical-coordinate representation of color #161C33: hue angle of 227.59º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #161C33 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB222851-
CMYK0.570.4500.8
HSL227.59º39.73%14.31%-
HSV(B)227.59º56.86%20%-
XYZ1.341.243.3-
YUV28.83140.51123.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=21.78%
G=27.72%
B=50.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2228510.570.4500.8227.5939.7314.31
Hex161C33392D050e428e
Octal263463715501203445016
Binary101101110011001111100110110101010000111001001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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