#161F30

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

Shades of Midnight Express #161F30

Tints of Midnight Express #161F30

Color information

#161F30 (or 0x161F30) is unknown color: approx Midnight Express. HEX triplet: 16, 1F and 30. RGB value is (22,31,48). Sum of RGB (Red+Green+Blue) = 22+31+48=101 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.78% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #161F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161F30 is #E9E0CF. Grayscale: #1E1E1E. Windows color (decimal): -15327440 or 3153686. OLE color: 3153686.

HSL color Cylindrical-coordinate representation of color #161F30: hue angle of 219.23º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #161F30 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB223148-
CMYK0.540.3500.81
HSL219.23º37.14%13.73%-
HSV(B)219.23º54.17%18.82%-
XYZ1.351.362.99-
YUV30.25138.02122.12-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.78%
GREEN value IS 31 (12.5% from 255) = 30.69%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=21.78%
G=30.69%
B=47.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2231480.540.3500.81219.2337.1413.73
Hex161F303623051db25e
Octal263760664301213334516
Binary101101111111000011011010001101010001110110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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