Shades of Blackcurrant #220046
Tints of Blackcurrant #220046
RGB
CMYK
RGB Variations
Color information
#220046 (or 0x220046) is known color: Blackcurrant. HEX triplet: 22, 00 and 46. RGB value is (34,0,70). Sum of RGB (Red+Green+Blue) = 34+0+70=104 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.69% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #220046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220046 is #DDFFB9. Grayscale: #111111. Windows color (decimal): -14548922 or 4587554. OLE color: 4587554.
HSL color Cylindrical-coordinate representation of color #220046: hue angle of 269.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220046 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 0 | 70 | - |
| CMYK | 0.51 | 1 | 0 | 0.73 |
| HSL | 269.14º | 1% | 0.14% | - |
| HSV(B) | 269.14º | 1% | 0.27% | - |
| XYZ | 1.77 | 0.78 | 5.85 | - |
| YUV | 18.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 70 | 0.51 | 1 | 0 | 0.73 | 269.14 | 1 | 0.14 |
| Hex | 22 | 0 | 46 | 33 | 64 | 0 | 49 | 10D | 64 | E |
| Octal | 42 | 0 | 106 | 63 | 144 | 0 | 111 | 415 | 144 | 16 |
| Binary | 100010 | 0 | 1000110 | 110011 | 1100100 | 0 | 1001001 | 100001101 | 1100100 | 1110 |
Color Harmonies of #220046
Complementary color
Monochromatic Colors of #220046
Black with #220046
Text Example
Text Example
White with #220046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220046; }
p { color: rgb(34,0,70); }
H1.HeaderClassName
{
color: #220046;
}
.AnyTagClassName
{
color: #220046;
}
</style>
background-color css
<style>
a { background-color: #220046; }
a { background-color: rgb(34,0,70); }
div.DivClassName
{
background-color: #220046;
}
.BgClassName
{
background-color: #220046;
}
</style>
border-color css
<style>
span { border-color: #220046; }
span { border-color: rgb(34,0,70); }
td.TdClassName
{
border-color: #220046;
}
.TagClassName
{
border-color: #220046;
}
</style>