Shades of Blackcurrant #220149
Tints of Blackcurrant #220149
RGB
CMYK
RGB Variations
Color information
#220149 (or 0x220149) is known color: Blackcurrant. HEX triplet: 22, 01 and 49. RGB value is (34,1,73). Sum of RGB (Red+Green+Blue) = 34+1+73=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #220149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220149 is #DDFEB6. Grayscale: #121212. Windows color (decimal): -14548663 or 4784418. OLE color: 4784418.
HSL color Cylindrical-coordinate representation of color #220149: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #220149 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 1 | 73 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.71 |
| HSL | 267.5º | 0.97% | 0.15% | - |
| HSV(B) | 267.5º | 0.99% | 0.29% | - |
| XYZ | 1.87 | 0.84 | 6.37 | - |
| YUV | 19.08 | 158.43 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 73 | 0.53 | 0.99 | 0 | 0.71 | 267.5 | 0.97 | 0.15 |
| Hex | 22 | 1 | 49 | 35 | 63 | 0 | 47 | 10C | 61 | F |
| Octal | 42 | 1 | 111 | 65 | 143 | 0 | 107 | 414 | 141 | 17 |
| Binary | 100010 | 1 | 1001001 | 110101 | 1100011 | 0 | 1000111 | 100001100 | 1100001 | 1111 |
Color Harmonies of #220149
Complementary color
Monochromatic Colors of #220149
Black with #220149
Text Example
Text Example
White with #220149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220149; }
p { color: rgb(34,1,73); }
H1.HeaderClassName
{
color: #220149;
}
.AnyTagClassName
{
color: #220149;
}
</style>
background-color css
<style>
a { background-color: #220149; }
a { background-color: rgb(34,1,73); }
div.DivClassName
{
background-color: #220149;
}
.BgClassName
{
background-color: #220149;
}
</style>
border-color css
<style>
span { border-color: #220149; }
span { border-color: rgb(34,1,73); }
td.TdClassName
{
border-color: #220149;
}
.TagClassName
{
border-color: #220149;
}
</style>