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 đ
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 ;-)
+ 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. :)
+ 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
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