Shades of Blackcurrant #201E21
Tints of Blackcurrant #201E21
RGB
CMYK
RGB Variations
Color information
#201E21 (or 0x201E21) is known color: Blackcurrant. HEX triplet: 20, 1E and 21. RGB value is (32,30,33). Sum of RGB (Red+Green+Blue) = 32+30+33=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 33 - color contains mainly: blue. Hex color #201E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201E21 is #DFE1DE. Grayscale: #1E1E1E. Windows color (decimal): -14672351 or 2170400. OLE color: 2170400.
HSL color Cylindrical-coordinate representation of color #201E21: hue angle of 280º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #201E21 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 30 | 33 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.87 |
| HSL | 280º | 0.05% | 0.12% | - |
| HSV(B) | 280º | 0.09% | 0.13% | - |
| XYZ | 1.33 | 1.35 | 1.63 | - |
| YUV | 30.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 33 | 0.03 | 0.09 | 0 | 0.87 | 280 | 0.05 | 0.12 |
| Hex | 20 | 1E | 21 | 3 | 9 | 0 | 57 | 118 | 5 | C |
| Octal | 40 | 36 | 41 | 3 | 11 | 0 | 127 | 430 | 5 | 14 |
| Binary | 100000 | 11110 | 100001 | 11 | 1001 | 0 | 1010111 | 100011000 | 101 | 1100 |
Color Harmonies of #201E21
Complementary color
Monochromatic Colors of #201E21
Black with #201E21
Text Example
Text Example
White with #201E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201E21; }
p { color: rgb(32,30,33); }
H1.HeaderClassName
{
color: #201E21;
}
.AnyTagClassName
{
color: #201E21;
}
</style>
background-color css
<style>
a { background-color: #201E21; }
a { background-color: rgb(32,30,33); }
div.DivClassName
{
background-color: #201E21;
}
.BgClassName
{
background-color: #201E21;
}
</style>
border-color css
<style>
span { border-color: #201E21; }
span { border-color: rgb(32,30,33); }
td.TdClassName
{
border-color: #201E21;
}
.TagClassName
{
border-color: #201E21;
}
</style>