Shades of Blackcurrant #220427
Tints of Blackcurrant #220427
RGB
CMYK
RGB Variations
Color information
#220427 (or 0x220427) is known color: Blackcurrant. HEX triplet: 22, 04 and 27. RGB value is (34,4,39). Sum of RGB (Red+Green+Blue) = 34+4+39=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #220427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220427 is #DDFBD8. Grayscale: #101010. Windows color (decimal): -14547929 or 2556962. OLE color: 2556962.
HSL color Cylindrical-coordinate representation of color #220427: hue angle of 291.43º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220427 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 4 | 39 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.85 |
| HSL | 291.43º | 0.81% | 0.08% | - |
| HSV(B) | 291.43º | 0.9% | 0.15% | - |
| XYZ | 1.07 | 0.57 | 1.97 | - |
| YUV | 16.96 | 140.44 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 39 | 0.13 | 0.90 | 0 | 0.85 | 291.43 | 0.81 | 0.08 |
| Hex | 22 | 4 | 27 | D | 5A | 0 | 55 | 123 | 51 | 8 |
| Octal | 42 | 4 | 47 | 15 | 132 | 0 | 125 | 443 | 121 | 10 |
| Binary | 100010 | 100 | 100111 | 1101 | 1011010 | 0 | 1010101 | 100100011 | 1010001 | 1000 |
Color Harmonies of #220427
Complementary color
Monochromatic Colors of #220427
Black with #220427
Text Example
Text Example
White with #220427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220427; }
p { color: rgb(34,4,39); }
H1.HeaderClassName
{
color: #220427;
}
.AnyTagClassName
{
color: #220427;
}
</style>
background-color css
<style>
a { background-color: #220427; }
a { background-color: rgb(34,4,39); }
div.DivClassName
{
background-color: #220427;
}
.BgClassName
{
background-color: #220427;
}
</style>
border-color css
<style>
span { border-color: #220427; }
span { border-color: rgb(34,4,39); }
td.TdClassName
{
border-color: #220427;
}
.TagClassName
{
border-color: #220427;
}
</style>