Shades of Blackcurrant #20052C
Tints of Blackcurrant #20052C
RGB
CMYK
RGB Variations
Color information
#20052C (or 0x20052C) is known color: Blackcurrant. HEX triplet: 20, 05 and 2C. RGB value is (32,5,44). Sum of RGB (Red+Green+Blue) = 32+5+44=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #20052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052C is #DFFAD3. Grayscale: #111111. Windows color (decimal): -14678740 or 2884896. OLE color: 2884896.
HSL color Cylindrical-coordinate representation of color #20052C: hue angle of 281.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20052C is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 5 | 44 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.83 |
| HSL | 281.54º | 0.8% | 0.1% | - |
| HSV(B) | 281.54º | 0.89% | 0.17% | - |
| XYZ | 1.1 | 0.6 | 2.44 | - |
| YUV | 17.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 44 | 0.27 | 0.89 | 0 | 0.83 | 281.54 | 0.8 | 0.1 |
| Hex | 20 | 5 | 2C | 1B | 59 | 0 | 53 | 11A | 50 | A |
| Octal | 40 | 5 | 54 | 33 | 131 | 0 | 123 | 432 | 120 | 12 |
| Binary | 100000 | 101 | 101100 | 11011 | 1011001 | 0 | 1010011 | 100011010 | 1010000 | 1010 |
Color Harmonies of #20052C
Complementary color
Monochromatic Colors of #20052C
Black with #20052C
Text Example
Text Example
White with #20052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20052C; }
p { color: rgb(32,5,44); }
H1.HeaderClassName
{
color: #20052C;
}
.AnyTagClassName
{
color: #20052C;
}
</style>
background-color css
<style>
a { background-color: #20052C; }
a { background-color: rgb(32,5,44); }
div.DivClassName
{
background-color: #20052C;
}
.BgClassName
{
background-color: #20052C;
}
</style>
border-color css
<style>
span { border-color: #20052C; }
span { border-color: rgb(32,5,44); }
td.TdClassName
{
border-color: #20052C;
}
.TagClassName
{
border-color: #20052C;
}
</style>