Background Color

B

Bob I

take the hexadecimal number (6 digits) and split it into 3 2 digit hex
numbers and then convert each pair to decimal.
 
T

Tom Willett

Google for: "color picker tool"

Tom
|I don't understand.
| | > take the hexadecimal number (6 digits) and split it into 3 2 digit hex
| > numbers and then convert each pair to decimal.
| >
| > S1L1Y1 wrote:
| >
| > > How can I get the number of the color of a web page Background?
| > > Sol
| > >
| > >
| >
|
|
 
B

Bob I

Sorry, I thought you were familiar with HTML. Look at the source code of
the page. The background color will be shown as a hexadecimal number.
 
Top