#0 Black
#000000
NormalHEX#000000
RGB0, 0, 0
HSL0°, 0%, 0%
CMYK0%, 0%, 0%, 100%
Xterm ID0
GrupoNormal
Códigos de Terminal
Foreground (texto)
\x1b[38;5;0m Background (fondo)
\x1b[48;5;0m Bash echo
echo -e "\033[38;5;0mTexto\033[0m" Python
print(f"\033[38;5;0mTexto\033[0m") CSS
Color HEX
color: #000000; Color RGB
color: rgb(0, 0, 0); Background
background-color: #000000;