Shades of Blackcurrant #201C24
Tints of Blackcurrant #201C24
RGB
CMYK
RGB Variations
Color information
#201C24 (or 0x201C24) is known color: Blackcurrant. HEX triplet: 20, 1C and 24. RGB value is (32,28,36). Sum of RGB (Red+Green+Blue) = 32+28+36=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 36 - color contains mainly: blue. Hex color #201C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C24 is #DFE3DB. Grayscale: #1E1E1E. Windows color (decimal): -14672860 or 2366496. OLE color: 2366496.
HSL color Cylindrical-coordinate representation of color #201C24: hue angle of 270º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #201C24 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 32 | 28 | 36 | - |
CMYK | 0.11 | 0.22 | 0 | 0.86 |
HSL | 270º | 0.13% | 0.13% | - |
HSV(B) | 270º | 0.22% | 0.14% | - |
XYZ | 1.33 | 1.26 | 1.84 | - |
YUV | 30.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 28 | 36 | 0.11 | 0.22 | 0 | 0.86 | 270 | 0.13 | 0.13 |
Hex | 20 | 1C | 24 | B | 16 | 0 | 56 | 10E | C | D |
Octal | 40 | 34 | 44 | 13 | 26 | 0 | 126 | 416 | 14 | 15 |
Binary | 100000 | 11100 | 100100 | 1011 | 10110 | 0 | 1010110 | 100001110 | 1100 | 1101 |
Color Harmonies of #201C24
Complementary color
Monochromatic Colors of #201C24
Black with #201C24
Text Example
Text Example
White with #201C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C24; }
p { color: rgb(32,28,36); }
H1.HeaderClassName
{
color: #201C24;
}
.AnyTagClassName
{
color: #201C24;
}
</style>
background-color css
<style>
a { background-color: #201C24; }
a { background-color: rgb(32,28,36); }
div.DivClassName
{
background-color: #201C24;
}
.BgClassName
{
background-color: #201C24;
}
</style>
border-color css
<style>
span { border-color: #201C24; }
span { border-color: rgb(32,28,36); }
td.TdClassName
{
border-color: #201C24;
}
.TagClassName
{
border-color: #201C24;
}
</style>