Shades of Blackcurrant #201B24
Tints of Blackcurrant #201B24
RGB
CMYK
RGB Variations
Color information
#201B24 (or 0x201B24) is known color: Blackcurrant. HEX triplet: 20, 1B and 24. RGB value is (32,27,36). Sum of RGB (Red+Green+Blue) = 32+27+36=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 36 - color contains mainly: blue. Hex color #201B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B24 is #DFE4DB. Grayscale: #1D1D1D. Windows color (decimal): -14673116 or 2366240. OLE color: 2366240.
HSL color Cylindrical-coordinate representation of color #201B24: hue angle of 273.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #201B24 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 32 | 27 | 36 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.86 |
| HSL | 273.33º | 0.14% | 0.12% | - |
| HSV(B) | 273.33º | 0.25% | 0.14% | - |
| XYZ | 1.31 | 1.22 | 1.84 | - |
| YUV | 29.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 36 | 0.11 | 0.25 | 0 | 0.86 | 273.33 | 0.14 | 0.12 |
| Hex | 20 | 1B | 24 | B | 19 | 0 | 56 | 111 | E | C |
| Octal | 40 | 33 | 44 | 13 | 31 | 0 | 126 | 421 | 16 | 14 |
| Binary | 100000 | 11011 | 100100 | 1011 | 11001 | 0 | 1010110 | 100010001 | 1110 | 1100 |
Color Harmonies of #201B24
Complementary color
Monochromatic Colors of #201B24
Black with #201B24
Text Example
Text Example
White with #201B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B24; }
p { color: rgb(32,27,36); }
H1.HeaderClassName
{
color: #201B24;
}
.AnyTagClassName
{
color: #201B24;
}
</style>
background-color css
<style>
a { background-color: #201B24; }
a { background-color: rgb(32,27,36); }
div.DivClassName
{
background-color: #201B24;
}
.BgClassName
{
background-color: #201B24;
}
</style>
border-color css
<style>
span { border-color: #201B24; }
span { border-color: rgb(32,27,36); }
td.TdClassName
{
border-color: #201B24;
}
.TagClassName
{
border-color: #201B24;
}
</style>