Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Customizing Colors and Fonts Write Hexadecimal Colors

coler hexadicimal

p {color:#??????????;} what is the black color in hexadicimal

4 Answers

Sean T. Unwin
Sean T. Unwin
28,688 Points

#000000, or #000 for short, is black

Kevin Korte
Kevin Korte
28,147 Points

000000 or you can use the short hand for this which is just #000

000000

Stated another way, low numbers (or rgb color "number pairs" 00 00 00), darker color. With #000000 being black (no color).