Shades of Blackcurrant #20022E
Tints of Blackcurrant #20022E
RGB
CMYK
RGB Variations
Color information
#20022E (or 0x20022E) is known color: Blackcurrant. HEX triplet: 20, 02 and 2E. RGB value is (32,2,46). Sum of RGB (Red+Green+Blue) = 32+2+46=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #20022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20022E is #DFFDD1. Grayscale: #0F0F0F. Windows color (decimal): -14679506 or 3015200. OLE color: 3015200.
HSL color Cylindrical-coordinate representation of color #20022E: hue angle of 280.91º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20022E is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 2 | 46 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.82 |
| HSL | 280.91º | 0.92% | 0.09% | - |
| HSV(B) | 280.91º | 0.96% | 0.18% | - |
| XYZ | 1.11 | 0.55 | 2.63 | - |
| YUV | 15.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 46 | 0.30 | 0.96 | 0 | 0.82 | 280.91 | 0.92 | 0.09 |
| Hex | 20 | 2 | 2E | 1E | 60 | 0 | 52 | 119 | 5C | 9 |
| Octal | 40 | 2 | 56 | 36 | 140 | 0 | 122 | 431 | 134 | 11 |
| Binary | 100000 | 10 | 101110 | 11110 | 1100000 | 0 | 1010010 | 100011001 | 1011100 | 1001 |
Color Harmonies of #20022E
Complementary color
Monochromatic Colors of #20022E
Black with #20022E
Text Example
Text Example
White with #20022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20022E; }
p { color: rgb(32,2,46); }
H1.HeaderClassName
{
color: #20022E;
}
.AnyTagClassName
{
color: #20022E;
}
</style>
background-color css
<style>
a { background-color: #20022E; }
a { background-color: rgb(32,2,46); }
div.DivClassName
{
background-color: #20022E;
}
.BgClassName
{
background-color: #20022E;
}
</style>
border-color css
<style>
span { border-color: #20022E; }
span { border-color: rgb(32,2,46); }
td.TdClassName
{
border-color: #20022E;
}
.TagClassName
{
border-color: #20022E;
}
</style>