Shades of Blackcurrant #22022E
Tints of Blackcurrant #22022E
RGB
CMYK
RGB Variations
Color information
#22022E (or 0x22022E) is known color: Blackcurrant. HEX triplet: 22, 02 and 2E. RGB value is (34,2,46). Sum of RGB (Red+Green+Blue) = 34+2+46=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #22022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22022E is #DDFDD1. Grayscale: #101010. Windows color (decimal): -14548434 or 3015202. OLE color: 3015202.
HSL color Cylindrical-coordinate representation of color #22022E: hue angle of 283.64º 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 #22022E is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 2 | 46 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.82 |
| HSL | 283.64º | 0.92% | 0.09% | - |
| HSV(B) | 283.64º | 0.96% | 0.18% | - |
| XYZ | 1.17 | 0.58 | 2.63 | - |
| YUV | 16.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 46 | 0.26 | 0.96 | 0 | 0.82 | 283.64 | 0.92 | 0.09 |
| Hex | 22 | 2 | 2E | 1A | 60 | 0 | 52 | 11C | 5C | 9 |
| Octal | 42 | 2 | 56 | 32 | 140 | 0 | 122 | 434 | 134 | 11 |
| Binary | 100010 | 10 | 101110 | 11010 | 1100000 | 0 | 1010010 | 100011100 | 1011100 | 1001 |
Color Harmonies of #22022E
Complementary color
Monochromatic Colors of #22022E
Black with #22022E
Text Example
Text Example
White with #22022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22022E; }
p { color: rgb(34,2,46); }
H1.HeaderClassName
{
color: #22022E;
}
.AnyTagClassName
{
color: #22022E;
}
</style>
background-color css
<style>
a { background-color: #22022E; }
a { background-color: rgb(34,2,46); }
div.DivClassName
{
background-color: #22022E;
}
.BgClassName
{
background-color: #22022E;
}
</style>
border-color css
<style>
span { border-color: #22022E; }
span { border-color: rgb(34,2,46); }
td.TdClassName
{
border-color: #22022E;
}
.TagClassName
{
border-color: #22022E;
}
</style>