Black Color Name
Color Name: | Black |
Hex Code: | #000000 |
RGB Decimal: | RGB(0, 0, 0) |
CMYK Value: | 0°, 0%, 0%. |
HSL Value: | 0%, 0%, 0%, 100% |
Color: |
Black #000000 Html Codes
Text with hexadecimal color #000000
<span style="color:#000000;">Text here</span>
Black #000000 border color
<span style="border:2px solid #000000;">Text here</span>
Black #000000 background color
<p style="background-color:#000000;">Content here</p>
Black #000000 CSS codes
.text {color:#000000;}
.background {background-color:#000000;}
.border {border:1px solid #000000;}