Shades of Blackcurrant #220041
Tints of Blackcurrant #220041
RGB
CMYK
RGB Variations
Color information
#220041 (or 0x220041) is known color: Blackcurrant. HEX triplet: 22, 00 and 41. RGB value is (34,0,65). Sum of RGB (Red+Green+Blue) = 34+0+65=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #220041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220041 is #DDFFBE. Grayscale: #111111. Windows color (decimal): -14548927 or 4259874. OLE color: 4259874.
HSL color Cylindrical-coordinate representation of color #220041: hue angle of 271.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220041 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 0 | 65 | - |
| CMYK | 0.48 | 1 | 0 | 0.75 |
| HSL | 271.38º | 1% | 0.13% | - |
| HSV(B) | 271.38º | 1% | 0.25% | - |
| XYZ | 1.61 | 0.72 | 5.06 | - |
| YUV | 17.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 65 | 0.48 | 1 | 0 | 0.75 | 271.38 | 1 | 0.13 |
| Hex | 22 | 0 | 41 | 30 | 64 | 0 | 4B | 10F | 64 | D |
| Octal | 42 | 0 | 101 | 60 | 144 | 0 | 113 | 417 | 144 | 15 |
| Binary | 100010 | 0 | 1000001 | 110000 | 1100100 | 0 | 1001011 | 100001111 | 1100100 | 1101 |
Color Harmonies of #220041
Complementary color
Monochromatic Colors of #220041
Black with #220041
Text Example
Text Example
White with #220041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220041; }
p { color: rgb(34,0,65); }
H1.HeaderClassName
{
color: #220041;
}
.AnyTagClassName
{
color: #220041;
}
</style>
background-color css
<style>
a { background-color: #220041; }
a { background-color: rgb(34,0,65); }
div.DivClassName
{
background-color: #220041;
}
.BgClassName
{
background-color: #220041;
}
</style>
border-color css
<style>
span { border-color: #220041; }
span { border-color: rgb(34,0,65); }
td.TdClassName
{
border-color: #220041;
}
.TagClassName
{
border-color: #220041;
}
</style>