Shades of Blackcurrant #20062C
Tints of Blackcurrant #20062C
RGB
CMYK
RGB Variations
Color information
#20062C (or 0x20062C) is known color: Blackcurrant. HEX triplet: 20, 06 and 2C. RGB value is (32,6,44). Sum of RGB (Red+Green+Blue) = 32+6+44=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #20062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20062C is #DFF9D3. Grayscale: #111111. Windows color (decimal): -14678484 or 2885152. OLE color: 2885152.
HSL color Cylindrical-coordinate representation of color #20062C: hue angle of 281.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20062C is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 6 | 44 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.83 |
| HSL | 281.05º | 0.76% | 0.1% | - |
| HSV(B) | 281.05º | 0.86% | 0.17% | - |
| XYZ | 1.12 | 0.62 | 2.44 | - |
| YUV | 18.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 44 | 0.27 | 0.86 | 0 | 0.83 | 281.05 | 0.76 | 0.1 |
| Hex | 20 | 6 | 2C | 1B | 56 | 0 | 53 | 119 | 4C | A |
| Octal | 40 | 6 | 54 | 33 | 126 | 0 | 123 | 431 | 114 | 12 |
| Binary | 100000 | 110 | 101100 | 11011 | 1010110 | 0 | 1010011 | 100011001 | 1001100 | 1010 |
Color Harmonies of #20062C
Complementary color
Monochromatic Colors of #20062C
Black with #20062C
Text Example
Text Example
White with #20062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20062C; }
p { color: rgb(32,6,44); }
H1.HeaderClassName
{
color: #20062C;
}
.AnyTagClassName
{
color: #20062C;
}
</style>
background-color css
<style>
a { background-color: #20062C; }
a { background-color: rgb(32,6,44); }
div.DivClassName
{
background-color: #20062C;
}
.BgClassName
{
background-color: #20062C;
}
</style>
border-color css
<style>
span { border-color: #20062C; }
span { border-color: rgb(32,6,44); }
td.TdClassName
{
border-color: #20062C;
}
.TagClassName
{
border-color: #20062C;
}
</style>