Shades of Blackcurrant #20012A
Tints of Blackcurrant #20012A
RGB
CMYK
RGB Variations
Color information
#20012A (or 0x20012A) is known color: Blackcurrant. HEX triplet: 20, 01 and 2A. RGB value is (32,1,42). Sum of RGB (Red+Green+Blue) = 32+1+42=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #20012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20012A is #DFFED5. Grayscale: #0E0E0E. Windows color (decimal): -14679766 or 2752800. OLE color: 2752800.
HSL color Cylindrical-coordinate representation of color #20012A: hue angle of 285.37º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20012A is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 1 | 42 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.84 |
| HSL | 285.37º | 0.95% | 0.08% | - |
| HSV(B) | 285.37º | 0.98% | 0.16% | - |
| XYZ | 1.02 | 0.5 | 2.23 | - |
| YUV | 14.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 42 | 0.24 | 0.98 | 0 | 0.84 | 285.37 | 0.95 | 0.08 |
| Hex | 20 | 1 | 2A | 18 | 62 | 0 | 54 | 11D | 5F | 8 |
| Octal | 40 | 1 | 52 | 30 | 142 | 0 | 124 | 435 | 137 | 10 |
| Binary | 100000 | 1 | 101010 | 11000 | 1100010 | 0 | 1010100 | 100011101 | 1011111 | 1000 |
Color Harmonies of #20012A
Complementary color
Monochromatic Colors of #20012A
Black with #20012A
Text Example
Text Example
White with #20012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20012A; }
p { color: rgb(32,1,42); }
H1.HeaderClassName
{
color: #20012A;
}
.AnyTagClassName
{
color: #20012A;
}
</style>
background-color css
<style>
a { background-color: #20012A; }
a { background-color: rgb(32,1,42); }
div.DivClassName
{
background-color: #20012A;
}
.BgClassName
{
background-color: #20012A;
}
</style>
border-color css
<style>
span { border-color: #20012A; }
span { border-color: rgb(32,1,42); }
td.TdClassName
{
border-color: #20012A;
}
.TagClassName
{
border-color: #20012A;
}
</style>