Shades of Blackcurrant #221426
Tints of Blackcurrant #221426
RGB
CMYK
RGB Variations
Color information
#221426 (or 0x221426) is known color: Blackcurrant. HEX triplet: 22, 14 and 26. RGB value is (34,20,38). Sum of RGB (Red+Green+Blue) = 34+20+38=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #221426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221426 is #DDEBD9. Grayscale: #1A1A1A. Windows color (decimal): -14543834 or 2495522. OLE color: 2495522.
HSL color Cylindrical-coordinate representation of color #221426: hue angle of 286.67º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #221426 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 20 | 38 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.85 |
| HSL | 286.67º | 0.31% | 0.11% | - |
| HSV(B) | 286.67º | 0.47% | 0.15% | - |
| XYZ | 1.26 | 0.98 | 1.96 | - |
| YUV | 26.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 20 | 38 | 0.11 | 0.47 | 0 | 0.85 | 286.67 | 0.31 | 0.11 |
| Hex | 22 | 14 | 26 | B | 2F | 0 | 55 | 11F | 1F | B |
| Octal | 42 | 24 | 46 | 13 | 57 | 0 | 125 | 437 | 37 | 13 |
| Binary | 100010 | 10100 | 100110 | 1011 | 101111 | 0 | 1010101 | 100011111 | 11111 | 1011 |
Color Harmonies of #221426
Complementary color
Monochromatic Colors of #221426
Black with #221426
Text Example
Text Example
White with #221426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221426; }
p { color: rgb(34,20,38); }
H1.HeaderClassName
{
color: #221426;
}
.AnyTagClassName
{
color: #221426;
}
</style>
background-color css
<style>
a { background-color: #221426; }
a { background-color: rgb(34,20,38); }
div.DivClassName
{
background-color: #221426;
}
.BgClassName
{
background-color: #221426;
}
</style>
border-color css
<style>
span { border-color: #221426; }
span { border-color: rgb(34,20,38); }
td.TdClassName
{
border-color: #221426;
}
.TagClassName
{
border-color: #221426;
}
</style>