Shades of Blackcurrant #201132
Tints of Blackcurrant #201132
RGB
CMYK
RGB Variations
Color information
#201132 (or 0x201132) is known color: Blackcurrant. HEX triplet: 20, 11 and 32. RGB value is (32,17,50). Sum of RGB (Red+Green+Blue) = 32+17+50=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #201132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201132 is #DFEECD. Grayscale: #191919. Windows color (decimal): -14675662 or 3281184. OLE color: 3281184.
HSL color Cylindrical-coordinate representation of color #201132: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #201132 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 17 | 50 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.80 |
| HSL | 267.27º | 0.49% | 0.13% | - |
| HSV(B) | 267.27º | 0.66% | 0.2% | - |
| XYZ | 1.37 | 0.94 | 3.13 | - |
| YUV | 25.25 | 141.97 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 50 | 0.36 | 0.66 | 0 | 0.80 | 267.27 | 0.49 | 0.13 |
| Hex | 20 | 11 | 32 | 24 | 42 | 0 | 50 | 10B | 31 | D |
| Octal | 40 | 21 | 62 | 44 | 102 | 0 | 120 | 413 | 61 | 15 |
| Binary | 100000 | 10001 | 110010 | 100100 | 1000010 | 0 | 1010000 | 100001011 | 110001 | 1101 |
Color Harmonies of #201132
Complementary color
Monochromatic Colors of #201132
Black with #201132
Text Example
Text Example
White with #201132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201132; }
p { color: rgb(32,17,50); }
H1.HeaderClassName
{
color: #201132;
}
.AnyTagClassName
{
color: #201132;
}
</style>
background-color css
<style>
a { background-color: #201132; }
a { background-color: rgb(32,17,50); }
div.DivClassName
{
background-color: #201132;
}
.BgClassName
{
background-color: #201132;
}
</style>
border-color css
<style>
span { border-color: #201132; }
span { border-color: rgb(32,17,50); }
td.TdClassName
{
border-color: #201132;
}
.TagClassName
{
border-color: #201132;
}
</style>