Black (#000000) to RGB
Convert the black hex color code to its RGB equivalent, with a live preview and a ready-to-use converter.
#000000 = rgb(0, 0, 0)
Color Values
| Hex | #000000 |
| RGB | rgb(0, 0, 0) |
| Red | 0 |
| Green | 0 |
| Blue | 0 |
Convert Any Hex Color
✅ RGB Value: rgb(0, 0, 0)
Frequently Asked Questions
What is the RGB value of Black?
Black (#000000) is rgb(0, 0, 0) in RGB.
What is the hex code for Black?
The hex code for Black is #000000, which is rgb(0, 0, 0) in RGB.
How do I use Black in CSS?
In CSS you can use either form interchangeably: color: #000000; or color: rgb(0, 0, 0);