Shades of Blackcurrant #220131
Tints of Blackcurrant #220131
RGB
CMYK
RGB Variations
Color information
#220131 (or 0x220131) is known color: Blackcurrant. HEX triplet: 22, 01 and 31. RGB value is (34,1,49). Sum of RGB (Red+Green+Blue) = 34+1+49=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #220131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220131 is #DDFECE. Grayscale: #101010. Windows color (decimal): -14548687 or 3211554. OLE color: 3211554.
HSL color Cylindrical-coordinate representation of color #220131: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220131 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 1 | 49 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.81 |
| HSL | 281.25º | 0.96% | 0.1% | - |
| HSV(B) | 281.25º | 0.98% | 0.19% | - |
| XYZ | 1.22 | 0.58 | 2.95 | - |
| YUV | 16.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 49 | 0.31 | 0.98 | 0 | 0.81 | 281.25 | 0.96 | 0.1 |
| Hex | 22 | 1 | 31 | 1F | 62 | 0 | 51 | 119 | 60 | A |
| Octal | 42 | 1 | 61 | 37 | 142 | 0 | 121 | 431 | 140 | 12 |
| Binary | 100010 | 1 | 110001 | 11111 | 1100010 | 0 | 1010001 | 100011001 | 1100000 | 1010 |
Color Harmonies of #220131
Complementary color
Monochromatic Colors of #220131
Black with #220131
Text Example
Text Example
White with #220131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220131; }
p { color: rgb(34,1,49); }
H1.HeaderClassName
{
color: #220131;
}
.AnyTagClassName
{
color: #220131;
}
</style>
background-color css
<style>
a { background-color: #220131; }
a { background-color: rgb(34,1,49); }
div.DivClassName
{
background-color: #220131;
}
.BgClassName
{
background-color: #220131;
}
</style>
border-color css
<style>
span { border-color: #220131; }
span { border-color: rgb(34,1,49); }
td.TdClassName
{
border-color: #220131;
}
.TagClassName
{
border-color: #220131;
}
</style>