Shades of Blackcurrant #20052D
Tints of Blackcurrant #20052D
RGB
CMYK
RGB Variations
Color information
#20052D (or 0x20052D) is known color: Blackcurrant. HEX triplet: 20, 05 and 2D. RGB value is (32,5,45). Sum of RGB (Red+Green+Blue) = 32+5+45=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #20052D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20052D is #DFFAD2. Grayscale: #111111. Windows color (decimal): -14678739 or 2950432. OLE color: 2950432.
HSL color Cylindrical-coordinate representation of color #20052D: hue angle of 280.5º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20052D is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 5 | 45 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.82 |
| HSL | 280.5º | 0.8% | 0.1% | - |
| HSV(B) | 280.5º | 0.89% | 0.18% | - |
| XYZ | 1.12 | 0.61 | 2.54 | - |
| YUV | 17.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 45 | 0.29 | 0.89 | 0 | 0.82 | 280.5 | 0.8 | 0.1 |
| Hex | 20 | 5 | 2D | 1D | 59 | 0 | 52 | 118 | 50 | A |
| Octal | 40 | 5 | 55 | 35 | 131 | 0 | 122 | 430 | 120 | 12 |
| Binary | 100000 | 101 | 101101 | 11101 | 1011001 | 0 | 1010010 | 100011000 | 1010000 | 1010 |
Color Harmonies of #20052D
Complementary color
Monochromatic Colors of #20052D
Black with #20052D
Text Example
Text Example
White with #20052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20052D; }
p { color: rgb(32,5,45); }
H1.HeaderClassName
{
color: #20052D;
}
.AnyTagClassName
{
color: #20052D;
}
</style>
background-color css
<style>
a { background-color: #20052D; }
a { background-color: rgb(32,5,45); }
div.DivClassName
{
background-color: #20052D;
}
.BgClassName
{
background-color: #20052D;
}
</style>
border-color css
<style>
span { border-color: #20052D; }
span { border-color: rgb(32,5,45); }
td.TdClassName
{
border-color: #20052D;
}
.TagClassName
{
border-color: #20052D;
}
</style>