Shades of Blackcurrant #20012C
Tints of Blackcurrant #20012C
RGB
CMYK
RGB Variations
Color information
#20012C (or 0x20012C) is known color: Blackcurrant. HEX triplet: 20, 01 and 2C. RGB value is (32,1,44). Sum of RGB (Red+Green+Blue) = 32+1+44=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #20012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012C is #DFFED3. Grayscale: #0F0F0F. Windows color (decimal): -14679764 or 2883872. OLE color: 2883872.
HSL color Cylindrical-coordinate representation of color #20012C: hue angle of 283.26º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20012C is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 1 | 44 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.83 |
| HSL | 283.26º | 0.96% | 0.09% | - |
| HSV(B) | 283.26º | 0.98% | 0.17% | - |
| XYZ | 1.06 | 0.51 | 2.43 | - |
| YUV | 15.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 44 | 0.27 | 0.98 | 0 | 0.83 | 283.26 | 0.96 | 0.09 |
| Hex | 20 | 1 | 2C | 1B | 62 | 0 | 53 | 11B | 60 | 9 |
| Octal | 40 | 1 | 54 | 33 | 142 | 0 | 123 | 433 | 140 | 11 |
| Binary | 100000 | 1 | 101100 | 11011 | 1100010 | 0 | 1010011 | 100011011 | 1100000 | 1001 |
Color Harmonies of #20012C
Complementary color
Monochromatic Colors of #20012C
Black with #20012C
Text Example
Text Example
White with #20012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20012C; }
p { color: rgb(32,1,44); }
H1.HeaderClassName
{
color: #20012C;
}
.AnyTagClassName
{
color: #20012C;
}
</style>
background-color css
<style>
a { background-color: #20012C; }
a { background-color: rgb(32,1,44); }
div.DivClassName
{
background-color: #20012C;
}
.BgClassName
{
background-color: #20012C;
}
</style>
border-color css
<style>
span { border-color: #20012C; }
span { border-color: rgb(32,1,44); }
td.TdClassName
{
border-color: #20012C;
}
.TagClassName
{
border-color: #20012C;
}
</style>