Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #196354
| From | HenHanna <HenHanna@devnull.tb> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | good way to choose 15 colors? Or 20, more? (adjacent colors should look different) |
| Date | 2024-07-02 07:49 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <v6142n$1m6mo$1@dont-email.me> (permalink) |
black= (0,0,0)
white= (255,255, 255)
blue= (0, 0, 128)
pink= (245, 182, 193)
green= (0, 128, 0)
gray= (105,105, 105)
red= (128, 0,0)
yellow= (255, 255,0)
cyan= (0, 255, 255)
magenta= (255,0, 255)
purple= ( 160, 32, 240) ------------------ that's 11 colors
What's a good way to choose 15 colors? Or 20 colors? Or more?
(adjacent colors should look different)
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
good way to choose 15 colors? Or 20, more? (adjacent colors should look different) HenHanna <HenHanna@devnull.tb> - 2024-07-02 07:49 -0700
Re: good way to choose 15 colors? Or 20, more? (adjacent colors should look different) DFS <nospam@dfs.com> - 2024-07-02 13:27 -0400
Re: good way to choose 15 colors? Or 20, more? (adjacent colors should look different) HenHanna <HenHanna@devnull.tb> - 2024-07-02 12:49 -0700
Re: good way to choose ... (adjacent colors should look different) (Posting On Python-List Prohibited) Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-02 21:41 +0000
Re: good way to choose ... (adjacent colors should look different) (Posting On Python-List Prohibited) HenHanna <HenHanna@devnull.tb> - 2024-07-02 20:12 -0700
csiph-web