Shades of Blackcurrant #221629
Tints of Blackcurrant #221629
RGB
CMYK
RGB Variations
Color information
#221629 (or 0x221629) is known color: Blackcurrant. HEX triplet: 22, 16 and 29. RGB value is (34,22,41). Sum of RGB (Red+Green+Blue) = 34+22+41=97 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.05% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #221629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221629 is #DDE9D6. Grayscale: #1B1B1B. Windows color (decimal): -14543319 or 2692642. OLE color: 2692642.
HSL color Cylindrical-coordinate representation of color #221629: hue angle of 277.89º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #221629 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 22 | 41 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.84 |
| HSL | 277.89º | 0.3% | 0.12% | - |
| HSV(B) | 277.89º | 0.46% | 0.16% | - |
| XYZ | 1.35 | 1.07 | 2.23 | - |
| YUV | 27.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 41 | 0.17 | 0.46 | 0 | 0.84 | 277.89 | 0.3 | 0.12 |
| Hex | 22 | 16 | 29 | 11 | 2E | 0 | 54 | 116 | 1E | C |
| Octal | 42 | 26 | 51 | 21 | 56 | 0 | 124 | 426 | 36 | 14 |
| Binary | 100010 | 10110 | 101001 | 10001 | 101110 | 0 | 1010100 | 100010110 | 11110 | 1100 |
Color Harmonies of #221629
Complementary color
Monochromatic Colors of #221629
Black with #221629
Text Example
Text Example
White with #221629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221629; }
p { color: rgb(34,22,41); }
H1.HeaderClassName
{
color: #221629;
}
.AnyTagClassName
{
color: #221629;
}
</style>
background-color css
<style>
a { background-color: #221629; }
a { background-color: rgb(34,22,41); }
div.DivClassName
{
background-color: #221629;
}
.BgClassName
{
background-color: #221629;
}
</style>
border-color css
<style>
span { border-color: #221629; }
span { border-color: rgb(34,22,41); }
td.TdClassName
{
border-color: #221629;
}
.TagClassName
{
border-color: #221629;
}
</style>