a hex color code as a string
three values between 0 and 255
Convert a hex string into an array of three numbers, the rgb values (between 0 and 1). This ignores any alpha values.
Origami ./src/convert/svgParsers/colors/hexToRGB.js 10
a hex color code as a string