Shades of Blackcurrant #220328
Tints of Blackcurrant #220328
RGB
CMYK
RGB Variations
Color information
#220328 (or 0x220328) is known color: Blackcurrant. HEX triplet: 22, 03 and 28. RGB value is (34,3,40). Sum of RGB (Red+Green+Blue) = 34+3+40=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #220328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220328 is #DDFCD7. Grayscale: #101010. Windows color (decimal): -14548184 or 2622242. OLE color: 2622242.
HSL color Cylindrical-coordinate representation of color #220328: hue angle of 290.27º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220328 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 3 | 40 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.84 |
| HSL | 290.27º | 0.86% | 0.08% | - |
| HSV(B) | 290.27º | 0.93% | 0.16% | - |
| XYZ | 1.08 | 0.56 | 2.06 | - |
| YUV | 16.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 40 | 0.15 | 0.93 | 0 | 0.84 | 290.27 | 0.86 | 0.08 |
| Hex | 22 | 3 | 28 | F | 5D | 0 | 54 | 122 | 56 | 8 |
| Octal | 42 | 3 | 50 | 17 | 135 | 0 | 124 | 442 | 126 | 10 |
| Binary | 100010 | 11 | 101000 | 1111 | 1011101 | 0 | 1010100 | 100100010 | 1010110 | 1000 |
Color Harmonies of #220328
Complementary color
Monochromatic Colors of #220328
Black with #220328
Text Example
Text Example
White with #220328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220328; }
p { color: rgb(34,3,40); }
H1.HeaderClassName
{
color: #220328;
}
.AnyTagClassName
{
color: #220328;
}
</style>
background-color css
<style>
a { background-color: #220328; }
a { background-color: rgb(34,3,40); }
div.DivClassName
{
background-color: #220328;
}
.BgClassName
{
background-color: #220328;
}
</style>
border-color css
<style>
span { border-color: #220328; }
span { border-color: rgb(34,3,40); }
td.TdClassName
{
border-color: #220328;
}
.TagClassName
{
border-color: #220328;
}
</style>