| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Graphics::ColorNames::FamousLogo; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
398124
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
48
|
|
|
4
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
138
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
7
|
|
|
|
|
|
|
our $DATE = '2023-12-05'; # DATE |
|
8
|
|
|
|
|
|
|
our $DIST = 'Graphics-ColorNames-FamousLogo'; # DIST |
|
9
|
|
|
|
|
|
|
our $VERSION = '0.002'; # VERSION |
|
10
|
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
sub NamesRgbTable() { |
|
12
|
1
|
|
|
1
|
|
810
|
use integer; |
|
|
1
|
|
|
|
|
20
|
|
|
|
1
|
|
|
|
|
7
|
|
|
13
|
|
|
|
|
|
|
return { |
|
14
|
|
|
|
|
|
|
|
|
15
|
0
|
|
|
0
|
0
|
|
airbnb_red => 0xfd5c63, |
|
16
|
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
alibaba_orange => 0xff6a00, |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
amazon_orange => 0xff9900, |
|
20
|
|
|
|
|
|
|
amazon_blue => 0x146eb4, |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
americanexpress_blue => 0x002663, |
|
23
|
|
|
|
|
|
|
americanexpress_grey => 0x4d4f53, |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
android_green => 0xa4c639, |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
apple1980_blue => 0x009ddc, |
|
28
|
|
|
|
|
|
|
apple1980_green => 0x61bb46, |
|
29
|
|
|
|
|
|
|
apple1980_orange => 0xf5821f, |
|
30
|
|
|
|
|
|
|
apple1980_purple => 0x963d97, |
|
31
|
|
|
|
|
|
|
apple1980_red => 0xe03a3e, |
|
32
|
|
|
|
|
|
|
apple1980_yellow => 0xfdb827, |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
att_blue => 0x00a8e0, |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
baidu_red => 0xde0f17, |
|
37
|
|
|
|
|
|
|
baidu_blue => 0x2529d8, |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
ballpark_black => 0x1a1716, |
|
40
|
|
|
|
|
|
|
ballpark_blue => 0x1d3f99, |
|
41
|
|
|
|
|
|
|
ballpark_red1 => 0xb2171d, |
|
42
|
|
|
|
|
|
|
ballpark_red2 => 0xec0f20, |
|
43
|
|
|
|
|
|
|
ballpark_white => 0xffffff, |
|
44
|
|
|
|
|
|
|
ballpark_yellow => 0xf1d408, |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
barclays_blue1 => 0x00aeef, |
|
47
|
|
|
|
|
|
|
barclays_blue2 => 0x00395d, |
|
48
|
|
|
|
|
|
|
|
|
49
|
|
|
|
|
|
|
bestbuy_blue => 0x003b64, |
|
50
|
|
|
|
|
|
|
bestbuy_yellow => 0xfff200, |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
bing_yellow => 0xffb900, |
|
53
|
|
|
|
|
|
|
bing_grey1 => 0x505050, |
|
54
|
|
|
|
|
|
|
bing_grey2 => 0xa3a3a3, |
|
55
|
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
boeing_blue => 0x0033a1, |
|
57
|
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
burgerking_red => 0xec1c24, |
|
59
|
|
|
|
|
|
|
burgerking_yellow => 0xfdbd10, |
|
60
|
|
|
|
|
|
|
burgerking_blue => 0x0066b2, |
|
61
|
|
|
|
|
|
|
burgerking_orange => 0xed7902, |
|
62
|
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
cadbury_purple => 0x472f92, |
|
64
|
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
canon_red => 0xbc0024, |
|
66
|
|
|
|
|
|
|
canon_black => 0x000000, |
|
67
|
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
cartoonnetwork_blue => 0x00aeef, |
|
69
|
|
|
|
|
|
|
cartoonnetwork_pink => 0xed008c, |
|
70
|
|
|
|
|
|
|
cartoonnetwork_yellow => 0xfff000, |
|
71
|
|
|
|
|
|
|
cartoonnetwork_black => 0x000000, |
|
72
|
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
cnn_red => 0xcc0000, |
|
74
|
|
|
|
|
|
|
cnn_black => 0x000000, |
|
75
|
|
|
|
|
|
|
cnn_grey1 => 0x282828, |
|
76
|
|
|
|
|
|
|
cnn_grey2 => 0x464646, |
|
77
|
|
|
|
|
|
|
|
|
78
|
|
|
|
|
|
|
cocacola_red => 0xed1c16, |
|
79
|
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
deltaairlines_red1 => 0xc8102e, |
|
81
|
|
|
|
|
|
|
deltaairlines_red2 => 0x862633, |
|
82
|
|
|
|
|
|
|
deltaairlines_blue => 0x003a70, |
|
83
|
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
dhl_red => 0xba0c2f, |
|
85
|
|
|
|
|
|
|
dhl_yellow => 0xffcd00, |
|
86
|
|
|
|
|
|
|
dhl_grey => 0xc9c9c9, |
|
87
|
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
dominos_blue => 0x0b648f, |
|
89
|
|
|
|
|
|
|
dominos_red => 0xe21737, |
|
90
|
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
dropbox_blue => 0x007ee5, |
|
92
|
|
|
|
|
|
|
dropbox_grey1 => 0x7b8994, |
|
93
|
|
|
|
|
|
|
dropbox_grey2 => 0x47525d, |
|
94
|
|
|
|
|
|
|
dropbox_grey3 => 0x3d464d, |
|
95
|
|
|
|
|
|
|
|
|
96
|
|
|
|
|
|
|
ebay_red => 0xe53238, |
|
97
|
|
|
|
|
|
|
ebay_blue => 0x0064d2, |
|
98
|
|
|
|
|
|
|
ebay_yellow => 0xf5af02, |
|
99
|
|
|
|
|
|
|
ebay_green => 0x86b817, |
|
100
|
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
ericsson_blue => 0x002561, |
|
102
|
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
espn_red => 0xff0033, |
|
104
|
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
facebook_blue => 0x3b5998, |
|
106
|
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
fedex_purple => 0x4d148c, |
|
108
|
|
|
|
|
|
|
fedex_orange => 0xff6600, |
|
109
|
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
fendi_yellow => 0xf9b949, |
|
111
|
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
ferrari_red => 0xe32119, |
|
113
|
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
fiat_red1 => 0x96172e, |
|
115
|
|
|
|
|
|
|
fiat_red2 => 0x6d2d41, |
|
116
|
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
flipboard_red => 0xe12828, |
|
118
|
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
ford_blue => 0x1c396d, |
|
120
|
|
|
|
|
|
|
|
|
121
|
|
|
|
|
|
|
godaddy_green => 0x7db701, |
|
122
|
|
|
|
|
|
|
godaddy_orange => 0xff8a00, |
|
123
|
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
google_blue => 0x3369e8, |
|
125
|
|
|
|
|
|
|
google_green => 0x009925, |
|
126
|
|
|
|
|
|
|
google_red => 0xd50f25, |
|
127
|
|
|
|
|
|
|
google_yellow => 0xeeb211, |
|
128
|
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
# another version |
|
130
|
|
|
|
|
|
|
google_blue => 0x4285f4, |
|
131
|
|
|
|
|
|
|
google_green => 0x34a853, |
|
132
|
|
|
|
|
|
|
google_yellow => 0xfbbc05, |
|
133
|
|
|
|
|
|
|
google_red => 0xea4335, |
|
134
|
|
|
|
|
|
|
|
|
135
|
|
|
|
|
|
|
heineken_green1 => 0x008200, |
|
136
|
|
|
|
|
|
|
heineken_green2 => 0x205527, |
|
137
|
|
|
|
|
|
|
heineken_red => 0xff2b00, |
|
138
|
|
|
|
|
|
|
heineken_grey => 0xc3c3c3, |
|
139
|
|
|
|
|
|
|
|
|
140
|
|
|
|
|
|
|
homedepot_orange => 0xf96302, |
|
141
|
|
|
|
|
|
|
|
|
142
|
|
|
|
|
|
|
hp_blue => 0x0096d6, |
|
143
|
|
|
|
|
|
|
bp_orange => 0xd7410b, |
|
144
|
|
|
|
|
|
|
|
|
145
|
|
|
|
|
|
|
hsbc_red => 0xdb0011, |
|
146
|
|
|
|
|
|
|
|
|
147
|
|
|
|
|
|
|
ibm_blue => 0x006699, |
|
148
|
|
|
|
|
|
|
|
|
149
|
|
|
|
|
|
|
ikea_yellow => 0xffcc00, |
|
150
|
|
|
|
|
|
|
ikea_blue => 0x003399, |
|
151
|
|
|
|
|
|
|
|
|
152
|
|
|
|
|
|
|
intel_blue => 0x0f7dc2, |
|
153
|
|
|
|
|
|
|
|
|
154
|
|
|
|
|
|
|
jbl_orange => 0xff6600, |
|
155
|
|
|
|
|
|
|
|
|
156
|
|
|
|
|
|
|
kickstarter_green => 0x2bde73, |
|
157
|
|
|
|
|
|
|
kickstarter_black => 0x0f2105, |
|
158
|
|
|
|
|
|
|
|
|
159
|
|
|
|
|
|
|
kitkat_red => 0xd70021, |
|
160
|
|
|
|
|
|
|
|
|
161
|
|
|
|
|
|
|
klm_blue => 0x00a1e4, |
|
162
|
|
|
|
|
|
|
|
|
163
|
|
|
|
|
|
|
lamborghini_yellow => 0xddb321, |
|
164
|
|
|
|
|
|
|
|
|
165
|
|
|
|
|
|
|
lego_yellow => 0xf6ec35, |
|
166
|
|
|
|
|
|
|
lego_red => 0xd11013, |
|
167
|
|
|
|
|
|
|
lego_black => 0x000000, |
|
168
|
|
|
|
|
|
|
|
|
169
|
|
|
|
|
|
|
londonunderground_blue => 0x000099, |
|
170
|
|
|
|
|
|
|
londonunderground_red => 0xcc3333, |
|
171
|
|
|
|
|
|
|
|
|
172
|
|
|
|
|
|
|
mastercard_red => 0xcc0000, |
|
173
|
|
|
|
|
|
|
mastercard_orange => 0xff9900, |
|
174
|
|
|
|
|
|
|
mastercard_purple => 0x000066, |
|
175
|
|
|
|
|
|
|
|
|
176
|
|
|
|
|
|
|
microsoft_red => 0xf65314, |
|
177
|
|
|
|
|
|
|
microsoft_green => 0x7cbb00, |
|
178
|
|
|
|
|
|
|
microsoft_blue => 0x00a1f1, |
|
179
|
|
|
|
|
|
|
microsoft_yellow => 0xffbb00, |
|
180
|
|
|
|
|
|
|
|
|
181
|
|
|
|
|
|
|
motorola_blue => 0x5c92fa, |
|
182
|
|
|
|
|
|
|
|
|
183
|
|
|
|
|
|
|
nasa_red => 0xfc3d21, |
|
184
|
|
|
|
|
|
|
nasa_blue => 0x0b3d91, |
|
185
|
|
|
|
|
|
|
|
|
186
|
|
|
|
|
|
|
nascar_blue => 0x02549e, |
|
187
|
|
|
|
|
|
|
nascar_purple => 0x88166d, |
|
188
|
|
|
|
|
|
|
nascar_red => 0xbc2021, |
|
189
|
|
|
|
|
|
|
nascar_yellow => 0xedc240, |
|
190
|
|
|
|
|
|
|
|
|
191
|
|
|
|
|
|
|
nationalgeographic_yellow => 0xffcc00, |
|
192
|
|
|
|
|
|
|
nationalgeographic_black => 0x000000, |
|
193
|
|
|
|
|
|
|
|
|
194
|
|
|
|
|
|
|
nbc_blue => 0x0089d0, |
|
195
|
|
|
|
|
|
|
nbc_green => 0x0db14b, |
|
196
|
|
|
|
|
|
|
nbc_orange => 0xf37021, |
|
197
|
|
|
|
|
|
|
nbc_purple => 0x6460aa, |
|
198
|
|
|
|
|
|
|
nbc_red => 0xcc004c, |
|
199
|
|
|
|
|
|
|
nbc_yellow => 0xfcb711, |
|
200
|
|
|
|
|
|
|
|
|
201
|
|
|
|
|
|
|
netflix_red => 0xe50914, |
|
202
|
|
|
|
|
|
|
netflix_black => 0x221f1f, |
|
203
|
|
|
|
|
|
|
|
|
204
|
|
|
|
|
|
|
nfl_blue => 0x003a73, |
|
205
|
|
|
|
|
|
|
nfl_red => 0xda2127, |
|
206
|
|
|
|
|
|
|
nfl_white => 0xffffff, |
|
207
|
|
|
|
|
|
|
|
|
208
|
|
|
|
|
|
|
nokia_blue => 0x124191, |
|
209
|
|
|
|
|
|
|
|
|
210
|
|
|
|
|
|
|
nvidia_green => 0x76b900, |
|
211
|
|
|
|
|
|
|
|
|
212
|
|
|
|
|
|
|
olympus_blue => 0x08107b, |
|
213
|
|
|
|
|
|
|
olympus_yellow => 0xdfb226, |
|
214
|
|
|
|
|
|
|
olympus_grey => 0x777777, |
|
215
|
|
|
|
|
|
|
|
|
216
|
|
|
|
|
|
|
opera_red => 0xcc0f16, |
|
217
|
|
|
|
|
|
|
opera_grey => 0x9c9e9f, |
|
218
|
|
|
|
|
|
|
|
|
219
|
|
|
|
|
|
|
oracle_red => 0xff0000, |
|
220
|
|
|
|
|
|
|
oracle_black => 0x000000, |
|
221
|
|
|
|
|
|
|
oracle_grey => 0x7f7f7f, |
|
222
|
|
|
|
|
|
|
|
|
223
|
|
|
|
|
|
|
panasonic_blue => 0x0f58a8, |
|
224
|
|
|
|
|
|
|
panasonic_black => 0x000000, |
|
225
|
|
|
|
|
|
|
|
|
226
|
|
|
|
|
|
|
paypal_blue1 => 0x003087, |
|
227
|
|
|
|
|
|
|
paypal_blue2 => 0x009cde, |
|
228
|
|
|
|
|
|
|
paypal_blue3 => 0x012169, |
|
229
|
|
|
|
|
|
|
|
|
230
|
|
|
|
|
|
|
pepsi_red => 0xe32934, |
|
231
|
|
|
|
|
|
|
pepsi_blue => 0x004883, |
|
232
|
|
|
|
|
|
|
|
|
233
|
|
|
|
|
|
|
philips_blue => 0x0e5fd8, |
|
234
|
|
|
|
|
|
|
|
|
235
|
|
|
|
|
|
|
pinterest_red => 0xbd081c, |
|
236
|
|
|
|
|
|
|
|
|
237
|
|
|
|
|
|
|
pizzahut_red => 0xee3124, |
|
238
|
|
|
|
|
|
|
pizzahut_green => 0x00a160, |
|
239
|
|
|
|
|
|
|
pizzahut_yellow => 0xffc425, |
|
240
|
|
|
|
|
|
|
|
|
241
|
|
|
|
|
|
|
playstation_blue => 0x003087, |
|
242
|
|
|
|
|
|
|
|
|
243
|
|
|
|
|
|
|
qantasairways_red => 0xe0001b, |
|
244
|
|
|
|
|
|
|
|
|
245
|
|
|
|
|
|
|
reddit_red => 0xff4500, |
|
246
|
|
|
|
|
|
|
reddit_blue1 => 0x5f99cf, |
|
247
|
|
|
|
|
|
|
reddit_blue2 => 0xcee3f8, |
|
248
|
|
|
|
|
|
|
|
|
249
|
|
|
|
|
|
|
rollsroyce_red => 0x680021, |
|
250
|
|
|
|
|
|
|
rollsroyce_white => 0xfffaec, |
|
251
|
|
|
|
|
|
|
rollsroyce_grey => 0x939598, |
|
252
|
|
|
|
|
|
|
rollsroyce_black => 0x000000, |
|
253
|
|
|
|
|
|
|
|
|
254
|
|
|
|
|
|
|
skype_blue => 0x00aff0, |
|
255
|
|
|
|
|
|
|
|
|
256
|
|
|
|
|
|
|
snapchat_yellow => 0xfffc00, |
|
257
|
|
|
|
|
|
|
|
|
258
|
|
|
|
|
|
|
spotify_green => 0x1db954, |
|
259
|
|
|
|
|
|
|
spotify_black => 0x191414, |
|
260
|
|
|
|
|
|
|
|
|
261
|
|
|
|
|
|
|
starbucks_green => 0x00704a, |
|
262
|
|
|
|
|
|
|
|
|
263
|
|
|
|
|
|
|
subway_green => 0x489e3b, |
|
264
|
|
|
|
|
|
|
subway_yellow => 0xfabd42, |
|
265
|
|
|
|
|
|
|
subway_red => 0xcd0a20, |
|
266
|
|
|
|
|
|
|
|
|
267
|
|
|
|
|
|
|
tmobile_pink => 0xe20074, |
|
268
|
|
|
|
|
|
|
|
|
269
|
|
|
|
|
|
|
target_red => 0xcc0000, |
|
270
|
|
|
|
|
|
|
|
|
271
|
|
|
|
|
|
|
ted_red => 0xe62b1e, |
|
272
|
|
|
|
|
|
|
|
|
273
|
|
|
|
|
|
|
tesla_red => 0xcc0000, |
|
274
|
|
|
|
|
|
|
|
|
275
|
|
|
|
|
|
|
uber_black => 0x09091a, |
|
276
|
|
|
|
|
|
|
uber_grey => 0xc0c0c8, |
|
277
|
|
|
|
|
|
|
uber_cyan => 0x1fbad6, |
|
278
|
|
|
|
|
|
|
|
|
279
|
|
|
|
|
|
|
ups_brown => 0x351c15, |
|
280
|
|
|
|
|
|
|
ups_yellow => 0xffb500, |
|
281
|
|
|
|
|
|
|
ups_green => 0x64a70b, |
|
282
|
|
|
|
|
|
|
|
|
283
|
|
|
|
|
|
|
verizon_red => 0xff0000, |
|
284
|
|
|
|
|
|
|
verizon_white => 0xf2f2f2, |
|
285
|
|
|
|
|
|
|
verizon_blue => 0x3285dc, |
|
286
|
|
|
|
|
|
|
|
|
287
|
|
|
|
|
|
|
vimeo_black => 0x162221, |
|
288
|
|
|
|
|
|
|
vimeo_blue => 0x1ab7ea, |
|
289
|
|
|
|
|
|
|
|
|
290
|
|
|
|
|
|
|
virginmedia_red => 0xc3092d, |
|
291
|
|
|
|
|
|
|
virginmedia_black => 0x222221, |
|
292
|
|
|
|
|
|
|
|
|
293
|
|
|
|
|
|
|
visa_blue => 0x1a1f71, |
|
294
|
|
|
|
|
|
|
visa_orange => 0xf7b600, |
|
295
|
|
|
|
|
|
|
|
|
296
|
|
|
|
|
|
|
xbox_green => 0x52b043, |
|
297
|
|
|
|
|
|
|
|
|
298
|
|
|
|
|
|
|
yahoo_purple => 0x410093, |
|
299
|
|
|
|
|
|
|
|
|
300
|
|
|
|
|
|
|
yelp_red => 0xaf0606, |
|
301
|
|
|
|
|
|
|
|
|
302
|
|
|
|
|
|
|
youtube_red => 0xff0000, |
|
303
|
|
|
|
|
|
|
youtube_black => 0x282828, |
|
304
|
|
|
|
|
|
|
|
|
305
|
|
|
|
|
|
|
zomato_red => 0xcb202d, |
|
306
|
|
|
|
|
|
|
zomato_black => 0x2d2d2d, |
|
307
|
|
|
|
|
|
|
zomato_white => 0xf4f4f2, |
|
308
|
|
|
|
|
|
|
}; |
|
309
|
|
|
|
|
|
|
} |
|
310
|
|
|
|
|
|
|
|
|
311
|
|
|
|
|
|
|
1; |
|
312
|
|
|
|
|
|
|
# ABSTRACT: Colors used in famous logos |
|
313
|
|
|
|
|
|
|
|
|
314
|
|
|
|
|
|
|
__END__ |