Shades of Blackcurrant #221131
Tints of Blackcurrant #221131
RGB
CMYK
RGB Variations
Color information
#221131 (or 0x221131) is known color: Blackcurrant. HEX triplet: 22, 11 and 31. RGB value is (34,17,49). Sum of RGB (Red+Green+Blue) = 34+17+49=100 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #221131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221131 is #DDEECE. Grayscale: #191919. Windows color (decimal): -14544591 or 3215650. OLE color: 3215650.
HSL color Cylindrical-coordinate representation of color #221131: hue angle of 271.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #221131 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 17 | 49 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.81 |
| HSL | 271.88º | 0.48% | 0.13% | - |
| HSV(B) | 271.88º | 0.65% | 0.19% | - |
| XYZ | 1.41 | 0.96 | 3.02 | - |
| YUV | 25.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 49 | 0.31 | 0.65 | 0 | 0.81 | 271.88 | 0.48 | 0.13 |
| Hex | 22 | 11 | 31 | 1F | 41 | 0 | 51 | 110 | 30 | D |
| Octal | 42 | 21 | 61 | 37 | 101 | 0 | 121 | 420 | 60 | 15 |
| Binary | 100010 | 10001 | 110001 | 11111 | 1000001 | 0 | 1010001 | 100010000 | 110000 | 1101 |
Color Harmonies of #221131
Complementary color
Monochromatic Colors of #221131
Black with #221131
Text Example
Text Example
White with #221131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221131; }
p { color: rgb(34,17,49); }
H1.HeaderClassName
{
color: #221131;
}
.AnyTagClassName
{
color: #221131;
}
</style>
background-color css
<style>
a { background-color: #221131; }
a { background-color: rgb(34,17,49); }
div.DivClassName
{
background-color: #221131;
}
.BgClassName
{
background-color: #221131;
}
</style>
border-color css
<style>
span { border-color: #221131; }
span { border-color: rgb(34,17,49); }
td.TdClassName
{
border-color: #221131;
}
.TagClassName
{
border-color: #221131;
}
</style>