#161F35

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

Shades of Midnight Express #161F35

Tints of Midnight Express #161F35

Color information

#161F35 (or 0x161F35) is unknown color: approx Midnight Express. HEX triplet: 16, 1F and 35. RGB value is (22,31,53). Sum of RGB (Red+Green+Blue) = 22+31+53=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #161F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F35 is #E9E0CA. Grayscale: #1E1E1E. Windows color (decimal): -15327435 or 3481366. OLE color: 3481366.

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

Color convert

RGB223153-
CMYK0.580.4200.79
HSL222.58º41.33%14.71%-
HSV(B)222.58º58.49%20.78%-
XYZ1.461.413.56-
YUV30.82140.52121.71-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 53 (21.09% from 255) = 50%
R=20.75%
G=29.25%
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.79
SystemRedGreenBlueCMYKHSL
Decimal2231530.580.4200.79222.5841.3314.71
Hex161F353A2A04Fdf29f
Octal263765725201173375117
Binary101101111111010111101010101001001111110111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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