Programmers Palettes

Arne16v20 color palette for programmers
optimized fixed index palette
 
01234567
89101112131415
 
values : main : hex : names : palettes
 
NOTES: fbterm256 decimal values, xterm256 hexidecimal values
 
You can (also using an editor) select and copy entire columns
#
No.
html
color
official
name
comma+space
values
comma
values
fbterm
colors
CSS
rgb()
C/C++
array
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_
#000000
#9d9d9d
#ffffff
#be2633
#e06f8b
#493c2b
#a46422
#eb8925
#f7e26b
#2f484e
#44891a
#a3ce27
#1b2632
#005789
#31a2f2
#b2dcef
_
void
grey
white
red
meat
dark brown
brown
orange
yellow
dark green
green
slime green
night blue
sea blue
sky blue
cloud blue
_
0, 0, 0
157, 157, 157
255, 255, 255
190, 38, 51
224, 111, 139
73, 60, 43
164, 100, 34
235, 137, 37
247, 226, 107
47, 72, 78
68, 137, 26
163, 206, 39
27, 38, 50
0, 87, 137
49, 162, 242
178, 220, 239
_
0,0,0
157,157,157
255,255,255
190,38,51
224,111,139
73,60,43
164,100,34
235,137,37
247,226,107
47,72,78
68,137,26
163,206,39
27,38,50
0,87,137
49,162,242
178,220,239
_
0;0;0
157;157;157
255;255;255
190;38;51
224;111;139
73;60;43
164;100;34
235;137;37
247;226;107
47;72;78
68;137;26
163;206;39
27;38;50
0;87;137
49;162;242
178;220;239
_
rgb(0,0,0);
rgb(157,157,157);
rgb(255,255,255);
rgb(190,38,51);
rgb(224,111,139);
rgb(73,60,43);
rgb(164,100,34);
rgb(235,137,37);
rgb(247,226,107);
rgb(47,72,78);
rgb(68,137,26);
rgb(163,206,39);
rgb(27,38,50);
rgb(0,87,137);
rgb(49,162,242);
rgb(178,220,239);
_
char colors[][3] = { { 0, 0, 0 },
{ 157, 157, 157 },
{ 255, 255, 255 },
{ 190, 38, 51 },
{ 224, 111, 139 },
{ 73, 60, 43 },
{ 164, 100, 34 },
{ 235, 137, 37 },
{ 247, 226, 107 },
{ 47, 72, 78 },
{ 68, 137, 26 },
{ 163, 206, 39 },
{ 27, 38, 50 },
{ 0, 87, 137 },
{ 49, 162, 242 },
{ 178, 220, 239 } };
_
 
(in ./Arne16v20/): ls *dec* | grep -v "\.html"
Arne16v20-C-dec-RGB-array.h
Arne16v20-C-names-dec-RGB-arrays.h
Arne16v20-dec-24-space.lst
Arne16v20-dec-24-space.txt
Arne16v20-dec-24-space-comma.txt
Arne16v20-dec-24-comma-space.txt
Arne16v20-dec-24-comma.txt
Arne16v20-dec-24-semi-colon.txt
Arne16v20-dec-24-space-BGR888.txt
Arne16v20-dec-32-space-BGRA8888.txt
Arne16v20-dec-24-space-BRG888.txt
Arne16v20.fbterm.16colors.sh