Shades of Blackcurrant #220249
Tints of Blackcurrant #220249
RGB
CMYK
RGB Variations
Color information
#220249 (or 0x220249) is known color: Blackcurrant. HEX triplet: 22, 02 and 49. RGB value is (34,2,73). Sum of RGB (Red+Green+Blue) = 34+2+73=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #220249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220249 is #DDFDB6. Grayscale: #131313. Windows color (decimal): -14548407 or 4784674. OLE color: 4784674.
HSL color Cylindrical-coordinate representation of color #220249: hue angle of 267.04º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220249 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 2 | 73 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.71 |
| HSL | 267.04º | 0.95% | 0.15% | - |
| HSV(B) | 267.04º | 0.97% | 0.29% | - |
| XYZ | 1.88 | 0.86 | 6.37 | - |
| YUV | 19.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 73 | 0.53 | 0.97 | 0 | 0.71 | 267.04 | 0.95 | 0.15 |
| Hex | 22 | 2 | 49 | 35 | 61 | 0 | 47 | 10B | 5F | F |
| Octal | 42 | 2 | 111 | 65 | 141 | 0 | 107 | 413 | 137 | 17 |
| Binary | 100010 | 10 | 1001001 | 110101 | 1100001 | 0 | 1000111 | 100001011 | 1011111 | 1111 |
Color Harmonies of #220249
Complementary color
Monochromatic Colors of #220249
Black with #220249
Text Example
Text Example
White with #220249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220249; }
p { color: rgb(34,2,73); }
H1.HeaderClassName
{
color: #220249;
}
.AnyTagClassName
{
color: #220249;
}
</style>
background-color css
<style>
a { background-color: #220249; }
a { background-color: rgb(34,2,73); }
div.DivClassName
{
background-color: #220249;
}
.BgClassName
{
background-color: #220249;
}
</style>
border-color css
<style>
span { border-color: #220249; }
span { border-color: rgb(34,2,73); }
td.TdClassName
{
border-color: #220249;
}
.TagClassName
{
border-color: #220249;
}
</style>