Shades of Blackcurrant #20012D
Tints of Blackcurrant #20012D
RGB
CMYK
RGB Variations
Color information
#20012D (or 0x20012D) is known color: Blackcurrant. HEX triplet: 20, 01 and 2D. RGB value is (32,1,45). Sum of RGB (Red+Green+Blue) = 32+1+45=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #20012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012D is #DFFED2. Grayscale: #0F0F0F. Windows color (decimal): -14679763 or 2949408. OLE color: 2949408.
HSL color Cylindrical-coordinate representation of color #20012D: hue angle of 282.27º 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 #20012D is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 1 | 45 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.82 |
| HSL | 282.27º | 0.96% | 0.09% | - |
| HSV(B) | 282.27º | 0.98% | 0.18% | - |
| XYZ | 1.08 | 0.52 | 2.53 | - |
| YUV | 15.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 45 | 0.29 | 0.98 | 0 | 0.82 | 282.27 | 0.96 | 0.09 |
| Hex | 20 | 1 | 2D | 1D | 62 | 0 | 52 | 11A | 60 | 9 |
| Octal | 40 | 1 | 55 | 35 | 142 | 0 | 122 | 432 | 140 | 11 |
| Binary | 100000 | 1 | 101101 | 11101 | 1100010 | 0 | 1010010 | 100011010 | 1100000 | 1001 |
Color Harmonies of #20012D
Complementary color
Monochromatic Colors of #20012D
Black with #20012D
Text Example
Text Example
White with #20012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20012D; }
p { color: rgb(32,1,45); }
H1.HeaderClassName
{
color: #20012D;
}
.AnyTagClassName
{
color: #20012D;
}
</style>
background-color css
<style>
a { background-color: #20012D; }
a { background-color: rgb(32,1,45); }
div.DivClassName
{
background-color: #20012D;
}
.BgClassName
{
background-color: #20012D;
}
</style>
border-color css
<style>
span { border-color: #20012D; }
span { border-color: rgb(32,1,45); }
td.TdClassName
{
border-color: #20012D;
}
.TagClassName
{
border-color: #20012D;
}
</style>