Problem with colors using mobile phone | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Problem with colors using mobile phone

When I use PC, background color and text color are all right (I speak for CSS Tags witch included under HTML). But, when I start code from mobile phone, colors are missmatched. What's wrong?

22nd Jun 2023, 9:34 AM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
16 Answers
+ 2
How exactly are they mismatched? Can you link an example code? Different screens/ devices may display colors differently: Screen quality, user settings, etc.
22nd Jun 2023, 11:30 AM
Lisa
Lisa - avatar
+ 1
Ok. I'm sorry Bob_Li. Problem was in theme selection on my mobile phone. If I remove dark theme for particular SoloLearn application (not for all application), everything work just fine. Sorry. Problem solved 💪😄👌
23rd Jun 2023, 2:25 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
+ 1
Aleksandar Nedeljkovic I was using the default theme with night mode off. turning the night mode on had a bigger effect on the color for me. Maybe you're just more color sensitive. I have become accustomed to color variations between devices that I never notice them anymore. As long as they are close enough and blend well together, my tint variation error margin is pretty liberal.
23rd Jun 2023, 3:01 PM
Bob_Li
Bob_Li - avatar
22nd Jun 2023, 11:40 AM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
By the way, some times before (I think one-two years), Everything was been ok.
22nd Jun 2023, 11:44 AM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
All right: #rrggbb; are stands for R(ed) 0 - 255, G(reen) 0-255 and B(lue). Opacity was not included (transpatency from 0 to 1 - Float Point value). When I set some values for color, I think that SoloLearn must have display exactly color with My combination of RGB values. For example: if i put #0f0 (or #00ff00), I expected that color must be green (without color variations for green). Especially I have problem with white color of background. All in all, SoloLearn must be work ccorrectly width HTML editor (for example).
22nd Jun 2023, 2:14 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
maybe it's the color temperature setting in the phone? Depending on the phone settings, the overall tint can be adjusted from warm(yellowish) to cool(bluish). Then you would not be able to see accurate colors.
23rd Jun 2023, 10:39 AM
Bob_Li
Bob_Li - avatar
0
I Can try this Bob_Li , but I can't guaranteed success.
23rd Jun 2023, 11:29 AM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
I think that doesn't matter. Maybe SoloLearn Can pay attention on this "problem" and solve it in the future 😎
23rd Jun 2023, 11:31 AM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
The user's screen settings are outside of the reach of the Sololearn app. You need to change the screen settings yourself.
23rd Jun 2023, 11:47 AM
Lisa
Lisa - avatar
0
Lisa , I try this by changing color temperature, SoloLearn themes (Light/Dark). I even try another phone, but result was same for all. Anyway, thank you 👍🏻
23rd Jun 2023, 12:27 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
White displays correctly for me.. if it is not the phone, then maybe it's your pc monitor's color calibration that's off. How about browsers, are the colors the same in your pc and phone if you visit the same site? https://www.makeuseof.com/tag/5-online-tools-calibrate-monitor/
23rd Jun 2023, 1:04 PM
Bob_Li
Bob_Li - avatar
0
No Bob_Li, I have "problem" with mobile phone (if you know what I mean), not PC. For me, the best solution was changing color scheme.
23rd Jun 2023, 2:14 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
And I have stay to my previous opinion: for defining colors, SoloLearn must have correctly interpreted (R)ed, (G)reen and (B)lue color for God Sake. In other words - portability or unifying of code.
23rd Jun 2023, 2:18 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
Just think about that Bob_Li 😎
23rd Jun 2023, 2:19 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar
0
You are absolutely right Bob_Li
23rd Jun 2023, 2:26 PM
Aleksandar Nedeljkovic
Aleksandar Nedeljkovic - avatar