<table id="colors1"> <tr><td colspan="2">Different consoles render these codes at different values</td></tr>
<tr><td>\x1b[30m</td><td style="color: rgb(0, 0, 0);">foreground black</td></tr> <tr><td>\x1b[31m</td><td style="color: rgb(204, 0, 0);">foreground red</td></tr> <tr><td>\x1b[32m</td><td style="color: rgb(0, 204, 0);">foreground green</td></tr> <tr><td>\x1b[33m</td><td style="color: rgb(204, 204, 0);">foreground yellow</td></tr> <tr><td>\x1b[34m</td><td style="color: rgb(0, 0, 204);">foreground blue</td></tr> <tr><td>\x1b[35m</td><td style="color: rgb(204, 0, 204);">foreground magenta</td></tr> <tr><td>\x1b[36m</td><td style="color: rgb(0, 204, 204);">foreground cyan</td></tr> <tr><td>\x1b[37m</td><td style="color: rgb(204, 204, 204);">foreground white</td></tr> <tr><td>\x1b[40m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">background black</td></tr> <tr><td>\x1b[41m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 0);">background red</td></tr> <tr><td>\x1b[42m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 204, 0);">background green</td></tr> <tr><td>\x1b[43m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 0);">background yellow</td></tr> <tr><td>\x1b[44m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 204);">background blue</td></tr> <tr><td>\x1b[45m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 204);">background magenta</td></tr> <tr><td>\x1b[46m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 204);">background cyan</td></tr> <tr><td>\x1b[47m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 204);">background white</td></tr></tbody></table>
<h3> 256-colors </h3> <div> <p>\x1b[38;5;[n]m is foreground, \x1b[48;5;[n]m is background</p> <p>The first 16 entries are the basic color table again</p> <p>The next 216 entries are a 6x6x6 cube</p> <p>The final 24 entries are a grayscale ramp</p> </div> <table> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">\x1b[38;5;0m</td><td style="color: rgb(255, 255, 255); background-color: rgb(142, 0, 0);">\x1b[38;5;1m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 142, 0);">\x1b[38;5;2m</td><td style="color: rgb(0, 0, 0); background-color: rgb(142, 142, 0);">\x1b[38;5;3m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 142);">\x1b[38;5;4m</td><td style="color: rgb(255, 255, 255); background-color: rgb(142, 0, 142);">\x1b[38;5;5m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 142, 142);">\x1b[38;5;6m</td><td style="color: rgb(0, 0, 0); background-color: rgb(142, 142, 142);">\x1b[38;5;7m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 51);">\x1b[38;5;8m</td><td style="color: rgb(255, 255, 255); background-color: rgb(214, 51, 51);">\x1b[38;5;9m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 214, 51);">\x1b[38;5;10m</td><td style="color: rgb(0, 0, 0); background-color: rgb(214, 214, 51);">\x1b[38;5;11m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 214);">\x1b[38;5;12m</td><td style="color: rgb(255, 255, 255); background-color: rgb(214, 51, 214);">\x1b[38;5;13m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 214, 214);">\x1b[38;5;14m</td><td style="color: rgb(0, 0, 0); background-color: rgb(214, 214, 214);">\x1b[38;5;15m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">\x1b[38;5;16m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 51);">\x1b[38;5;17m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 102);">\x1b[38;5;18m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 153);">\x1b[38;5;19m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 204);">\x1b[38;5;20m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 255);">\x1b[38;5;21m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 51, 0);">\x1b[38;5;22m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 51, 51);">\x1b[38;5;23m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 51, 102);">\x1b[38;5;24m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 51, 153);">\x1b[38;5;25m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 51, 204);">\x1b[38;5;26m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 51, 255);">\x1b[38;5;27m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 0);">\x1b[38;5;28m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 51);">\x1b[38;5;29m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 102);">\x1b[38;5;30m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 153);">\x1b[38;5;31m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 204);">\x1b[38;5;32m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 102, 255);">\x1b[38;5;33m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 153, 0);">\x1b[38;5;34m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 153, 51);">\x1b[38;5;35m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 153, 102);">\x1b[38;5;36m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 153, 153);">\x1b[38;5;37m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 153, 204);">\x1b[38;5;38m</td><td style="color: rgb(255, 255, 255); background-color: rgb(0, 153, 255);">\x1b[38;5;39m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 0);">\x1b[38;5;40m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 51);">\x1b[38;5;41m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 102);">\x1b[38;5;42m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 153);">\x1b[38;5;43m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 204);">\x1b[38;5;44m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 204, 255);">\x1b[38;5;45m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 0);">\x1b[38;5;46m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 51);">\x1b[38;5;47m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 102);">\x1b[38;5;48m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 153);">\x1b[38;5;49m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 204);">\x1b[38;5;50m</td><td style="color: rgb(0, 0, 0); background-color: rgb(0, 255, 255);">\x1b[38;5;51m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 0);">\x1b[38;5;52m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 51);">\x1b[38;5;53m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 102);">\x1b[38;5;54m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 153);">\x1b[38;5;55m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 204);">\x1b[38;5;56m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 0, 255);">\x1b[38;5;57m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 0);">\x1b[38;5;58m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 51);">\x1b[38;5;59m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 102);">\x1b[38;5;60m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 153);">\x1b[38;5;61m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 204);">\x1b[38;5;62m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 51, 255);">\x1b[38;5;63m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 0);">\x1b[38;5;64m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 51);">\x1b[38;5;65m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 102);">\x1b[38;5;66m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 153);">\x1b[38;5;67m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 204);">\x1b[38;5;68m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 102, 255);">\x1b[38;5;69m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 153, 0);">\x1b[38;5;70m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 153, 51);">\x1b[38;5;71m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 153, 102);">\x1b[38;5;72m</td><td style="color: rgb(255, 255, 255); background-color: rgb(51, 153, 153);">\x1b[38;5;73m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 153, 204);">\x1b[38;5;74m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 153, 255);">\x1b[38;5;75m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 0);">\x1b[38;5;76m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 51);">\x1b[38;5;77m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 102);">\x1b[38;5;78m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 153);">\x1b[38;5;79m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 204);">\x1b[38;5;80m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 204, 255);">\x1b[38;5;81m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 255, 0);">\x1b[38;5;82m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 255, 51);">\x1b[38;5;83m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 255, 102);">\x1b[38;5;84m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 255, 153);">\x1b[38;5;85m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 255, 204);">\x1b[38;5;86m</td><td style="color: rgb(0, 0, 0); background-color: rgb(51, 255, 255);">\x1b[38;5;87m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(102, 0, 0);">\x1b[38;5;88m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 0, 51);">\x1b[38;5;89m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 0, 102);">\x1b[38;5;90m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 0, 153);">\x1b[38;5;91m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 0, 204);">\x1b[38;5;92m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 0, 255);">\x1b[38;5;93m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 51, 0);">\x1b[38;5;94m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 51, 51);">\x1b[38;5;95m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 51, 102);">\x1b[38;5;96m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 51, 153);">\x1b[38;5;97m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 51, 204);">\x1b[38;5;98m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 51, 255);">\x1b[38;5;99m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(102, 102, 0);">\x1b[38;5;100m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 102, 51);">\x1b[38;5;101m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 102, 102);">\x1b[38;5;102m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 102, 153);">\x1b[38;5;103m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 102, 204);">\x1b[38;5;104m</td><td style="color: rgb(255, 255, 255); background-color: rgb(102, 102, 255);">\x1b[38;5;105m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 153, 0);">\x1b[38;5;106m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 153, 51);">\x1b[38;5;107m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 153, 102);">\x1b[38;5;108m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 153, 153);">\x1b[38;5;109m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 153, 204);">\x1b[38;5;110m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 153, 255);">\x1b[38;5;111m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(102, 204, 0);">\x1b[38;5;112m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 204, 51);">\x1b[38;5;113m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 204, 102);">\x1b[38;5;114m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 204, 153);">\x1b[38;5;115m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 204, 204);">\x1b[38;5;116m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 204, 255);">\x1b[38;5;117m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 255, 0);">\x1b[38;5;118m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 255, 51);">\x1b[38;5;119m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 255, 102);">\x1b[38;5;120m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 255, 153);">\x1b[38;5;121m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 255, 204);">\x1b[38;5;122m</td><td style="color: rgb(0, 0, 0); background-color: rgb(102, 255, 255);">\x1b[38;5;123m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(153, 0, 0);">\x1b[38;5;124m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 0, 51);">\x1b[38;5;125m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 0, 102);">\x1b[38;5;126m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 0, 153);">\x1b[38;5;127m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 0, 204);">\x1b[38;5;128m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 0, 255);">\x1b[38;5;129m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 51, 0);">\x1b[38;5;130m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 51, 51);">\x1b[38;5;131m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 51, 102);">\x1b[38;5;132m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 51, 153);">\x1b[38;5;133m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 51, 204);">\x1b[38;5;134m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 51, 255);">\x1b[38;5;135m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(153, 102, 0);">\x1b[38;5;136m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 102, 51);">\x1b[38;5;137m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 102, 102);">\x1b[38;5;138m</td><td style="color: rgb(255, 255, 255); background-color: rgb(153, 102, 153);">\x1b[38;5;139m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 102, 204);">\x1b[38;5;140m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 102, 255);">\x1b[38;5;141m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 0);">\x1b[38;5;142m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 51);">\x1b[38;5;143m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 102);">\x1b[38;5;144m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 153);">\x1b[38;5;145m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 204);">\x1b[38;5;146m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 255);">\x1b[38;5;147m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(153, 204, 0);">\x1b[38;5;148m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 204, 51);">\x1b[38;5;149m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 204, 102);">\x1b[38;5;150m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 204, 153);">\x1b[38;5;151m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 204, 204);">\x1b[38;5;152m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 204, 255);">\x1b[38;5;153m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 255, 0);">\x1b[38;5;154m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 255, 51);">\x1b[38;5;155m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 255, 102);">\x1b[38;5;156m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 255, 153);">\x1b[38;5;157m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 255, 204);">\x1b[38;5;158m</td><td style="color: rgb(0, 0, 0); background-color: rgb(153, 255, 255);">\x1b[38;5;159m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 0);">\x1b[38;5;160m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 51);">\x1b[38;5;161m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 102);">\x1b[38;5;162m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 153);">\x1b[38;5;163m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 204);">\x1b[38;5;164m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 0, 255);">\x1b[38;5;165m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 51, 0);">\x1b[38;5;166m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 51, 51);">\x1b[38;5;167m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 51, 102);">\x1b[38;5;168m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 51, 153);">\x1b[38;5;169m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 51, 204);">\x1b[38;5;170m</td><td style="color: rgb(255, 255, 255); background-color: rgb(204, 51, 255);">\x1b[38;5;171m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(204, 102, 0);">\x1b[38;5;172m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 102, 51);">\x1b[38;5;173m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 102, 102);">\x1b[38;5;174m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 102, 153);">\x1b[38;5;175m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 102, 204);">\x1b[38;5;176m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 102, 255);">\x1b[38;5;177m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 153, 0);">\x1b[38;5;178m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 153, 51);">\x1b[38;5;179m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 153, 102);">\x1b[38;5;180m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 153, 153);">\x1b[38;5;181m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 153, 204);">\x1b[38;5;182m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 153, 255);">\x1b[38;5;183m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 0);">\x1b[38;5;184m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 51);">\x1b[38;5;185m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 102);">\x1b[38;5;186m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 153);">\x1b[38;5;187m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 204);">\x1b[38;5;188m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 204, 255);">\x1b[38;5;189m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 255, 0);">\x1b[38;5;190m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 255, 51);">\x1b[38;5;191m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 255, 102);">\x1b[38;5;192m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 255, 153);">\x1b[38;5;193m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 255, 204);">\x1b[38;5;194m</td><td style="color: rgb(0, 0, 0); background-color: rgb(204, 255, 255);">\x1b[38;5;195m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(255, 0, 0);">\x1b[38;5;196m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 0, 51);">\x1b[38;5;197m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 0, 102);">\x1b[38;5;198m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 0, 153);">\x1b[38;5;199m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 0, 204);">\x1b[38;5;200m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 0, 255);">\x1b[38;5;201m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 51, 0);">\x1b[38;5;202m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 51, 51);">\x1b[38;5;203m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 51, 102);">\x1b[38;5;204m</td><td style="color: rgb(255, 255, 255); background-color: rgb(255, 51, 153);">\x1b[38;5;205m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 51, 204);">\x1b[38;5;206m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 51, 255);">\x1b[38;5;207m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(255, 102, 0);">\x1b[38;5;208m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 102, 51);">\x1b[38;5;209m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 102, 102);">\x1b[38;5;210m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 102, 153);">\x1b[38;5;211m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 102, 204);">\x1b[38;5;212m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 102, 255);">\x1b[38;5;213m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 153, 0);">\x1b[38;5;214m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 153, 51);">\x1b[38;5;215m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 153, 102);">\x1b[38;5;216m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 153, 153);">\x1b[38;5;217m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 153, 204);">\x1b[38;5;218m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 153, 255);">\x1b[38;5;219m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(255, 204, 0);">\x1b[38;5;220m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 204, 51);">\x1b[38;5;221m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 204, 102);">\x1b[38;5;222m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 204, 153);">\x1b[38;5;223m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 204, 204);">\x1b[38;5;224m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 204, 255);">\x1b[38;5;225m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 0);">\x1b[38;5;226m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 51);">\x1b[38;5;227m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 102);">\x1b[38;5;228m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 153);">\x1b[38;5;229m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 204);">\x1b[38;5;230m</td><td style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">\x1b[38;5;231m</td></tr> <tr><td style="color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);">\x1b[38;5;232m</td><td style="color: rgb(255, 255, 255); background-color: rgb(10, 10, 10);">\x1b[38;5;233m</td><td style="color: rgb(255, 255, 255); background-color: rgb(21, 21, 21);">\x1b[38;5;234m</td><td style="color: rgb(255, 255, 255); background-color: rgb(32, 32, 32);">\x1b[38;5;235m</td><td style="color: rgb(255, 255, 255); background-color: rgb(42, 42, 42);">\x1b[38;5;236m</td><td style="color: rgb(255, 255, 255); background-color: rgb(53, 53, 53);">\x1b[38;5;237m</td><td style="color: rgb(255, 255, 255); background-color: rgb(64, 64, 64);">\x1b[38;5;238m</td><td style="color: rgb(255, 255, 255); background-color: rgb(74, 74, 74);">\x1b[38;5;239m</td><td style="color: rgb(255, 255, 255); background-color: rgb(85, 85, 85);">\x1b[38;5;240m</td><td style="color: rgb(255, 255, 255); background-color: rgb(96, 96, 96);">\x1b[38;5;241m</td><td style="color: rgb(255, 255, 255); background-color: rgb(106, 106, 106);">\x1b[38;5;242m</td><td style="color: rgb(255, 255, 255); background-color: rgb(117, 117, 117);">\x1b[38;5;243m</td></tr> <tr><td style="color: rgb(0, 0, 0); background-color: rgb(128, 128, 128);">\x1b[38;5;244m</td><td style="color: rgb(0, 0, 0); background-color: rgb(138, 138, 138);">\x1b[38;5;245m</td><td style="color: rgb(0, 0, 0); background-color: rgb(149, 149, 149);">\x1b[38;5;246m</td><td style="color: rgb(0, 0, 0); background-color: rgb(160, 160, 160);">\x1b[38;5;247m</td><td style="color: rgb(0, 0, 0); background-color: rgb(170, 170, 170);">\x1b[38;5;248m</td><td style="color: rgb(0, 0, 0); background-color: rgb(181, 181, 181);">\x1b[38;5;249m</td><td style="color: rgb(0, 0, 0); background-color: rgb(192, 192, 192);">\x1b[38;5;250m</td><td style="color: rgb(0, 0, 0); background-color: rgb(202, 202, 202);">\x1b[38;5;251m</td><td style="color: rgb(0, 0, 0); background-color: rgb(213, 213, 213);">\x1b[38;5;252m</td><td style="color: rgb(0, 0, 0); background-color: rgb(224, 224, 224);">\x1b[38;5;253m</td><td style="color: rgb(0, 0, 0); background-color: rgb(234, 234, 234);">\x1b[38;5;254m</td><td style="color: rgb(0, 0, 0); background-color: rgb(245, 245, 245);">\x1b[38;5;255m</td></tr></tbody></table>
<h3>256-color Mode</h3>
<pre> \x1b[38;2;r;g;bm - foreground \x1b[48;2;r;g;bm - background </pre>