Programmers Palettes

MSX color palettes for HTML, Grafx2, Paint.Net, fbterm, xterm, CSS, ...
hardware fixed index palette
 
01234567
89101112131415
 
values : main : decimal : hex : names
 
NOTES: fbterm256 decimal values, xterm256 hexidecimal values
NOTES: color 1 (black) has been incremented (R+1,G+1,B+1)
 
You can (also using an editor) select and copy entire columns
#
No.
html
color
official
name
Grafx2
JASC-PAL
Paint
.Net
xterm
colors
fbterm
colors
CSS
rgb()
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_
#000000
#010101
#3eb849
#74d07d
#5955e0
#8076f1
#b95e51
#65dbef
#db6559
#ff897d
#ccc35e
#ded087
#3aa241
#b766b5
#cccccc
#ffffff
_
transparent
black
medium green
light green
dark blue
light blue
dark red
cyan
medium red
light red
dark yellow
light yellow
dark green
magenta
gray
white
_
0 0 0
1 1 1
62 184 73
116 208 125
89 85 224
128 118 241
185 94 81
101 219 239
219 101 89
255 137 125
204 195 94
222 208 135
58 162 65
183 102 181
204 204 204
255 255 255
_
ff000000
ff010101
ff3eb849
ff74d07d
ff5955e0
ff8076f1
ffb95e51
ff65dbef
ffdb6559
ffff897d
ffccc35e
ffded087
ff3aa241
ffb766b5
ffcccccc
ffffffff
_
00/00/00
01/01/01
3e/b8/49
74/d0/7d
59/55/e0
80/76/f1
b9/5e/51
65/db/ef
db/65/59
ff/89/7d
cc/c3/5e
de/d0/87
3a/a2/41
b7/66/b5
cc/cc/cc
ff/ff/ff
_
0;0;0
1;1;1
62;184;73
116;208;125
89;85;224
128;118;241
185;94;81
101;219;239
219;101;89
255;137;125
204;195;94
222;208;135
58;162;65
183;102;181
204;204;204
255;255;255
_
rgb(0,0,0)
rgb(1,1,1)
rgb(62,184,73)
rgb(116,208,125)
rgb(89,85,224)
rgb(128,118,241)
rgb(185,94,81)
rgb(101,219,239)
rgb(219,101,89)
rgb(255,137,125)
rgb(204,195,94)
rgb(222,208,135)
rgb(58,162,65)
rgb(183,102,181)
rgb(204,204,204)
rgb(255,255,255)
_
 
(in ./HW-MSX/):
HW-MSX-C-cCOLOR24-printf-hex.h
HW-MSX-C-cCOLOR32-printf-hex.h
HW-MSX-C-colors24-array-dec.h
HW-MSX-C-names-array-official.h
HW-MSX.gpl (GiMP)
HW-MSX.grafix2.JASC.pal (JASC-PAL)
HW-MSX.paint.net.txt (Paint.Net)
HW-MSX.photoshop.act (Adobe Photoshop)
HW-MSX.BAS.COLORS (ShellBASIC)
HW-MSX.fbterm.16colors.sh
HW-MSX.xterm.16colors.sh