Shades of Blackcurrant #20053D
Tints of Blackcurrant #20053D
RGB
CMYK
RGB Variations
Color information
#20053D (or 0x20053D) is known color: Blackcurrant. HEX triplet: 20, 05 and 3D. RGB value is (32,5,61). Sum of RGB (Red+Green+Blue) = 32+5+61=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #20053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20053D is #DFFAC2. Grayscale: #131313. Windows color (decimal): -14678723 or 3999008. OLE color: 3999008.
HSL color Cylindrical-coordinate representation of color #20053D: hue angle of 268.93º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20053D is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 5 | 61 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.76 |
| HSL | 268.93º | 0.85% | 0.13% | - |
| HSV(B) | 268.93º | 0.92% | 0.24% | - |
| XYZ | 1.49 | 0.75 | 4.48 | - |
| YUV | 19.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 61 | 0.48 | 0.92 | 0 | 0.76 | 268.93 | 0.85 | 0.13 |
| Hex | 20 | 5 | 3D | 30 | 5C | 0 | 4C | 10D | 55 | D |
| Octal | 40 | 5 | 75 | 60 | 134 | 0 | 114 | 415 | 125 | 15 |
| Binary | 100000 | 101 | 111101 | 110000 | 1011100 | 0 | 1001100 | 100001101 | 1010101 | 1101 |
Color Harmonies of #20053D
Complementary color
Monochromatic Colors of #20053D
Black with #20053D
Text Example
Text Example
White with #20053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20053D; }
p { color: rgb(32,5,61); }
H1.HeaderClassName
{
color: #20053D;
}
.AnyTagClassName
{
color: #20053D;
}
</style>
background-color css
<style>
a { background-color: #20053D; }
a { background-color: rgb(32,5,61); }
div.DivClassName
{
background-color: #20053D;
}
.BgClassName
{
background-color: #20053D;
}
</style>
border-color css
<style>
span { border-color: #20053D; }
span { border-color: rgb(32,5,61); }
td.TdClassName
{
border-color: #20053D;
}
.TagClassName
{
border-color: #20053D;
}
</style>