Shades of Blackcurrant #220234
Tints of Blackcurrant #220234
RGB
CMYK
RGB Variations
Color information
#220234 (or 0x220234) is known color: Blackcurrant. HEX triplet: 22, 02 and 34. RGB value is (34,2,52). Sum of RGB (Red+Green+Blue) = 34+2+52=88 (11% of max value = 765). Red value is 34 (13.67% from 255 or 38.64% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #220234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220234 is #DDFDCB. Grayscale: #111111. Windows color (decimal): -14548428 or 3408418. OLE color: 3408418.
HSL color Cylindrical-coordinate representation of color #220234: hue angle of 278.4º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220234 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 2 | 52 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.80 |
| HSL | 278.4º | 0.93% | 0.11% | - |
| HSV(B) | 278.4º | 0.96% | 0.2% | - |
| XYZ | 1.3 | 0.63 | 3.3 | - |
| YUV | 17.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 52 | 0.35 | 0.96 | 0 | 0.80 | 278.4 | 0.93 | 0.11 |
| Hex | 22 | 2 | 34 | 23 | 60 | 0 | 50 | 116 | 5D | B |
| Octal | 42 | 2 | 64 | 43 | 140 | 0 | 120 | 426 | 135 | 13 |
| Binary | 100010 | 10 | 110100 | 100011 | 1100000 | 0 | 1010000 | 100010110 | 1011101 | 1011 |
Color Harmonies of #220234
Complementary color
Monochromatic Colors of #220234
Black with #220234
Text Example
Text Example
White with #220234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220234; }
p { color: rgb(34,2,52); }
H1.HeaderClassName
{
color: #220234;
}
.AnyTagClassName
{
color: #220234;
}
</style>
background-color css
<style>
a { background-color: #220234; }
a { background-color: rgb(34,2,52); }
div.DivClassName
{
background-color: #220234;
}
.BgClassName
{
background-color: #220234;
}
</style>
border-color css
<style>
span { border-color: #220234; }
span { border-color: rgb(34,2,52); }
td.TdClassName
{
border-color: #220234;
}
.TagClassName
{
border-color: #220234;
}
</style>