Skip to content

soul933k/ral_colors_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RalColorsList

List of Classic RAL Colors.

Check lib/data/ral_colors.yml for the data.

It contains RAL Name, HEX Value (sRGB spectre), English name, Ukrainian name

Installation

$ gem install ral_colors_list

Usage

$ RalColorsList.get_data('1001')
$ => { ral_name: 'RAL 1001', hex_value: 'D0B084', english_name: 'Beige', ukrainian_name: 'Бежевий' }

$ RalColorsList.get_value('1001', :hex_value)
$ => 'D0B084'

Sources

sRGB spectre HEX Values and English Names

Ukrainian Names

License

The gem is available as open source under the terms of the MIT License.