Shades of Blackcurrant #201029
Tints of Blackcurrant #201029
RGB
CMYK
RGB Variations
Color information
#201029 (or 0x201029) is known color: Blackcurrant. HEX triplet: 20, 10 and 29. RGB value is (32,16,41). Sum of RGB (Red+Green+Blue) = 32+16+41=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #201029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #201029 is #DFEFD6. Grayscale: #171717. Windows color (decimal): -14675927 or 2691104. OLE color: 2691104.
HSL color Cylindrical-coordinate representation of color #201029: hue angle of 278.4º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #201029 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 16 | 41 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.84 |
| HSL | 278.4º | 0.44% | 0.11% | - |
| HSV(B) | 278.4º | 0.61% | 0.16% | - |
| XYZ | 1.18 | 0.84 | 2.2 | - |
| YUV | 23.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 41 | 0.22 | 0.61 | 0 | 0.84 | 278.4 | 0.44 | 0.11 |
| Hex | 20 | 10 | 29 | 16 | 3D | 0 | 54 | 116 | 2C | B |
| Octal | 40 | 20 | 51 | 26 | 75 | 0 | 124 | 426 | 54 | 13 |
| Binary | 100000 | 10000 | 101001 | 10110 | 111101 | 0 | 1010100 | 100010110 | 101100 | 1011 |
Color Harmonies of #201029
Complementary color
Monochromatic Colors of #201029
Black with #201029
Text Example
Text Example
White with #201029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201029; }
p { color: rgb(32,16,41); }
H1.HeaderClassName
{
color: #201029;
}
.AnyTagClassName
{
color: #201029;
}
</style>
background-color css
<style>
a { background-color: #201029; }
a { background-color: rgb(32,16,41); }
div.DivClassName
{
background-color: #201029;
}
.BgClassName
{
background-color: #201029;
}
</style>
border-color css
<style>
span { border-color: #201029; }
span { border-color: rgb(32,16,41); }
td.TdClassName
{
border-color: #201029;
}
.TagClassName
{
border-color: #201029;
}
</style>