pub fn parse_hash_color(value: &[u8]) -> Result<(u8, u8, u8, f32), ()>
Parse a color hash, without the leading ‘#’ character.