Skip to content

Symbol Colors

Terry Burton edited this page Aug 28, 2016 · 8 revisions

Symbol Colors

barcolor

Color of the bars or dark modules, either as a hex RRGGBB value or a hex CCMMYYKK value.

backgroundcolor

Color of the light background or light modules, either as a hex RRGGBB value or a hex CCMMYYKK value.

bordercolor

Color of the border, either as a hex RRGGBB value or a hex CCMMYYKK value.

textcolor

Color of the respective component, either as a hex RRGGBB value or a hex CCMMYYKK value.

Examples

Colorized Code 11 symbol using the RGB colour space:

Data:    0123456789
Options: includetext barcolor=AA0000 textcolor=008888 backgroundcolor=FFFF60 showborder bordercolor=0000FF textyoffset=-8
Encoder: code11

Colorized Code 11 symbol using the CMYK colour space:

Data:    0123456789
Options: includetext barcolor=AA000000 textcolor=00888844 backgroundcolor=CCCC6000 showborder bordercolor=00FF0088
Encoder: code11

Clone this wiki locally