#161E34

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

Shades of Midnight Express #161E34

Tints of Midnight Express #161E34

Color information

#161E34 (or 0x161E34) is unknown color: approx Midnight Express. HEX triplet: 16, 1E and 34. RGB value is (22,30,52). Sum of RGB (Red+Green+Blue) = 22+30+52=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #161E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161E34 is #E9E1CB. Grayscale: #1E1E1E. Windows color (decimal): -15327692 or 3415574. OLE color: 3415574.

HSL color Cylindrical-coordinate representation of color #161E34: hue angle of 224º 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 #161E34 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB223052-
CMYK0.580.4200.80
HSL224º40.54%14.51%-
HSV(B)224º57.69%20.39%-
XYZ1.411.353.43-
YUV30.12140.35122.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 52 (20.70% from 255) = 50%
R=21.15%
G=28.85%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2230520.580.4200.8022440.5414.51
Hex161E343A2A050e029f
Octal263664725201203405117
Binary101101111011010011101010101001010000111000001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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