Shades of Blackcurrant #220239
Tints of Blackcurrant #220239
RGB
CMYK
RGB Variations
Color information
#220239 (or 0x220239) is known color: Blackcurrant. HEX triplet: 22, 02 and 39. RGB value is (34,2,57). Sum of RGB (Red+Green+Blue) = 34+2+57=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #220239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220239 is #DDFDC6. Grayscale: #111111. Windows color (decimal): -14548423 or 3736098. OLE color: 3736098.
HSL color Cylindrical-coordinate representation of color #220239: hue angle of 274.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #220239 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 34 | 2 | 57 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.78 |
| HSL | 274.91º | 0.93% | 0.12% | - |
| HSV(B) | 274.91º | 0.96% | 0.22% | - |
| XYZ | 1.42 | 0.68 | 3.93 | - |
| YUV | 17.84 | 150.1 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 2 | 57 | 0.40 | 0.96 | 0 | 0.78 | 274.91 | 0.93 | 0.12 |
| Hex | 22 | 2 | 39 | 28 | 60 | 0 | 4E | 113 | 5D | C |
| Octal | 42 | 2 | 71 | 50 | 140 | 0 | 116 | 423 | 135 | 14 |
| Binary | 100010 | 10 | 111001 | 101000 | 1100000 | 0 | 1001110 | 100010011 | 1011101 | 1100 |
Color Harmonies of #220239
Complementary color
Monochromatic Colors of #220239
Black with #220239
Text Example
Text Example
White with #220239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220239; }
p { color: rgb(34,2,57); }
H1.HeaderClassName
{
color: #220239;
}
.AnyTagClassName
{
color: #220239;
}
</style>
background-color css
<style>
a { background-color: #220239; }
a { background-color: rgb(34,2,57); }
div.DivClassName
{
background-color: #220239;
}
.BgClassName
{
background-color: #220239;
}
</style>
border-color css
<style>
span { border-color: #220239; }
span { border-color: rgb(34,2,57); }
td.TdClassName
{
border-color: #220239;
}
.TagClassName
{
border-color: #220239;
}
</style>