Page 1 of 1

Colors!

Posted: Wed Sep 05, 2012 7:29 pm
by dracmeister
I'm sure a lot of you know about Hexidecimals...
Just in case though.

1=0
2=1
3=2
4=3
5=4
6=5
7=6
8=7
9=8
10=9
11=a
12=b
13=c
14=d
15=e
16=f

ff=256

000000
ffffff
4f4f4f4
8f8f8f
ff0000
ff8f8f
ff4f4f
00ff00
8fff8f
4fff4f
0000ff
8f8fff
4f4fff

The Lower the numbers, the darker the colors.
I know YOU COULD USE THAT COLOR PANEL ON THE SIDE OF YOUR POSTING PAGE, but yeah... I sometimes wanted to experiment on shades.

Re: Colors!

Posted: Wed Sep 05, 2012 8:10 pm
by ShadowSpectre
This is pointless.

Re: Colors!

Posted: Wed Sep 05, 2012 10:16 pm
by The Doctor
Your chart is off by one.
0 = 0
1 = 1
2 = 2
3 = 3
4 = 4
5 = 5
6 = 6
7 = 7
8 = 8
9 = 9
10 = A
11 = B
12 = C
13 = D
14 = E
15 = F

FF = 256

Reading from right to left, the first number is your ones. The second is your 16's. You multiply the second number by 16 and then add the first to convert a number from base 16 to base 10.

Re: Colors!

Posted: Thu Sep 06, 2012 1:31 am
by Halico
ShadowSpectre wrote:This is pointless.

Re: Colors!

Posted: Thu Sep 06, 2012 4:37 pm
by Dabir
Dualer wrote:
ShadowSpectre wrote:This is pointless.

Re: Colors!

Posted: Thu Sep 06, 2012 7:15 pm
by Dabir
Locked for quote pyramid.