#234 Grey11
#1C1C1C
GreyscaleHEX#1C1C1C
RGB28, 28, 28
HSL0°, 0%, 11%
CMYK0%, 0%, 0%, 89%
Xterm ID234
GrupoGreyscale
Códigos de Terminal
Foreground (texto)
\x1b[38;5;234m Background (fondo)
\x1b[48;5;234m Bash echo
echo -e "\033[38;5;234mTexto\033[0m" Python
print(f"\033[38;5;234mTexto\033[0m") CSS
Color HEX
color: #1C1C1C; Color RGB
color: rgb(28, 28, 28); Background
background-color: #1C1C1C;