Shades of Blackcurrant #201232
Tints of Blackcurrant #201232
RGB
CMYK
RGB Variations
Color information
#201232 (or 0x201232) is known color: Blackcurrant. HEX triplet: 20, 12 and 32. RGB value is (32,18,50). Sum of RGB (Red+Green+Blue) = 32+18+50=100 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #201232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201232 is #DFEDCD. Grayscale: #191919. Windows color (decimal): -14675406 or 3281440. OLE color: 3281440.
HSL color Cylindrical-coordinate representation of color #201232: hue angle of 266.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #201232 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 18 | 50 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.80 |
| HSL | 266.25º | 0.47% | 0.13% | - |
| HSV(B) | 266.25º | 0.64% | 0.2% | - |
| XYZ | 1.39 | 0.97 | 3.13 | - |
| YUV | 25.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 50 | 0.36 | 0.64 | 0 | 0.80 | 266.25 | 0.47 | 0.13 |
| Hex | 20 | 12 | 32 | 24 | 40 | 0 | 50 | 10A | 2F | D |
| Octal | 40 | 22 | 62 | 44 | 100 | 0 | 120 | 412 | 57 | 15 |
| Binary | 100000 | 10010 | 110010 | 100100 | 1000000 | 0 | 1010000 | 100001010 | 101111 | 1101 |
Color Harmonies of #201232
Complementary color
Monochromatic Colors of #201232
Black with #201232
Text Example
Text Example
White with #201232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201232; }
p { color: rgb(32,18,50); }
H1.HeaderClassName
{
color: #201232;
}
.AnyTagClassName
{
color: #201232;
}
</style>
background-color css
<style>
a { background-color: #201232; }
a { background-color: rgb(32,18,50); }
div.DivClassName
{
background-color: #201232;
}
.BgClassName
{
background-color: #201232;
}
</style>
border-color css
<style>
span { border-color: #201232; }
span { border-color: rgb(32,18,50); }
td.TdClassName
{
border-color: #201232;
}
.TagClassName
{
border-color: #201232;
}
</style>