No project description provided
Project description
Colors of the Karlsruhe Insititute of Technology
Colors from the KIT coporate design color scheme.
The RGB values listed in the image are integers from 0 to 255, taken from the corporate design guide. These values are then divided by 255 and consequently lie between 0 and 1. This is the format that matplotlib needs.
Install (assuming the usage of ZSH)
cd ~
mkdir kitcolors
cd kitcolors
git clone https://github.com/camminady/kitcolors
echo "export PYTHONPATH=\"~/kitcolors:\$PATH\"" >> ~/.zshrc
source ~/.zshrc
Usage in Python
>>> import kitcolors as kit
>>> print(kit.green)
(0.0, 0.5882352941176471, 0.5098039215686274, 1.0)
>>> print(kit.blue10) # each color exists with an alpha down to 10% in steps of 10%
(0.27450980392156865, 0.39215686274509803, 0.6666666666666666, 0.1)
Overview
white; 255 255 255; #ffffff
black; 0 0 0; #000000
green; 0 150 130; #009682
blue; 70 100 170; #4664aa
maygreen; 140 182 60; #8cb63c
yellow; 252 229 0; #fce500
orange; 223 155 27; #df9b1b
brown; 167 130 46; #a7822e
red; 162 34 35; #a22223
purple; 163 16 124; #a3107c
cyan; 35 161 224; #23a1e0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kitcolors-0.1.0.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file kitcolors-0.1.0.tar.gz
.
File metadata
- Download URL: kitcolors-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.10 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe0d893536bd7418f44a19dd9fa398628b419223a634feafeef3dd910c21aa1c |
|
MD5 | fbdb2b76d611ebbb72a499760a172615 |
|
BLAKE2b-256 | dcb224f7317622b5c82d6cd4371ceadac2c68927289c953308e4cb94e4a88b12 |
File details
Details for the file kitcolors-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: kitcolors-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.10.10 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f213fe52cfca9d24e74cc4fc14bd78eb08203e903a16a241a96f85a1f223a715 |
|
MD5 | f6bc5db968781e6149ef7564096f8d26 |
|
BLAKE2b-256 | da5b7ae76443670f470b2cc344a35d1a953b9479c4d0abe2c7ef006ab0cfa592 |