I'm trying to decrease the brightness of an image, and basically make it darker, and I'm trying to do it with filter: brightness, but for some reason the image is not getting darker at all. I started at 1%, and went all the way to 100%, but the image did not get darker at all. I don't know what I did wrong. Please take a look at my code:
img {
filter: brightness(50%);
width: 200px;
height: 200px;
}
<img src = 'https://static.pexels.com/photos/3164/sea-black-and-white-water-ocean.jpg'>