HTML Color Converter
Web colors can be passed as either hex values, RGB (red, green, blue) values or by their names (for a couple of named colors). Enter your known hex/RGB color value or select a named color, and convert to other equivalent representations:
| Hex Color: | ||
| RGB Color: | ||
| Named Color: |
| This is some text |
Choose one color for text and another one for background. Use resulting values in you CSS or JavaScript code:
| Background | #ffffff rgb(255,255,255) white |
| Text | #000000 rgb(0,0,0) black |