- An image with lowered contrast
- An image with raised contrast
- An image with the default contrast value
<html>
<head>
<style>img {
filter: contrast(50%);
height: 300px;
} </style> </head>
<body>
<h3>Photo Magazine</h3>
<img src="https://mimo.app/i/light-bulb.png">
</body>
</html>]]>An image with lowered contrast.