Convert
Convert is a tool to convert colors, currencies, time and units.
Supported colors
- HTML names like
rebeccapurple
- RGB like
rgb(0,0,0)
,rgb(0 0 0)
,0,0,0
,0/0/0
,0 0 0
- RGBA like
rgb(0,0,0, .5)
,rgb(0 0 0 .5)
,0,0,0,.5
,0/0/0/.5
,0 0 0 .5
- HEX Code like
#000
or#000000
- HSL like
hsl(0, 0%, 0%)
- HSLA like
hsla(0, 0%, 0%, .5)
- HWB like
hwb(0 0% 100%)
orhwb(0, 0%, 100%)
- CMYK like
cmyk(0%, 0%, 0%, 100%)