Shades of Blackcurrant #220928
Tints of Blackcurrant #220928
RGB
CMYK
RGB Variations
Color information
#220928 (or 0x220928) is known color: Blackcurrant. HEX triplet: 22, 09 and 28. RGB value is (34,9,40). Sum of RGB (Red+Green+Blue) = 34+9+40=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #220928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220928 is #DDF6D7. Grayscale: #131313. Windows color (decimal): -14546648 or 2623778. OLE color: 2623778.
HSL color Cylindrical-coordinate representation of color #220928: hue angle of 288.39º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #220928 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 9 | 40 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.84 |
| HSL | 288.39º | 0.63% | 0.1% | - |
| HSV(B) | 288.39º | 0.78% | 0.16% | - |
| XYZ | 1.14 | 0.69 | 2.08 | - |
| YUV | 20.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 9 | 40 | 0.15 | 0.78 | 0 | 0.84 | 288.39 | 0.63 | 0.1 |
| Hex | 22 | 9 | 28 | F | 4E | 0 | 54 | 120 | 3F | A |
| Octal | 42 | 11 | 50 | 17 | 116 | 0 | 124 | 440 | 77 | 12 |
| Binary | 100010 | 1001 | 101000 | 1111 | 1001110 | 0 | 1010100 | 100100000 | 111111 | 1010 |
Color Harmonies of #220928
Complementary color
Monochromatic Colors of #220928
Black with #220928
Text Example
Text Example
White with #220928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220928; }
p { color: rgb(34,9,40); }
H1.HeaderClassName
{
color: #220928;
}
.AnyTagClassName
{
color: #220928;
}
</style>
background-color css
<style>
a { background-color: #220928; }
a { background-color: rgb(34,9,40); }
div.DivClassName
{
background-color: #220928;
}
.BgClassName
{
background-color: #220928;
}
</style>
border-color css
<style>
span { border-color: #220928; }
span { border-color: rgb(34,9,40); }
td.TdClassName
{
border-color: #220928;
}
.TagClassName
{
border-color: #220928;
}
</style>