Shades of Blackcurrant #220037
Tints of Blackcurrant #220037
RGB
CMYK
RGB Variations
Color information
#220037 (or 0x220037) is known color: Blackcurrant. HEX triplet: 22, 00 and 37. RGB value is (34,0,55). Sum of RGB (Red+Green+Blue) = 34+0+55=89 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.20% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #220037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220037 is #DDFFC8. Grayscale: #101010. Windows color (decimal): -14548937 or 3604514. OLE color: 3604514.
HSL color Cylindrical-coordinate representation of color #220037: hue angle of 277.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220037 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 0 | 55 | - |
| CMYK | 0.38 | 1 | 0 | 0.78 |
| HSL | 277.09º | 1% | 0.11% | - |
| HSV(B) | 277.09º | 1% | 0.22% | - |
| XYZ | 1.35 | 0.62 | 3.66 | - |
| YUV | 16.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 55 | 0.38 | 1 | 0 | 0.78 | 277.09 | 1 | 0.11 |
| Hex | 22 | 0 | 37 | 26 | 64 | 0 | 4E | 115 | 64 | B |
| Octal | 42 | 0 | 67 | 46 | 144 | 0 | 116 | 425 | 144 | 13 |
| Binary | 100010 | 0 | 110111 | 100110 | 1100100 | 0 | 1001110 | 100010101 | 1100100 | 1011 |
Color Harmonies of #220037
Complementary color
Monochromatic Colors of #220037
Black with #220037
Text Example
Text Example
White with #220037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220037; }
p { color: rgb(34,0,55); }
H1.HeaderClassName
{
color: #220037;
}
.AnyTagClassName
{
color: #220037;
}
</style>
background-color css
<style>
a { background-color: #220037; }
a { background-color: rgb(34,0,55); }
div.DivClassName
{
background-color: #220037;
}
.BgClassName
{
background-color: #220037;
}
</style>
border-color css
<style>
span { border-color: #220037; }
span { border-color: rgb(34,0,55); }
td.TdClassName
{
border-color: #220037;
}
.TagClassName
{
border-color: #220037;
}
</style>