Shades of Blackcurrant #20032F
Tints of Blackcurrant #20032F
RGB
CMYK
RGB Variations
Color information
#20032F (or 0x20032F) is known color: Blackcurrant. HEX triplet: 20, 03 and 2F. RGB value is (32,3,47). Sum of RGB (Red+Green+Blue) = 32+3+47=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #20032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20032F is #DFFCD0. Grayscale: #101010. Windows color (decimal): -14679249 or 3080992. OLE color: 3080992.
HSL color Cylindrical-coordinate representation of color #20032F: hue angle of 279.55º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20032F is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 3 | 47 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.82 |
| HSL | 279.55º | 0.88% | 0.1% | - |
| HSV(B) | 279.55º | 0.94% | 0.18% | - |
| XYZ | 1.14 | 0.58 | 2.74 | - |
| YUV | 16.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 47 | 0.32 | 0.94 | 0 | 0.82 | 279.55 | 0.88 | 0.1 |
| Hex | 20 | 3 | 2F | 20 | 5E | 0 | 52 | 118 | 58 | A |
| Octal | 40 | 3 | 57 | 40 | 136 | 0 | 122 | 430 | 130 | 12 |
| Binary | 100000 | 11 | 101111 | 100000 | 1011110 | 0 | 1010010 | 100011000 | 1011000 | 1010 |
Color Harmonies of #20032F
Complementary color
Monochromatic Colors of #20032F
Black with #20032F
Text Example
Text Example
White with #20032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20032F; }
p { color: rgb(32,3,47); }
H1.HeaderClassName
{
color: #20032F;
}
.AnyTagClassName
{
color: #20032F;
}
</style>
background-color css
<style>
a { background-color: #20032F; }
a { background-color: rgb(32,3,47); }
div.DivClassName
{
background-color: #20032F;
}
.BgClassName
{
background-color: #20032F;
}
</style>
border-color css
<style>
span { border-color: #20032F; }
span { border-color: rgb(32,3,47); }
td.TdClassName
{
border-color: #20032F;
}
.TagClassName
{
border-color: #20032F;
}
</style>