#161B34

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

Shades of Midnight Express #161B34

Tints of Midnight Express #161B34

Color information

#161B34 (or 0x161B34) is unknown color: approx Midnight Express. HEX triplet: 16, 1B and 34. RGB value is (22,27,52). Sum of RGB (Red+Green+Blue) = 22+27+52=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #161B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B34 is #E9E4CB. Grayscale: #1C1C1C. Windows color (decimal): -15328460 or 3414806. OLE color: 3414806.

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

Color convert

RGB222752-
CMYK0.580.4800.80
HSL230º40.54%14.51%-
HSV(B)230º57.69%20.39%-
XYZ1.341.23.41-
YUV28.36141.34123.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 27 (10.94% from 255) = 26.73%
BLUE value IS 52 (20.70% from 255) = 51.49%
R=21.78%
G=26.73%
B=51.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2227520.580.4800.8023040.5414.51
Hex161B343A30050e629f
Octal263364726001203465117
Binary101101101111010011101011000001010000111001101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,27,52); }

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

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

 a { background-color: rgb(22,27,52); }

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

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

 span { border-color: rgb(22,27,52); }

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