Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't use certain colors in Windows 8 HTML5 app

For some reason, when I set the background color in a Windows 8 app to either #0D0D0D or #EEEEEE it displays as #111111 or #F2F2F2 respectively.

Is this a bug, or is there a reason for this? It seems fine for random other colors, but for some reason when I set it to something between black and white it demands that it changes. I've tried switching to RGB colors, too, and it still isn't working.

It's really not that big of a deal, but I'm a perfectionist and it's frustrating that the colors are just slightly off of my designs.

like image 993
JacobTheDev Avatar asked Jan 13 '13 21:01

JacobTheDev


1 Answers

i had the same issue, what i did is to change hex value into rgb or if it is exact color name i apply that name to hex value. you can find many online color converters online. hope this helps.

like image 69
hfarazm Avatar answered Nov 17 '22 21:11

hfarazm