Shades of Blackcurrant #220031
Tints of Blackcurrant #220031
RGB
CMYK
RGB Variations
Color information
#220031 (or 0x220031) is known color: Blackcurrant. HEX triplet: 22, 00 and 31. RGB value is (34,0,49). Sum of RGB (Red+Green+Blue) = 34+0+49=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #220031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220031 is #DDFFCE. Grayscale: #0F0F0F. Windows color (decimal): -14548943 or 3211298. OLE color: 3211298.
HSL color Cylindrical-coordinate representation of color #220031: hue angle of 281.63º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220031 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 0 | 49 | - |
| CMYK | 0.31 | 1 | 0 | 0.81 |
| HSL | 281.63º | 1% | 0.1% | - |
| HSV(B) | 281.63º | 1% | 0.19% | - |
| XYZ | 1.21 | 0.56 | 2.95 | - |
| YUV | 15.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 49 | 0.31 | 1 | 0 | 0.81 | 281.63 | 1 | 0.1 |
| Hex | 22 | 0 | 31 | 1F | 64 | 0 | 51 | 11A | 64 | A |
| Octal | 42 | 0 | 61 | 37 | 144 | 0 | 121 | 432 | 144 | 12 |
| Binary | 100010 | 0 | 110001 | 11111 | 1100100 | 0 | 1010001 | 100011010 | 1100100 | 1010 |
Color Harmonies of #220031
Complementary color
Monochromatic Colors of #220031
Black with #220031
Text Example
Text Example
White with #220031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220031; }
p { color: rgb(34,0,49); }
H1.HeaderClassName
{
color: #220031;
}
.AnyTagClassName
{
color: #220031;
}
</style>
background-color css
<style>
a { background-color: #220031; }
a { background-color: rgb(34,0,49); }
div.DivClassName
{
background-color: #220031;
}
.BgClassName
{
background-color: #220031;
}
</style>
border-color css
<style>
span { border-color: #220031; }
span { border-color: rgb(34,0,49); }
td.TdClassName
{
border-color: #220031;
}
.TagClassName
{
border-color: #220031;
}
</style>