Shades of Blackcurrant #201C21
Tints of Blackcurrant #201C21
RGB
CMYK
RGB Variations
Color information
#201C21 (or 0x201C21) is known color: Blackcurrant. HEX triplet: 20, 1C and 21. RGB value is (32,28,33). Sum of RGB (Red+Green+Blue) = 32+28+33=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 33 - color contains mainly: blue. Hex color #201C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C21 is #DFE3DE. Grayscale: #1D1D1D. Windows color (decimal): -14672863 or 2169888. OLE color: 2169888.
HSL color Cylindrical-coordinate representation of color #201C21: hue angle of 288º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #201C21 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 28 | 33 | - |
CMYK | 0.03 | 0.15 | 0 | 0.87 |
HSL | 288º | 0.08% | 0.12% | - |
HSV(B) | 288º | 0.15% | 0.13% | - |
XYZ | 1.29 | 1.25 | 1.61 | - |
YUV | 29.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 28 | 33 | 0.03 | 0.15 | 0 | 0.87 | 288 | 0.08 | 0.12 |
Hex | 20 | 1C | 21 | 3 | F | 0 | 57 | 120 | 8 | C |
Octal | 40 | 34 | 41 | 3 | 17 | 0 | 127 | 440 | 10 | 14 |
Binary | 100000 | 11100 | 100001 | 11 | 1111 | 0 | 1010111 | 100100000 | 1000 | 1100 |
Color Harmonies of #201C21
Complementary color
Monochromatic Colors of #201C21
Black with #201C21
Text Example
Text Example
White with #201C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C21; }
p { color: rgb(32,28,33); }
H1.HeaderClassName
{
color: #201C21;
}
.AnyTagClassName
{
color: #201C21;
}
</style>
background-color css
<style>
a { background-color: #201C21; }
a { background-color: rgb(32,28,33); }
div.DivClassName
{
background-color: #201C21;
}
.BgClassName
{
background-color: #201C21;
}
</style>
border-color css
<style>
span { border-color: #201C21; }
span { border-color: rgb(32,28,33); }
td.TdClassName
{
border-color: #201C21;
}
.TagClassName
{
border-color: #201C21;
}
</style>