#161F3F

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

Shades of Midnight Express #161F3F

Tints of Midnight Express #161F3F

Color information

#161F3F (or 0x161F3F) is unknown color: approx Midnight Express. HEX triplet: 16, 1F and 3F. RGB value is (22,31,63). Sum of RGB (Red+Green+Blue) = 22+31+63=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 63 (25% from 255 or 54.31% from 116); Max value from RGB is 63 - color contains mainly: blue. Hex color #161F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F3F is #E9E0C0. Grayscale: #1F1F1F. Windows color (decimal): -15327425 or 4136726. OLE color: 4136726.

HSL color Cylindrical-coordinate representation of color #161F3F: hue angle of 226.83º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #161F3F is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB223163-
CMYK0.650.5100.75
HSL226.83º48.24%16.67%-
HSV(B)226.83º65.08%24.71%-
XYZ1.721.514.9-
YUV31.96145.52120.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 63 (25% from 255) = 54.31%
R=18.97%
G=26.72%
B=54.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2231630.650.5100.75226.8348.2416.67
Hex161F3F413304Be33011
Octal2637771016301133436021
Binary10110111111111111000001110011010010111110001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,31,63); }

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

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

 a { background-color: rgb(22,31,63); }

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

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

 span { border-color: rgb(22,31,63); }

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