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
pip install kitcolors
Usage in Python
All colors have .RGB
, .rgb
, and .hex
properties.
Furthermore, there exist .RGBa
, .rgba
, and .hexa
methods that take alpha
as an additional argument.
>>> from kitcolors import green
>>> green.rgb
(0.0, 0.5882352941176471, 0.5098039215686274)
>>> green.RGB
(0, 150, 130)
>>> green.hex
'#009682'
>>> green.rgba(0.2)
(0.0, 0.5882352941176471, 0.5098039215686274, 0.2)
>>> green.RGBa(0.2)
(0, 150, 130, 0.2)
>>> green.hexa(0.2)
'#00968233'
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.4.0.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file kitcolors-0.4.0.tar.gz
.
File metadata
- Download URL: kitcolors-0.4.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8af54c31f4fdbc1057f784b4d802ae425742c8bc3514b791cc7baaf4a305ec7 |
|
MD5 | 420dfda8664f5f99b086ce780bfd4f7a |
|
BLAKE2b-256 | e982b71223fea1f0b93ecc7d9554a74996aa23a6292c777c9842d5d1c6628a1d |
File details
Details for the file kitcolors-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: kitcolors-0.4.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/22.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e4d43414c9940fbf2aada7f01e1c2f12b4c47a606d3d01ad76bb552043e403b |
|
MD5 | 20e2bb77dadefc41663ddaa69a242cf9 |
|
BLAKE2b-256 | a28adbbd6786953f80b9c3856a831c6a0d2348c9006c17c070f9f153ca19028c |