0.0
The project is in a healthy, maintained state
Get specific information for Classic RAL Color. RAL name, English name, Ukrainian name, HEX value.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 3.12
 Project Readme

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.