#161C34

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

Shades of Midnight Express #161C34

Tints of Midnight Express #161C34

Color information

#161C34 (or 0x161C34) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 34. RGB value is (22,28,52). Sum of RGB (Red+Green+Blue) = 22+28+52=102 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.57% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #161C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C34 is #E9E3CB. Grayscale: #1C1C1C. Windows color (decimal): -15328204 or 3415062. OLE color: 3415062.

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

Color convert

RGB222852-
CMYK0.580.4600.80
HSL228º40.54%14.51%-
HSV(B)228º57.69%20.39%-
XYZ1.371.253.42-
YUV28.94141.01123.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.57%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=21.57%
G=27.45%
B=50.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2228520.580.4600.8022840.5414.51
Hex161C343A2E050e429f
Octal263464725601203445117
Binary101101110011010011101010111001010000111001001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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