Shades of Blackcurrant #221628
Tints of Blackcurrant #221628
RGB
CMYK
RGB Variations
Color information
#221628 (or 0x221628) is known color: Blackcurrant. HEX triplet: 22, 16 and 28. RGB value is (34,22,40). Sum of RGB (Red+Green+Blue) = 34+22+40=96 (12% of max value = 765). Red value is 34 (13.67% from 255 or 35.42% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #221628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221628 is #DDE9D7. Grayscale: #1B1B1B. Windows color (decimal): -14543320 or 2627106. OLE color: 2627106.
HSL color Cylindrical-coordinate representation of color #221628: hue angle of 280º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #221628 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 22 | 40 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.84 |
| HSL | 280º | 0.29% | 0.12% | - |
| HSV(B) | 280º | 0.45% | 0.16% | - |
| XYZ | 1.33 | 1.07 | 2.14 | - |
| YUV | 27.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 40 | 0.15 | 0.45 | 0 | 0.84 | 280 | 0.29 | 0.12 |
| Hex | 22 | 16 | 28 | F | 2D | 0 | 54 | 118 | 1D | C |
| Octal | 42 | 26 | 50 | 17 | 55 | 0 | 124 | 430 | 35 | 14 |
| Binary | 100010 | 10110 | 101000 | 1111 | 101101 | 0 | 1010100 | 100011000 | 11101 | 1100 |
Color Harmonies of #221628
Complementary color
Monochromatic Colors of #221628
Black with #221628
Text Example
Text Example
White with #221628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221628; }
p { color: rgb(34,22,40); }
H1.HeaderClassName
{
color: #221628;
}
.AnyTagClassName
{
color: #221628;
}
</style>
background-color css
<style>
a { background-color: #221628; }
a { background-color: rgb(34,22,40); }
div.DivClassName
{
background-color: #221628;
}
.BgClassName
{
background-color: #221628;
}
</style>
border-color css
<style>
span { border-color: #221628; }
span { border-color: rgb(34,22,40); }
td.TdClassName
{
border-color: #221628;
}
.TagClassName
{
border-color: #221628;
}
</style>