Shades of Blackcurrant #220428
Tints of Blackcurrant #220428
RGB
CMYK
RGB Variations
Color information
#220428 (or 0x220428) is known color: Blackcurrant. HEX triplet: 22, 04 and 28. RGB value is (34,4,40). Sum of RGB (Red+Green+Blue) = 34+4+40=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #220428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220428 is #DDFBD7. Grayscale: #101010. Windows color (decimal): -14547928 or 2622498. OLE color: 2622498.
HSL color Cylindrical-coordinate representation of color #220428: hue angle of 290º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220428 is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 4 | 40 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.84 |
| HSL | 290º | 0.82% | 0.09% | - |
| HSV(B) | 290º | 0.9% | 0.16% | - |
| XYZ | 1.09 | 0.58 | 2.06 | - |
| YUV | 17.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 40 | 0.15 | 0.90 | 0 | 0.84 | 290 | 0.82 | 0.09 |
| Hex | 22 | 4 | 28 | F | 5A | 0 | 54 | 122 | 52 | 9 |
| Octal | 42 | 4 | 50 | 17 | 132 | 0 | 124 | 442 | 122 | 11 |
| Binary | 100010 | 100 | 101000 | 1111 | 1011010 | 0 | 1010100 | 100100010 | 1010010 | 1001 |
Color Harmonies of #220428
Complementary color
Monochromatic Colors of #220428
Black with #220428
Text Example
Text Example
White with #220428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220428; }
p { color: rgb(34,4,40); }
H1.HeaderClassName
{
color: #220428;
}
.AnyTagClassName
{
color: #220428;
}
</style>
background-color css
<style>
a { background-color: #220428; }
a { background-color: rgb(34,4,40); }
div.DivClassName
{
background-color: #220428;
}
.BgClassName
{
background-color: #220428;
}
</style>
border-color css
<style>
span { border-color: #220428; }
span { border-color: rgb(34,4,40); }
td.TdClassName
{
border-color: #220428;
}
.TagClassName
{
border-color: #220428;
}
</style>