Warning: session_set_cookie_params(): Cannot change session cookie parameters when headers already sent in /www/html/info/auth.php on line 92

Warning: session_start(): Cannot start session when headers already sent in /www/html/info/auth.php on line 93

Warning: Use of undefined constant MY_NONE - assumed 'MY_NONE' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 2

Warning: Use of undefined constant MY_STR - assumed 'MY_STR' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 4

Warning: Use of undefined constant MY_VAR - assumed 'MY_VAR' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 5

Warning: Use of undefined constant MY_ARR - assumed 'MY_ARR' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 6

Warning: Use of undefined constant MY_FN - assumed 'MY_FN' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 8

Warning: Use of undefined constant MY_FNH - assumed 'MY_FNH' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 9

Warning: Use of undefined constant MY_TMPL - assumed 'MY_TMPL' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 10

Warning: Use of undefined constant MY_TMPLH - assumed 'MY_TMPLH' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 11

Warning: Use of undefined constant MY_DROP - assumed 'MY_DROP' (this will throw an Error in a future version of PHP) in /www/html/info/template.php on line 13
HTML színek

Notice: Undefined index: main in /www/html/info/template.php on line 221

HTML színek

A színeket három komponensre (piros, zöld, kék) bontva tároljuk. (Ez a fizika szempontjából nem tökéletes megoldás, de az ember szeme számára megfelelő.) Mind a három komponenst egy-egy bájton tároljuk, egy komponens ezek szerint 0 és 255 közti értéket vehet fel. (Ez összesen 256*256*256, azaz kb. 16 millió szín.) Hogy egy kicsit izgalmasabb legyen, a komponenseket tizenhatos számrendszerben (hexadecimálisan) írjuk, és egy kettőskeresztet biggyesztünk az egész elé. Mivel a szokásos tizes számrendszerhez képest a tizenhatosban hattal több féle számjegyre van szükség, a kilences után betűket írunk — a számjegyek tehát 0 1 2 3 4 5 6 7 8 9 A B C D E F.


Hex:
Piros:
Zöld:
Kék:
Árnyalat:
Telítettség:
Érték:

Névvel megadható színek

Tizenhat szín esetében nevet is írhatunk színkód helyett:

#000000 black #800000 maroon #008000 green #000080 navy
#C0C0C0 silver #FF0000 red #00FF00 lime #0000FF blue
#808080 gray #800080 purple #808000 olive #008080 teal
#FFFFFF white #FF00FF fuchsia #FFFF00 yellow #00FFFF aqua