pub fn hex_rgb(s: &str) -> Option<(u8, u8, u8)>
Expand description

Parse string of 6 hex digit into r, g, b value.