Shades of Blackcurrant #201131
Tints of Blackcurrant #201131
RGB
CMYK
RGB Variations
Color information
#201131 (or 0x201131) is known color: Blackcurrant. HEX triplet: 20, 11 and 31. RGB value is (32,17,49). Sum of RGB (Red+Green+Blue) = 32+17+49=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #201131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201131 is #DFEECE. Grayscale: #191919. Windows color (decimal): -14675663 or 3215648. OLE color: 3215648.
HSL color Cylindrical-coordinate representation of color #201131: hue angle of 268.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #201131 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 17 | 49 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.81 |
| HSL | 268.13º | 0.48% | 0.13% | - |
| HSV(B) | 268.13º | 0.65% | 0.19% | - |
| XYZ | 1.35 | 0.93 | 3.01 | - |
| YUV | 25.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 49 | 0.35 | 0.65 | 0 | 0.81 | 268.13 | 0.48 | 0.13 |
| Hex | 20 | 11 | 31 | 23 | 41 | 0 | 51 | 10C | 30 | D |
| Octal | 40 | 21 | 61 | 43 | 101 | 0 | 121 | 414 | 60 | 15 |
| Binary | 100000 | 10001 | 110001 | 100011 | 1000001 | 0 | 1010001 | 100001100 | 110000 | 1101 |
Color Harmonies of #201131
Complementary color
Monochromatic Colors of #201131
Black with #201131
Text Example
Text Example
White with #201131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201131; }
p { color: rgb(32,17,49); }
H1.HeaderClassName
{
color: #201131;
}
.AnyTagClassName
{
color: #201131;
}
</style>
background-color css
<style>
a { background-color: #201131; }
a { background-color: rgb(32,17,49); }
div.DivClassName
{
background-color: #201131;
}
.BgClassName
{
background-color: #201131;
}
</style>
border-color css
<style>
span { border-color: #201131; }
span { border-color: rgb(32,17,49); }
td.TdClassName
{
border-color: #201131;
}
.TagClassName
{
border-color: #201131;
}
</style>