Shades of Blackcurrant #220E37
Tints of Blackcurrant #220E37
RGB
CMYK
RGB Variations
Color information
#220E37 (or 0x220E37) is known color: Blackcurrant. HEX triplet: 22, 0E and 37. RGB value is (34,14,55). Sum of RGB (Red+Green+Blue) = 34+14+55=103 (13% of max value = 765). Red value is 34 (13.67% from 255 or 33.01% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #220E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E37 is #DDF1C8. Grayscale: #181818. Windows color (decimal): -14545353 or 3608098. OLE color: 3608098.
HSL color Cylindrical-coordinate representation of color #220E37: hue angle of 269.27º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #220E37 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 14 | 55 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.78 |
| HSL | 269.27º | 0.59% | 0.14% | - |
| HSV(B) | 269.27º | 0.75% | 0.22% | - |
| XYZ | 1.51 | 0.93 | 3.71 | - |
| YUV | 24.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 55 | 0.38 | 0.75 | 0 | 0.78 | 269.27 | 0.59 | 0.14 |
| Hex | 22 | E | 37 | 26 | 4B | 0 | 4E | 10D | 3B | E |
| Octal | 42 | 16 | 67 | 46 | 113 | 0 | 116 | 415 | 73 | 16 |
| Binary | 100010 | 1110 | 110111 | 100110 | 1001011 | 0 | 1001110 | 100001101 | 111011 | 1110 |
Color Harmonies of #220E37
Complementary color
Monochromatic Colors of #220E37
Black with #220E37
Text Example
Text Example
White with #220E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E37; }
p { color: rgb(34,14,55); }
H1.HeaderClassName
{
color: #220E37;
}
.AnyTagClassName
{
color: #220E37;
}
</style>
background-color css
<style>
a { background-color: #220E37; }
a { background-color: rgb(34,14,55); }
div.DivClassName
{
background-color: #220E37;
}
.BgClassName
{
background-color: #220E37;
}
</style>
border-color css
<style>
span { border-color: #220E37; }
span { border-color: rgb(34,14,55); }
td.TdClassName
{
border-color: #220E37;
}
.TagClassName
{
border-color: #220E37;
}
</style>