Skip to content

brucemacgary/color-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

color-converter

Convert RGB format colors to HEX/Interger effortlessly!

About

Color in different programming languages is usually represented by a red, green and blue component. The final color is a combination of the three primary colors of light. Typically, values are used ranging from 0 to 255 for each of the components, however, some systems will want you to enter a hexadecimal number in the form RRGGBB where RR is the red value expressed as hexadecimal, GG is the green value, and BB is the blue value. Other systems, such as Java, will want an integer where bits 0-7 are the red value, 8-15 the green, and 16-23 the blue.

How To Use

This calculator can be used for converting RGB color code to HEX or Integer.

Making a Calculator for youself!

  • git clone https://github.com/BruceMacGary/color-converter.git.
  • Make changes as per your needs.
  • Host your website!

Note - If you are making one for yourself, giving me credit is optional but don't claim someone's effort as yourself 😄

About

Convert RGB format colors to HEX/Interger effortlessly!

Topics

Resources

License

Stars

Watchers

Forks

Languages