XO colors: Difference between revisions
(→RBG and Hex values: RBG->RGB) |
|||
Line 43: | Line 43: | ||
There are 27 different colors used for logo colors. Each logo has two colors—an outline color and a fill color. 841 combinations. (However, the following file only has 120 color combinations, and some of them are duplicates) |
There are 27 different colors used for logo colors. Each logo has two colors—an outline color and a fill color. 841 combinations. (However, the following file only has 120 color combinations, and some of them are duplicates) |
||
(file: /usr/lib/python2.5/site-packages/sugar/graphics/xocolor.py also found in the GIT file <tt>[http://dev.laptop.org/git?p=sugar;a=blob;f=sugar/lib/sugar/graphics/xocolor.py lib/sugar/graphics/xocolors.py]</tt> |
(file: /usr/lib/python2.5/site-packages/sugar/graphics/xocolor.py also found in the GIT file <tt>[http://dev.laptop.org/git?p=sugar;a=blob;f=sugar/lib/sugar/graphics/xocolor.py lib/sugar/graphics/xocolors.py]</tt> |
||
'''NOTE: these values are not current.''' --[[Special:Contributions/80.12.80.112|80.12.80.112]] 14:50, 16 May 2009 (UTC) |
|||
{| |
{| |
Revision as of 14:50, 16 May 2009
control.py
There are 18 (6 colors in 3 hues) colors to pick from for two-color buddy icon customization. However, in order to encourage color contrast, sugar-control-panel does not allow, the same two colors. Which makes 306 unique color combinations (From: /usr/share/sugar/shell/controlpanel/control.py ). A table of XO icons in the 306 colors is at Media:Buddy-Icon-Color-Matrix.pdf.
COLOR NAME | dark | medium | light | |
RED | B20008 | E6000A | FFADCE | |
ORANGE | 9A5200 | C97E00 | FFC169 | |
YELLOW | 807500 | BE9E00 | FFFA00 | |
GREEN | 008009 | 00b20d | 8bff7a | |
BLUE | 00588C | 005FE4 | bccdff | |
PURPLE | 5e008c | 7f00bf | d1a3ff |
xocolor.py
There are 27 different colors used for logo colors. Each logo has two colors—an outline color and a fill color. 841 combinations. (However, the following file only has 120 color combinations, and some of them are duplicates) (file: /usr/lib/python2.5/site-packages/sugar/graphics/xocolor.py also found in the GIT file lib/sugar/graphics/xocolors.py
NOTE: these values are not current. --80.12.80.112 14:50, 16 May 2009 (UTC)
FFFA00 | 8BFF7A | F8E800 | BCCEFF |
BCCDFF | FFC169 | FFADCE | D1A3FF |
00EA11 | FF8F00 | BE9E00 | C97E00 |
00A0FF | 00B20D | 807500 | 008009 |
9A5200 | AC32FF | FF2B34 | 005FE4 |
00588C | A700FF | E6000A | 9900E6 |
7F00BF | B20008 | 5E008C |
RGB and Hex values
PDF with the RGB and hex values for the 27 colors. File:Xo colors.pdf
Here are the sample colors from the pdf.
#FF2B34 RGB (255, 43, 52) |
#E6000A RGB (230, 0, 10) |
#B20008 RGB (178, 0, 8) |
#9A5200 RGB (154, 84, 0) |
#C97E00 RGB (201, 126, 0) |
#FF8F00 RGB (255, 143, 0) |
#BE9E00 RGB (190, 158, 0) |
#FFC169 RGB (255, 193, 105) |
#F8E800 RGB (248, 232, 0) |
#FFFA00 RGB (255, 250, 0) |
#8BFF7A RGB (139, 255, 122) |
#00EA11 RGB (0, 234, 17) |
#008009 RGB (0, 128, 9) |
#807500 RGB (128, 117, 0) |
#00588C RGB (0, 88, 140) |
#005FE4 RGB (0, 95, 228) |
#00A0FF RGB (0, 160, 255) |
#BCCEFF RGB (188, 206, 255) |
#BCCDFF RGB (188, 205, 255) |
#D1A3FF RGB (209, 163, 255) |
#AC32FF RGB (172, 50, 255) |
#A700FF RGB (167, 0, 255) |
#9900E6 RGB (153, 0, 230) |
#7F00BF RGB (127, 0, 191) |
#5E008C RGB (94, 0, 140) |
#FFADCE RGB (255, 173, 206) |
#00B20D RGB (0, 178, 13) |