Shades of Blackcurrant #20012E
Tints of Blackcurrant #20012E
RGB
CMYK
RGB Variations
Color information
#20012E (or 0x20012E) is known color: Blackcurrant. HEX triplet: 20, 01 and 2E. RGB value is (32,1,46). Sum of RGB (Red+Green+Blue) = 32+1+46=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 46 (18.36% from 255 or 58.23% from 79); Max value from RGB is 46 - color contains mainly: blue. Hex color #20012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012E is #DFFED1. Grayscale: #0F0F0F. Windows color (decimal): -14679762 or 3014944. OLE color: 3014944.
HSL color Cylindrical-coordinate representation of color #20012E: hue angle of 281.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20012E is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 1 | 46 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.82 |
| HSL | 281.33º | 0.96% | 0.09% | - |
| HSV(B) | 281.33º | 0.98% | 0.18% | - |
| XYZ | 1.1 | 0.53 | 2.63 | - |
| YUV | 15.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 46 | 0.30 | 0.98 | 0 | 0.82 | 281.33 | 0.96 | 0.09 |
| Hex | 20 | 1 | 2E | 1E | 62 | 0 | 52 | 119 | 60 | 9 |
| Octal | 40 | 1 | 56 | 36 | 142 | 0 | 122 | 431 | 140 | 11 |
| Binary | 100000 | 1 | 101110 | 11110 | 1100010 | 0 | 1010010 | 100011001 | 1100000 | 1001 |
Color Harmonies of #20012E
Complementary color
Monochromatic Colors of #20012E
Black with #20012E
Text Example
Text Example
White with #20012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20012E; }
p { color: rgb(32,1,46); }
H1.HeaderClassName
{
color: #20012E;
}
.AnyTagClassName
{
color: #20012E;
}
</style>
background-color css
<style>
a { background-color: #20012E; }
a { background-color: rgb(32,1,46); }
div.DivClassName
{
background-color: #20012E;
}
.BgClassName
{
background-color: #20012E;
}
</style>
border-color css
<style>
span { border-color: #20012E; }
span { border-color: rgb(32,1,46); }
td.TdClassName
{
border-color: #20012E;
}
.TagClassName
{
border-color: #20012E;
}
</style>