Old 8th November 2001, 19:27   #1
a_vdh
Junior Member
 
Join Date: Nov 2001
Posts: 5
How to convert from Hexadecimal to Decimal.

Can somebady explain to me how to convert hexadecimal RGB numbers to Decimal numbers ???

All i now is that i have to use the windows calculator in scientific mode. I hope somebady can explain it to me.

a_vdh

Sorry for by bad English, i hope you can read it !!!
a_vdh is offline   Reply With Quote
Old 8th November 2001, 19:35   #2
Sawg
Guest
 
Posts: n/a
#0088FF breaks into three numbers R: 0x00 B: 0x88 G: 0xFF (0x signifies Hex)

0x87: 8*16^1 + 7*16^0 = 135

Work form the right of the number
0xABCDEF = F*16^0 + E*16^2 + D*16^3 + C*16^4 + B*16^5 + A*16^6
code:

Dec Hex
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
16 10

  Reply With Quote
Old 8th November 2001, 21:09   #3
a_vdh
Junior Member
 
Join Date: Nov 2001
Posts: 5
???

Thanks for replaying on my question sawq.

But how do i have to use the calculator to convert from dec into hex, it`s not totaly clear to me you see !!!

a_vdh
a_vdh is offline   Reply With Quote
Old 8th November 2001, 21:38   #4
Lion King
Major Dude
 
Join Date: Jan 2001
Posts: 1,668
sawg told you how to do it without a calculator

start calculator, choose scientific under view, type in your number, mark 'Hex' on the left instead of 'Dec' - there you are

if you want to convert another number switch back to 'Dec' first
Lion King is offline   Reply With Quote
Old 8th November 2001, 22:16   #5
a_vdh
Junior Member
 
Join Date: Nov 2001
Posts: 5
Tanks for helping me out.

It wasn`t that difficult after all !!!

Now i`m finally ready to summit my skin.

Tank you, Sawg and Lion King
a_vdh is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Winamp > Winamp Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump