Didactic RGB

Discussion of challenges you have already solved
derplumps
Posts: 3
Joined: Sun Mar 03, 2013 11:19 am

Post by derplumps »

zahnstein wrote:Had the same problem, paintbrush gave wrong values.
Tip: Use GIMP
I am using Ubuntu / Gnome-shell and took GIMP's Pipette tool. It gave me slightly wrong colors :(

The same problem when using the clipboard :( [copy graphics from firefox and apste into GIMP)

Third attempt: Saving the original file and use hexdump or GIMP gave me the correct answer :)
Kmilo
Posts: 1
Joined: Mon Dec 15, 2014 2:27 am

Post by Kmilo »

Solved using Paint.net.
The wording in the question is hard to understand for non English speakers!
It took me time to know that the requesting code was the color of the image and not 2^24.
th4wri
Posts: 8
Joined: Tue Mar 29, 2016 10:27 am
Location: TuNiSiA

Post by th4wri »

I use an app named color detector

Code: Select all

http://www.cosmin.com/colordetector/
simple to use & withouy downloading the picture
then converting the hex value to binary
Post Reply