Shades of Blackcurrant #220E34
Tints of Blackcurrant #220E34
RGB
CMYK
RGB Variations
Color information
#220E34 (or 0x220E34) is known color: Blackcurrant. HEX triplet: 22, 0E and 34. RGB value is (34,14,52). Sum of RGB (Red+Green+Blue) = 34+14+52=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #220E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E34 is #DDF1CB. Grayscale: #181818. Windows color (decimal): -14545356 or 3411490. OLE color: 3411490.
HSL color Cylindrical-coordinate representation of color #220E34: hue angle of 271.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #220E34 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 14 | 52 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.80 |
| HSL | 271.58º | 0.58% | 0.13% | - |
| HSV(B) | 271.58º | 0.73% | 0.2% | - |
| XYZ | 1.44 | 0.9 | 3.35 | - |
| YUV | 24.31 | 143.63 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 52 | 0.35 | 0.73 | 0 | 0.80 | 271.58 | 0.58 | 0.13 |
| Hex | 22 | E | 34 | 23 | 49 | 0 | 50 | 110 | 3A | D |
| Octal | 42 | 16 | 64 | 43 | 111 | 0 | 120 | 420 | 72 | 15 |
| Binary | 100010 | 1110 | 110100 | 100011 | 1001001 | 0 | 1010000 | 100010000 | 111010 | 1101 |
Color Harmonies of #220E34
Complementary color
Monochromatic Colors of #220E34
Black with #220E34
Text Example
Text Example
White with #220E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220E34; }
p { color: rgb(34,14,52); }
H1.HeaderClassName
{
color: #220E34;
}
.AnyTagClassName
{
color: #220E34;
}
</style>
background-color css
<style>
a { background-color: #220E34; }
a { background-color: rgb(34,14,52); }
div.DivClassName
{
background-color: #220E34;
}
.BgClassName
{
background-color: #220E34;
}
</style>
border-color css
<style>
span { border-color: #220E34; }
span { border-color: rgb(34,14,52); }
td.TdClassName
{
border-color: #220E34;
}
.TagClassName
{
border-color: #220E34;
}
</style>