Shades of Blackcurrant #220549
Tints of Blackcurrant #220549
RGB
CMYK
RGB Variations
Color information
#220549 (or 0x220549) is known color: Blackcurrant. HEX triplet: 22, 05 and 49. RGB value is (34,5,73). Sum of RGB (Red+Green+Blue) = 34+5+73=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #220549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220549 is #DDFAB6. Grayscale: #151515. Windows color (decimal): -14547639 or 4785442. OLE color: 4785442.
HSL color Cylindrical-coordinate representation of color #220549: hue angle of 265.59º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220549 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 5 | 73 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.71 |
| HSL | 265.59º | 0.87% | 0.15% | - |
| HSV(B) | 265.59º | 0.93% | 0.29% | - |
| XYZ | 1.92 | 0.93 | 6.38 | - |
| YUV | 21.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 73 | 0.53 | 0.93 | 0 | 0.71 | 265.59 | 0.87 | 0.15 |
| Hex | 22 | 5 | 49 | 35 | 5D | 0 | 47 | 10A | 57 | F |
| Octal | 42 | 5 | 111 | 65 | 135 | 0 | 107 | 412 | 127 | 17 |
| Binary | 100010 | 101 | 1001001 | 110101 | 1011101 | 0 | 1000111 | 100001010 | 1010111 | 1111 |
Color Harmonies of #220549
Complementary color
Monochromatic Colors of #220549
Black with #220549
Text Example
Text Example
White with #220549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220549; }
p { color: rgb(34,5,73); }
H1.HeaderClassName
{
color: #220549;
}
.AnyTagClassName
{
color: #220549;
}
</style>
background-color css
<style>
a { background-color: #220549; }
a { background-color: rgb(34,5,73); }
div.DivClassName
{
background-color: #220549;
}
.BgClassName
{
background-color: #220549;
}
</style>
border-color css
<style>
span { border-color: #220549; }
span { border-color: rgb(34,5,73); }
td.TdClassName
{
border-color: #220549;
}
.TagClassName
{
border-color: #220549;
}
</style>