Shades of Blackcurrant #220140
Tints of Blackcurrant #220140
RGB
CMYK
RGB Variations
Color information
#220140 (or 0x220140) is known color: Blackcurrant. HEX triplet: 22, 01 and 40. RGB value is (34,1,64). Sum of RGB (Red+Green+Blue) = 34+1+64=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #220140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220140 is #DDFEBF. Grayscale: #111111. Windows color (decimal): -14548672 or 4194594. OLE color: 4194594.
HSL color Cylindrical-coordinate representation of color #220140: hue angle of 271.43º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220140 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 1 | 64 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.75 |
| HSL | 271.43º | 0.97% | 0.13% | - |
| HSV(B) | 271.43º | 0.98% | 0.25% | - |
| XYZ | 1.6 | 0.73 | 4.91 | - |
| YUV | 18.05 | 153.93 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 64 | 0.47 | 0.98 | 0 | 0.75 | 271.43 | 0.97 | 0.13 |
| Hex | 22 | 1 | 40 | 2F | 62 | 0 | 4B | 10F | 61 | D |
| Octal | 42 | 1 | 100 | 57 | 142 | 0 | 113 | 417 | 141 | 15 |
| Binary | 100010 | 1 | 1000000 | 101111 | 1100010 | 0 | 1001011 | 100001111 | 1100001 | 1101 |
Color Harmonies of #220140
Complementary color
Monochromatic Colors of #220140
Black with #220140
Text Example
Text Example
White with #220140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220140; }
p { color: rgb(34,1,64); }
H1.HeaderClassName
{
color: #220140;
}
.AnyTagClassName
{
color: #220140;
}
</style>
background-color css
<style>
a { background-color: #220140; }
a { background-color: rgb(34,1,64); }
div.DivClassName
{
background-color: #220140;
}
.BgClassName
{
background-color: #220140;
}
</style>
border-color css
<style>
span { border-color: #220140; }
span { border-color: rgb(34,1,64); }
td.TdClassName
{
border-color: #220140;
}
.TagClassName
{
border-color: #220140;
}
</style>