-
Notifications
You must be signed in to change notification settings - Fork 0
/
subtopico colorscheme.html
212 lines (191 loc) · 4.5 KB
/
subtopico colorscheme.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- saved from url=(0038)http://colorschemedesigner.com/export/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Color Palette by Color Scheme Generator</title>
<meta name="generator" content="ColorSchemeGenerator.com">
<style type="text/css">
/* Palette color codes */
/* Feel free to copy&paste color codes to your application */
.primary-1 { background-color: #0B61A4 }
.primary-2 { background-color: #25567B }
.primary-3 { background-color: #033E6B }
.primary-4 { background-color: #3F92D2 }
.primary-5 { background-color: #66A3D2 }
.complement-1 { background-color: #FF9200 }
.complement-2 { background-color: #BF8230 }
.complement-3 { background-color: #A65F00 }
.complement-4 { background-color: #FFAD40 }
.complement-5 { background-color: #FFC373 }
/* end */
body {
margin:0; padding: 2em;
background:white;
color: #666;
font: 75%/1.33 Verdana, sans-serif;
text-align:left;
}
h1 {
margin: 0.5em 0;
font-size: 200%;
}
p {
margin: 0.5em 0;
}
.color-table {
margin: 2em 2em 5em;
border-collapse:collapse;
border:none;
border-spacing:0;
font-size:100%;
}
.color-table th {
padding: 0 1em 0 0;
text-align:right;
vertical-align: middle;
font-size:110%;
border: none;
}
.color-table td.sample {
width:10em; height:8em;
padding: 10px;
text-align:center;
vertical-align:middle;
font-size:90%;
border: 1px solid white;
white-space:nowrap;
}
.color-table.small td.sample {
width:4em; height:4em;
padding:0;
border:none;
}
.color-table .white { margin-bottom:0.2em; color:white }
.color-table .black { margin-top:0.2em; color:black }
hr {
border:none;
border-bottom:1px solid silver;
}
#footer {
padding:1em;
text-align:center;
font-size:80%;
}
</style>
<style type="text/css"></style></head>
<body>
<h1>Color Palette by Color Scheme Designer</h1>
<p>Palette URL: <a href="http://colorschemedesigner.com/#3x21Tw0w0w0w0">http://colorschemedesigner.com/#3x21Tw0w0w0w0</a></p>
<p>Color Space: RGB; </p>
<table class="color-table">
<tbody><tr>
<th>Primary Color:</th>
<td class="sample primary-1">
<div class="white">
<strong>0B61A4</strong>
</div>
<div class="black">
<strong>0B61A4</strong>
</div>
</td>
<td class="sample primary-2">
<div class="white">
<strong>25567B</strong>
</div>
<div class="black">
<strong>25567B</strong>
</div>
</td>
<td class="sample primary-3">
<div class="white">
<strong>033E6B</strong>
</div>
<div class="black">
<strong>033E6B</strong>
</div>
</td>
<td class="sample primary-4">
<div class="white">
<strong>3F92D2</strong>
</div>
<div class="black">
<strong>3F92D2</strong>
</div>
</td>
<td class="sample primary-5">
<div class="white">
<strong>66A3D2</strong>
</div>
<div class="black">
<strong>66A3D2</strong>
</div>
</td>
</tr>
<tr>
<th>Complementary Color:</th>
<td class="sample complement-1">
<div class="white">
<strong>FF9200</strong>
</div>
<div class="black">
<strong>FF9200</strong>
</div>
</td>
<td class="sample complement-2">
<div class="white">
<strong>BF8230</strong>
</div>
<div class="black">
<strong>BF8230</strong>
</div>
</td>
<td class="sample complement-3">
<div class="white">
<strong>A65F00</strong>
</div>
<div class="black">
<strong>A65F00</strong>
</div>
</td>
<td class="sample complement-4">
<div class="white">
<strong>FFAD40</strong>
</div>
<div class="black">
<strong>FFAD40</strong>
</div>
</td>
<td class="sample complement-5">
<div class="white">
<strong>FFC373</strong>
</div>
<div class="black">
<strong>FFC373</strong>
</div>
</td>
</tr>
</tbody></table>
<table class="color-table small">
<tbody><tr>
<th>Primary Color:</th>
<td class="sample primary-1"></td>
<td class="sample primary-2"></td>
<td class="sample primary-3"></td>
<td class="sample primary-4"></td>
<td class="sample primary-5"></td>
</tr>
<tr>
<th>Complementary Color:</th>
<td class="sample complement-1"></td>
<td class="sample complement-2"></td>
<td class="sample complement-3"></td>
<td class="sample complement-4"></td>
<td class="sample complement-5"></td>
</tr>
</tbody></table>
<p>
See the HTML source for more details.<br>
Use the <em>Save / Save As...</em> command in your browser to store the HTML for latter use.
</p>
<hr>
<p id="footer">Generated by <a href="http://colorschemedesigner.com/">Color Scheme Designer</a> © Petr Stanicek 2002-2010</p>
</body></html>