Shades of Blackcurrant #20023A
Tints of Blackcurrant #20023A
RGB
CMYK
RGB Variations
Color information
#20023A (or 0x20023A) is known color: Blackcurrant. HEX triplet: 20, 02 and 3A. RGB value is (32,2,58). Sum of RGB (Red+Green+Blue) = 32+2+58=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #20023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20023A is #DFFDC5. Grayscale: #111111. Windows color (decimal): -14679494 or 3801632. OLE color: 3801632.
HSL color Cylindrical-coordinate representation of color #20023A: hue angle of 272.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20023A is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 32 | 2 | 58 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.77 |
| HSL | 272.14º | 0.93% | 0.12% | - |
| HSV(B) | 272.14º | 0.97% | 0.23% | - |
| XYZ | 1.38 | 0.66 | 4.06 | - |
| YUV | 17.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 58 | 0.45 | 0.97 | 0 | 0.77 | 272.14 | 0.93 | 0.12 |
| Hex | 20 | 2 | 3A | 2D | 61 | 0 | 4D | 110 | 5D | C |
| Octal | 40 | 2 | 72 | 55 | 141 | 0 | 115 | 420 | 135 | 14 |
| Binary | 100000 | 10 | 111010 | 101101 | 1100001 | 0 | 1001101 | 100010000 | 1011101 | 1100 |
Color Harmonies of #20023A
Complementary color
Monochromatic Colors of #20023A
Black with #20023A
Text Example
Text Example
White with #20023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20023A; }
p { color: rgb(32,2,58); }
H1.HeaderClassName
{
color: #20023A;
}
.AnyTagClassName
{
color: #20023A;
}
</style>
background-color css
<style>
a { background-color: #20023A; }
a { background-color: rgb(32,2,58); }
div.DivClassName
{
background-color: #20023A;
}
.BgClassName
{
background-color: #20023A;
}
</style>
border-color css
<style>
span { border-color: #20023A; }
span { border-color: rgb(32,2,58); }
td.TdClassName
{
border-color: #20023A;
}
.TagClassName
{
border-color: #20023A;
}
</style>