How I'm I suppose to learn the Hexadecimal colors. Is it even possible to know all of them? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How I'm I suppose to learn the Hexadecimal colors. Is it even possible to know all of them?

Hexadecimal colors

24th Mar 2017, 10:25 AM
Samuel Philips
6 Respostas
+ 12
I also recommend Justin's RGB app:)
24th Mar 2017, 11:00 AM
Dev
Dev - avatar
+ 6
It's impossible to remember all because there are 256*256*256 possibilities. Try to remember these. 00 00 00 - Black (RGB model) FF 00 00 - Red 00 FF 00 - Green 00 00 FF - Blue 00 FF FF - Cyan FF 00 FF - Magenta FF FF 00 - Yellow (CMY model) FF FF FF - White
24th Mar 2017, 11:31 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 5
I wrote an app for PC that takes care of that. It's free, Take it and use it http://leakyegg.website.tk/RGB.zip I also posted codes to convert rgb values to Hexadecimal in both python and Java in my codes here on sololearn. If you would prefer, I also made one for android. http://dropcanvas.com/dtgxi But it is garbage compared to my PC version (just started learning android yesterday)
24th Mar 2017, 10:35 AM
LordHill
LordHill - avatar
+ 4
No you don't need to know them by hearth, just some of them. For others colors peoples use color pickers tool that provides Hexadecimal/RGBa/TSL/etc... Based on #RED/GREEN/BLUE and 0 is min value, F is max value: #FF000 is red #00FF00 is green #0000Ff is blue #FFFFFF is white #000000 is black #555555 is grey #222222 is a darker grey #DDDDDD is a light grey
24th Mar 2017, 10:28 AM
Geoffrey L
Geoffrey L - avatar
+ 2
Thanks Dayve!
24th Mar 2017, 11:09 AM
LordHill
LordHill - avatar
0
you're not obliged to know them all..u can use some websites on the network that offers u a large palette of colors and once u selec ur color ..the hexa code shows up according to it here is an example : http://paletton.com/#uid=1000u0kllllaFw0g0qFqFg0w0aF
29th Mar 2017, 9:59 AM
Amel ABIDI
Amel ABIDI - avatar