hexadecimal code εε θΏεΆδ»£η
In CSS, we can use 6 hexadecimal digits to represent colors, two each for the red (R), green (G), and blue (B) components.
RGB color model
<style> body { background-color: #000000; } </style>
source