Shades of Blackcurrant #220236
Tints of Blackcurrant #220236
RGB
CMYK
RGB Variations
Color information
#220236 (or 0x220236) is known color: Blackcurrant. HEX triplet: 22, 02 and 36. RGB value is (34,2,54). Sum of RGB (Red+Green+Blue) = 34+2+54=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #220236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220236 is #DDFDC9. Grayscale: #111111. Windows color (decimal): -14548426 or 3539490. OLE color: 3539490.
HSL color Cylindrical-coordinate representation of color #220236: hue angle of 276.92º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220236 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 34 | 2 | 54 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.79 |
| HSL | 276.92º | 0.93% | 0.11% | - |
| HSV(B) | 276.92º | 0.96% | 0.21% | - |
| XYZ | 1.35 | 0.65 | 3.54 | - |
| YUV | 17.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 54 | 0.37 | 0.96 | 0 | 0.79 | 276.92 | 0.93 | 0.11 |
| Hex | 22 | 2 | 36 | 25 | 60 | 0 | 4F | 115 | 5D | B |
| Octal | 42 | 2 | 66 | 45 | 140 | 0 | 117 | 425 | 135 | 13 |
| Binary | 100010 | 10 | 110110 | 100101 | 1100000 | 0 | 1001111 | 100010101 | 1011101 | 1011 |
Color Harmonies of #220236
Complementary color
Monochromatic Colors of #220236
Black with #220236
Text Example
Text Example
White with #220236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220236; }
p { color: rgb(34,2,54); }
H1.HeaderClassName
{
color: #220236;
}
.AnyTagClassName
{
color: #220236;
}
</style>
background-color css
<style>
a { background-color: #220236; }
a { background-color: rgb(34,2,54); }
div.DivClassName
{
background-color: #220236;
}
.BgClassName
{
background-color: #220236;
}
</style>
border-color css
<style>
span { border-color: #220236; }
span { border-color: rgb(34,2,54); }
td.TdClassName
{
border-color: #220236;
}
.TagClassName
{
border-color: #220236;
}
</style>