Shades of Blackcurrant #201D21
Tints of Blackcurrant #201D21
RGB
CMYK
RGB Variations
Color information
#201D21 (or 0x201D21) is known color: Blackcurrant. HEX triplet: 20, 1D and 21. RGB value is (32,29,33). Sum of RGB (Red+Green+Blue) = 32+29+33=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 33 - color contains mainly: blue. Hex color #201D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D21 is #DFE2DE. Grayscale: #1E1E1E. Windows color (decimal): -14672607 or 2170144. OLE color: 2170144.
HSL color Cylindrical-coordinate representation of color #201D21: hue angle of 285º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #201D21 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 33 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.87 |
| HSL | 285º | 0.06% | 0.12% | - |
| HSV(B) | 285º | 0.12% | 0.13% | - |
| XYZ | 1.31 | 1.3 | 1.62 | - |
| YUV | 30.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 33 | 0.03 | 0.12 | 0 | 0.87 | 285 | 0.06 | 0.12 |
| Hex | 20 | 1D | 21 | 3 | C | 0 | 57 | 11D | 6 | C |
| Octal | 40 | 35 | 41 | 3 | 14 | 0 | 127 | 435 | 6 | 14 |
| Binary | 100000 | 11101 | 100001 | 11 | 1100 | 0 | 1010111 | 100011101 | 110 | 1100 |
Color Harmonies of #201D21
Complementary color
Monochromatic Colors of #201D21
Black with #201D21
Text Example
Text Example
White with #201D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D21; }
p { color: rgb(32,29,33); }
H1.HeaderClassName
{
color: #201D21;
}
.AnyTagClassName
{
color: #201D21;
}
</style>
background-color css
<style>
a { background-color: #201D21; }
a { background-color: rgb(32,29,33); }
div.DivClassName
{
background-color: #201D21;
}
.BgClassName
{
background-color: #201D21;
}
</style>
border-color css
<style>
span { border-color: #201D21; }
span { border-color: rgb(32,29,33); }
td.TdClassName
{
border-color: #201D21;
}
.TagClassName
{
border-color: #201D21;
}
</style>