Shades of Blackcurrant #22012E
Tints of Blackcurrant #22012E
RGB
CMYK
RGB Variations
Color information
#22012E (or 0x22012E) is known color: Blackcurrant. HEX triplet: 22, 01 and 2E. RGB value is (34,1,46). Sum of RGB (Red+Green+Blue) = 34+1+46=81 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.98% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #22012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22012E is #DDFED1. Grayscale: #0F0F0F. Windows color (decimal): -14548690 or 3014946. OLE color: 3014946.
HSL color Cylindrical-coordinate representation of color #22012E: hue angle of 284º 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 #22012E is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 34 | 1 | 46 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.82 |
| HSL | 284º | 0.96% | 0.09% | - |
| HSV(B) | 284º | 0.98% | 0.18% | - |
| XYZ | 1.16 | 0.56 | 2.63 | - |
| YUV | 16 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 46 | 0.26 | 0.98 | 0 | 0.82 | 284 | 0.96 | 0.09 |
| Hex | 22 | 1 | 2E | 1A | 62 | 0 | 52 | 11C | 60 | 9 |
| Octal | 42 | 1 | 56 | 32 | 142 | 0 | 122 | 434 | 140 | 11 |
| Binary | 100010 | 1 | 101110 | 11010 | 1100010 | 0 | 1010010 | 100011100 | 1100000 | 1001 |
Color Harmonies of #22012E
Complementary color
Monochromatic Colors of #22012E
Black with #22012E
Text Example
Text Example
White with #22012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22012E; }
p { color: rgb(34,1,46); }
H1.HeaderClassName
{
color: #22012E;
}
.AnyTagClassName
{
color: #22012E;
}
</style>
background-color css
<style>
a { background-color: #22012E; }
a { background-color: rgb(34,1,46); }
div.DivClassName
{
background-color: #22012E;
}
.BgClassName
{
background-color: #22012E;
}
</style>
border-color css
<style>
span { border-color: #22012E; }
span { border-color: rgb(34,1,46); }
td.TdClassName
{
border-color: #22012E;
}
.TagClassName
{
border-color: #22012E;
}
</style>