Shades of Blackcurrant #20053A
Tints of Blackcurrant #20053A
RGB
CMYK
RGB Variations
Color information
#20053A (or 0x20053A) is known color: Blackcurrant. HEX triplet: 20, 05 and 3A. RGB value is (32,5,58). Sum of RGB (Red+Green+Blue) = 32+5+58=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #20053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20053A is #DFFAC5. Grayscale: #121212. Windows color (decimal): -14678726 or 3802400. OLE color: 3802400.
HSL color Cylindrical-coordinate representation of color #20053A: hue angle of 270.57º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20053A is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 5 | 58 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.77 |
| HSL | 270.57º | 0.84% | 0.12% | - |
| HSV(B) | 270.57º | 0.91% | 0.23% | - |
| XYZ | 1.41 | 0.72 | 4.07 | - |
| YUV | 19.12 | 149.95 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 58 | 0.45 | 0.91 | 0 | 0.77 | 270.57 | 0.84 | 0.12 |
| Hex | 20 | 5 | 3A | 2D | 5B | 0 | 4D | 10F | 54 | C |
| Octal | 40 | 5 | 72 | 55 | 133 | 0 | 115 | 417 | 124 | 14 |
| Binary | 100000 | 101 | 111010 | 101101 | 1011011 | 0 | 1001101 | 100001111 | 1010100 | 1100 |
Color Harmonies of #20053A
Complementary color
Monochromatic Colors of #20053A
Black with #20053A
Text Example
Text Example
White with #20053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20053A; }
p { color: rgb(32,5,58); }
H1.HeaderClassName
{
color: #20053A;
}
.AnyTagClassName
{
color: #20053A;
}
</style>
background-color css
<style>
a { background-color: #20053A; }
a { background-color: rgb(32,5,58); }
div.DivClassName
{
background-color: #20053A;
}
.BgClassName
{
background-color: #20053A;
}
</style>
border-color css
<style>
span { border-color: #20053A; }
span { border-color: rgb(32,5,58); }
td.TdClassName
{
border-color: #20053A;
}
.TagClassName
{
border-color: #20053A;
}
</style>