Shades of Blackcurrant #201028
Tints of Blackcurrant #201028
RGB
CMYK
RGB Variations
Color information
#201028 (or 0x201028) is known color: Blackcurrant. HEX triplet: 20, 10 and 28. RGB value is (32,16,40). Sum of RGB (Red+Green+Blue) = 32+16+40=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #201028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201028 is #DFEFD7. Grayscale: #171717. Windows color (decimal): -14675928 or 2625568. OLE color: 2625568.
HSL color Cylindrical-coordinate representation of color #201028: hue angle of 280º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #201028 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 16 | 40 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.84 |
| HSL | 280º | 0.43% | 0.11% | - |
| HSV(B) | 280º | 0.6% | 0.16% | - |
| XYZ | 1.16 | 0.83 | 2.11 | - |
| YUV | 23.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 40 | 0.20 | 0.60 | 0 | 0.84 | 280 | 0.43 | 0.11 |
| Hex | 20 | 10 | 28 | 14 | 3C | 0 | 54 | 118 | 2B | B |
| Octal | 40 | 20 | 50 | 24 | 74 | 0 | 124 | 430 | 53 | 13 |
| Binary | 100000 | 10000 | 101000 | 10100 | 111100 | 0 | 1010100 | 100011000 | 101011 | 1011 |
Color Harmonies of #201028
Complementary color
Monochromatic Colors of #201028
Black with #201028
Text Example
Text Example
White with #201028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201028; }
p { color: rgb(32,16,40); }
H1.HeaderClassName
{
color: #201028;
}
.AnyTagClassName
{
color: #201028;
}
</style>
background-color css
<style>
a { background-color: #201028; }
a { background-color: rgb(32,16,40); }
div.DivClassName
{
background-color: #201028;
}
.BgClassName
{
background-color: #201028;
}
</style>
border-color css
<style>
span { border-color: #201028; }
span { border-color: rgb(32,16,40); }
td.TdClassName
{
border-color: #201028;
}
.TagClassName
{
border-color: #201028;
}
</style>