Shades of Blackcurrant #20022C
Tints of Blackcurrant #20022C
RGB
CMYK
RGB Variations
Color information
#20022C (or 0x20022C) is known color: Blackcurrant. HEX triplet: 20, 02 and 2C. RGB value is (32,2,44). Sum of RGB (Red+Green+Blue) = 32+2+44=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #20022C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20022C is #DFFDD3. Grayscale: #0F0F0F. Windows color (decimal): -14679508 or 2884128. OLE color: 2884128.
HSL color Cylindrical-coordinate representation of color #20022C: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20022C is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 2 | 44 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.83 |
| HSL | 282.86º | 0.91% | 0.09% | - |
| HSV(B) | 282.86º | 0.95% | 0.17% | - |
| XYZ | 1.07 | 0.53 | 2.43 | - |
| YUV | 15.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 44 | 0.27 | 0.95 | 0 | 0.83 | 282.86 | 0.91 | 0.09 |
| Hex | 20 | 2 | 2C | 1B | 5F | 0 | 53 | 11B | 5B | 9 |
| Octal | 40 | 2 | 54 | 33 | 137 | 0 | 123 | 433 | 133 | 11 |
| Binary | 100000 | 10 | 101100 | 11011 | 1011111 | 0 | 1010011 | 100011011 | 1011011 | 1001 |
Color Harmonies of #20022C
Complementary color
Monochromatic Colors of #20022C
Black with #20022C
Text Example
Text Example
White with #20022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20022C; }
p { color: rgb(32,2,44); }
H1.HeaderClassName
{
color: #20022C;
}
.AnyTagClassName
{
color: #20022C;
}
</style>
background-color css
<style>
a { background-color: #20022C; }
a { background-color: rgb(32,2,44); }
div.DivClassName
{
background-color: #20022C;
}
.BgClassName
{
background-color: #20022C;
}
</style>
border-color css
<style>
span { border-color: #20022C; }
span { border-color: rgb(32,2,44); }
td.TdClassName
{
border-color: #20022C;
}
.TagClassName
{
border-color: #20022C;
}
</style>