HEX
#
RGB
HSL

#000000 CSS / HTML Preview

Text with hexadecimal color #000000

This text has a font color of #000000.

<span style="color:#000000;">Your text here</span>
#000000 border color

This element has a border color of #000000.

<div style="border:2px solid #000000;">Content here</div>
#000000 background color

This paragraph has a background color of #000000.

<p style="background-color:#000000;">Content here</p>
CSS codes
.text {color:#000000;}
.background {background-color:#000000;}
.border {border:1px solid #000000;}