summaryrefslogtreecommitdiff
path: root/branding/logo
diff options
context:
space:
mode:
authoraerikpawson <45904740+aerikpawson@users.noreply.github.com>2021-03-02 19:52:00 +1000
committerGitHub <noreply@github.com>2021-03-02 19:52:00 +1000
commitd78a1c6b3874956248e9cb96d4e32f39bec5956b (patch)
tree15a18dc75482e0728c9a67dfc4fac1c9c9365d29 /branding/logo
parent0721406ede8b983b8689d8b70556499fc2aea28a (diff)
downloadnumpy-d78a1c6b3874956248e9cb96d4e32f39bec5956b.tar.gz
Specify color in RGB in the docs about the new NumPy logo
Specifying color in RGB in the guidelines for the new NumPy logo. Fixes #gh-398 https://github.com/numpy/numpy.org/issues/398
Diffstat (limited to 'branding/logo')
-rw-r--r--branding/logo/logoguidelines.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/branding/logo/logoguidelines.md b/branding/logo/logoguidelines.md
index c674a9b37..44bd51ece 100644
--- a/branding/logo/logoguidelines.md
+++ b/branding/logo/logoguidelines.md
@@ -4,7 +4,7 @@ These guidelines are meant to help keep the NumPy logo consistent and recognizab
The primary logo is the horizontal option (logomark and text next to each other) and the secondary logo is the stacked version (logomark over text). I’ve also provided the logomark on its own (meaning it doesn’t have text). When in doubt, it’s preferable to use primary or secondary options over the logomark alone.
## Color
-The full color options are a combo of Maximum Blue (#4DABCF) and Han Blue (#4D77CF), while light options are white (#FFFFFF) and dark options Warm Black (#013243).
+The full color options are a combo of Maximum Blue/rgb(77, 171, 207) and Han Blue/rgb(77, 119, 207), while light options are White/rgb(255, 255, 255) and dark options are Gunmetal/rgb(1, 50, 67).
Whenever possible, use the full color logos. One color logos (light or dark) are to be used when full color will not have enough contrast, usually when logos must be on colored backgrounds.
@@ -15,4 +15,4 @@ Please do not make the primary logo smaller than 50px wide, secondary logo small
A few other notes to keep in mind when using the logo:
- Make sure to scale the logo proportionally.
- Maintain a good amount of space around the logo. Don’t let it overlap with text, images, or other elements.
-- Do not try and recreate or modify the logo. For example, do not use the logomark and then try to write NumPy in another font. \ No newline at end of file
+- Do not try and recreate or modify the logo. For example, do not use the logomark and then try to write NumPy in another font.