Shades of Blackcurrant #220245
Tints of Blackcurrant #220245
RGB
CMYK
RGB Variations
Color information
#220245 (or 0x220245) is known color: Blackcurrant. HEX triplet: 22, 02 and 45. RGB value is (34,2,69). Sum of RGB (Red+Green+Blue) = 34+2+69=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 69 (27.34% from 255 or 65.71% from 105); Max value from RGB is 69 - color contains mainly: blue. Hex color #220245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220245 is #DDFDBA. Grayscale: #121212. Windows color (decimal): -14548411 or 4522530. OLE color: 4522530.
HSL color Cylindrical-coordinate representation of color #220245: hue angle of 268.66º 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 #220245 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 2 | 69 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.73 |
| HSL | 268.66º | 0.94% | 0.14% | - |
| HSV(B) | 268.66º | 0.97% | 0.27% | - |
| XYZ | 1.76 | 0.81 | 5.69 | - |
| YUV | 19.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 69 | 0.51 | 0.97 | 0 | 0.73 | 268.66 | 0.94 | 0.14 |
| Hex | 22 | 2 | 45 | 33 | 61 | 0 | 49 | 10D | 5E | E |
| Octal | 42 | 2 | 105 | 63 | 141 | 0 | 111 | 415 | 136 | 16 |
| Binary | 100010 | 10 | 1000101 | 110011 | 1100001 | 0 | 1001001 | 100001101 | 1011110 | 1110 |
Color Harmonies of #220245
Complementary color
Monochromatic Colors of #220245
Black with #220245
Text Example
Text Example
White with #220245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220245; }
p { color: rgb(34,2,69); }
H1.HeaderClassName
{
color: #220245;
}
.AnyTagClassName
{
color: #220245;
}
</style>
background-color css
<style>
a { background-color: #220245; }
a { background-color: rgb(34,2,69); }
div.DivClassName
{
background-color: #220245;
}
.BgClassName
{
background-color: #220245;
}
</style>
border-color css
<style>
span { border-color: #220245; }
span { border-color: rgb(34,2,69); }
td.TdClassName
{
border-color: #220245;
}
.TagClassName
{
border-color: #220245;
}
</style>