Shades of Blackcurrant #220246
Tints of Blackcurrant #220246
RGB
CMYK
RGB Variations
Color information
#220246 (or 0x220246) is known color: Blackcurrant. HEX triplet: 22, 02 and 46. RGB value is (34,2,70). Sum of RGB (Red+Green+Blue) = 34+2+70=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #220246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220246 is #DDFDB9. Grayscale: #131313. Windows color (decimal): -14548410 or 4588066. OLE color: 4588066.
HSL color Cylindrical-coordinate representation of color #220246: hue angle of 268.24º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220246 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 2 | 70 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.73 |
| HSL | 268.24º | 0.94% | 0.14% | - |
| HSV(B) | 268.24º | 0.97% | 0.27% | - |
| XYZ | 1.79 | 0.83 | 5.86 | - |
| YUV | 19.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 70 | 0.51 | 0.97 | 0 | 0.73 | 268.24 | 0.94 | 0.14 |
| Hex | 22 | 2 | 46 | 33 | 61 | 0 | 49 | 10C | 5E | E |
| Octal | 42 | 2 | 106 | 63 | 141 | 0 | 111 | 414 | 136 | 16 |
| Binary | 100010 | 10 | 1000110 | 110011 | 1100001 | 0 | 1001001 | 100001100 | 1011110 | 1110 |
Color Harmonies of #220246
Complementary color
Monochromatic Colors of #220246
Black with #220246
Text Example
Text Example
White with #220246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220246; }
p { color: rgb(34,2,70); }
H1.HeaderClassName
{
color: #220246;
}
.AnyTagClassName
{
color: #220246;
}
</style>
background-color css
<style>
a { background-color: #220246; }
a { background-color: rgb(34,2,70); }
div.DivClassName
{
background-color: #220246;
}
.BgClassName
{
background-color: #220246;
}
</style>
border-color css
<style>
span { border-color: #220246; }
span { border-color: rgb(34,2,70); }
td.TdClassName
{
border-color: #220246;
}
.TagClassName
{
border-color: #220246;
}
</style>