# File lib/highline/style.rb, line 65
    def self.rgb_parts(hex)
      hex.scan(/../).map{|part| part.to_i(16)}
    end