Shades of Blackcurrant #22012C
Tints of Blackcurrant #22012C
RGB
CMYK
RGB Variations
Color information
#22012C (or 0x22012C) is known color: Blackcurrant. HEX triplet: 22, 01 and 2C. RGB value is (34,1,44). Sum of RGB (Red+Green+Blue) = 34+1+44=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #22012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22012C is #DDFED3. Grayscale: #0F0F0F. Windows color (decimal): -14548692 or 2883874. OLE color: 2883874.
HSL color Cylindrical-coordinate representation of color #22012C: hue angle of 286.05º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22012C is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 1 | 44 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.83 |
| HSL | 286.05º | 0.96% | 0.09% | - |
| HSV(B) | 286.05º | 0.98% | 0.17% | - |
| XYZ | 1.13 | 0.54 | 2.43 | - |
| YUV | 15.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 44 | 0.23 | 0.98 | 0 | 0.83 | 286.05 | 0.96 | 0.09 |
| Hex | 22 | 1 | 2C | 17 | 62 | 0 | 53 | 11E | 60 | 9 |
| Octal | 42 | 1 | 54 | 27 | 142 | 0 | 123 | 436 | 140 | 11 |
| Binary | 100010 | 1 | 101100 | 10111 | 1100010 | 0 | 1010011 | 100011110 | 1100000 | 1001 |
Color Harmonies of #22012C
Complementary color
Monochromatic Colors of #22012C
Black with #22012C
Text Example
Text Example
White with #22012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22012C; }
p { color: rgb(34,1,44); }
H1.HeaderClassName
{
color: #22012C;
}
.AnyTagClassName
{
color: #22012C;
}
</style>
background-color css
<style>
a { background-color: #22012C; }
a { background-color: rgb(34,1,44); }
div.DivClassName
{
background-color: #22012C;
}
.BgClassName
{
background-color: #22012C;
}
</style>
border-color css
<style>
span { border-color: #22012C; }
span { border-color: rgb(34,1,44); }
td.TdClassName
{
border-color: #22012C;
}
.TagClassName
{
border-color: #22012C;
}
</style>