Shades of Blackcurrant #20022F
Tints of Blackcurrant #20022F
RGB
CMYK
RGB Variations
Color information
#20022F (or 0x20022F) is known color: Blackcurrant. HEX triplet: 20, 02 and 2F. RGB value is (32,2,47). Sum of RGB (Red+Green+Blue) = 32+2+47=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #20022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20022F is #DFFDD0. Grayscale: #0F0F0F. Windows color (decimal): -14679505 or 3080736. OLE color: 3080736.
HSL color Cylindrical-coordinate representation of color #20022F: hue angle of 280º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20022F is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 2 | 47 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.82 |
| HSL | 280º | 0.92% | 0.1% | - |
| HSV(B) | 280º | 0.96% | 0.18% | - |
| XYZ | 1.13 | 0.56 | 2.74 | - |
| YUV | 16.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 47 | 0.32 | 0.96 | 0 | 0.82 | 280 | 0.92 | 0.1 |
| Hex | 20 | 2 | 2F | 20 | 60 | 0 | 52 | 118 | 5C | A |
| Octal | 40 | 2 | 57 | 40 | 140 | 0 | 122 | 430 | 134 | 12 |
| Binary | 100000 | 10 | 101111 | 100000 | 1100000 | 0 | 1010010 | 100011000 | 1011100 | 1010 |
Color Harmonies of #20022F
Complementary color
Monochromatic Colors of #20022F
Black with #20022F
Text Example
Text Example
White with #20022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20022F; }
p { color: rgb(32,2,47); }
H1.HeaderClassName
{
color: #20022F;
}
.AnyTagClassName
{
color: #20022F;
}
</style>
background-color css
<style>
a { background-color: #20022F; }
a { background-color: rgb(32,2,47); }
div.DivClassName
{
background-color: #20022F;
}
.BgClassName
{
background-color: #20022F;
}
</style>
border-color css
<style>
span { border-color: #20022F; }
span { border-color: rgb(32,2,47); }
td.TdClassName
{
border-color: #20022F;
}
.TagClassName
{
border-color: #20022F;
}
</style>