Shades of Blackcurrant #220528
Tints of Blackcurrant #220528
RGB
CMYK
RGB Variations
Color information
#220528 (or 0x220528) is known color: Blackcurrant. HEX triplet: 22, 05 and 28. RGB value is (34,5,40). Sum of RGB (Red+Green+Blue) = 34+5+40=79 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.04% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #220528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220528 is #DDFAD7. Grayscale: #111111. Windows color (decimal): -14547672 or 2622754. OLE color: 2622754.
HSL color Cylindrical-coordinate representation of color #220528: hue angle of 289.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220528 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 5 | 40 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.84 |
| HSL | 289.71º | 0.78% | 0.09% | - |
| HSV(B) | 289.71º | 0.88% | 0.16% | - |
| XYZ | 1.1 | 0.6 | 2.07 | - |
| YUV | 17.66 | 140.61 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 40 | 0.15 | 0.88 | 0 | 0.84 | 289.71 | 0.78 | 0.09 |
| Hex | 22 | 5 | 28 | F | 58 | 0 | 54 | 122 | 4E | 9 |
| Octal | 42 | 5 | 50 | 17 | 130 | 0 | 124 | 442 | 116 | 11 |
| Binary | 100010 | 101 | 101000 | 1111 | 1011000 | 0 | 1010100 | 100100010 | 1001110 | 1001 |
Color Harmonies of #220528
Complementary color
Monochromatic Colors of #220528
Black with #220528
Text Example
Text Example
White with #220528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220528; }
p { color: rgb(34,5,40); }
H1.HeaderClassName
{
color: #220528;
}
.AnyTagClassName
{
color: #220528;
}
</style>
background-color css
<style>
a { background-color: #220528; }
a { background-color: rgb(34,5,40); }
div.DivClassName
{
background-color: #220528;
}
.BgClassName
{
background-color: #220528;
}
</style>
border-color css
<style>
span { border-color: #220528; }
span { border-color: rgb(34,5,40); }
td.TdClassName
{
border-color: #220528;
}
.TagClassName
{
border-color: #220528;
}
</style>