Result Size: 300 x 150
x
 
<!DOCTYPE html>
<html>
<style>
div {height:50px;width:100%;}
</style>
<body>
<h1>Сірий можна встановити, використовуючи рівні значення для всіх джерел світла</h1>
<div style="background-color:rgb(0,0,0)"></div>
<div style="background-color:rgb(64,64,64)"></div>
<div style="background-color:rgb(128,128,128)"></div>
<div style="background-color:rgb(192,192,192)"></div>
<h1 style="color:rgb(0,0,0)">Заголовок</h1>
<h1 style="color:rgb(64,64,64)">Заголовок</h1>
<h1 style="color:rgb(128,128,128)">Заголовок</h1>
<h1 style="color:rgb(192,192,192)">Заголовок</h1>
</body>
</html>