Is there any catch for HTML RGB color system? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any catch for HTML RGB color system?

I would like to know if there's any simple trick to remember RGB color system 😃

6th Oct 2017, 8:26 PM
Aleksa Ivanovic
4 Answers
+ 7
No need to learn, dear friend. If its like #000000 then first 2 digits are for amount of red, next two for green and last two for blue. If its like (0,0,0), first digit for Red, next green, last blue. Just miss match these to get desired colour. Or, screenshot your needed colour, throw it in photoshop(or any editor), and use eye dropper tool ;-)
6th Oct 2017, 8:38 PM
Meharban Singh
Meharban Singh - avatar
+ 1
@Meharban Singh's answer may be all you need. if you want to read an article on the subject (including color wheels, pigment vs light, etc) -- from someone who really had a thing for color theory: https://blog.asmartbear.com/color-wheels.html I'm not saying you have to read it... but maybe something will catch your eye. :)
6th Oct 2017, 9:42 PM
Kirk Schafer
Kirk Schafer - avatar
+ 1
I just made a fun page with sliders that let's you experiment with different color combinations and gives you the corresponding decimal and hexadecimal rgb representations. Please upvote it if you find it useful. https://code.sololearn.com/W0pxyrfeT8BT/?ref=app
8th Oct 2017, 4:08 AM
Justin Christensen
Justin Christensen - avatar
0
I decided to start a challenge to help encourage people to play around with RGB values. I know I already posted my solution webpage here, but I like to see how other people solve problems so I can learn more. If anyone's interested try it out. https://www.sololearn.com/discuss/782884/?ref=app
12th Oct 2017, 4:34 PM
Justin Christensen
Justin Christensen - avatar