Shades of Blackcurrant #220437
Tints of Blackcurrant #220437
RGB
CMYK
RGB Variations
Color information
#220437 (or 0x220437) is known color: Blackcurrant. HEX triplet: 22, 04 and 37. RGB value is (34,4,55). Sum of RGB (Red+Green+Blue) = 34+4+55=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #220437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220437 is #DDFBC8. Grayscale: #121212. Windows color (decimal): -14547913 or 3605538. OLE color: 3605538.
HSL color Cylindrical-coordinate representation of color #220437: hue angle of 275.29º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220437 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 4 | 55 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.78 |
| HSL | 275.29º | 0.86% | 0.12% | - |
| HSV(B) | 275.29º | 0.93% | 0.22% | - |
| XYZ | 1.39 | 0.7 | 3.68 | - |
| YUV | 18.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 4 | 55 | 0.38 | 0.93 | 0 | 0.78 | 275.29 | 0.86 | 0.12 |
| Hex | 22 | 4 | 37 | 26 | 5D | 0 | 4E | 113 | 56 | C |
| Octal | 42 | 4 | 67 | 46 | 135 | 0 | 116 | 423 | 126 | 14 |
| Binary | 100010 | 100 | 110111 | 100110 | 1011101 | 0 | 1001110 | 100010011 | 1010110 | 1100 |
Color Harmonies of #220437
Complementary color
Monochromatic Colors of #220437
Black with #220437
Text Example
Text Example
White with #220437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220437; }
p { color: rgb(34,4,55); }
H1.HeaderClassName
{
color: #220437;
}
.AnyTagClassName
{
color: #220437;
}
</style>
background-color css
<style>
a { background-color: #220437; }
a { background-color: rgb(34,4,55); }
div.DivClassName
{
background-color: #220437;
}
.BgClassName
{
background-color: #220437;
}
</style>
border-color css
<style>
span { border-color: #220437; }
span { border-color: rgb(34,4,55); }
td.TdClassName
{
border-color: #220437;
}
.TagClassName
{
border-color: #220437;
}
</style>