Shades of Blackcurrant #220026
Tints of Blackcurrant #220026
RGB
CMYK
RGB Variations
Color information
#220026 (or 0x220026) is known color: Blackcurrant. HEX triplet: 22, 00 and 26. RGB value is (34,0,38). Sum of RGB (Red+Green+Blue) = 34+0+38=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #220026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220026 is #DDFFD9. Grayscale: #0E0E0E. Windows color (decimal): -14548954 or 2490402. OLE color: 2490402.
HSL color Cylindrical-coordinate representation of color #220026: hue angle of 293.68º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220026 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 0 | 38 | - |
| CMYK | 0.11 | 1 | 0 | 0.85 |
| HSL | 293.68º | 1% | 0.07% | - |
| HSV(B) | 293.68º | 1% | 0.15% | - |
| XYZ | 1.01 | 0.48 | 1.87 | - |
| YUV | 14.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 38 | 0.11 | 1 | 0 | 0.85 | 293.68 | 1 | 0.07 |
| Hex | 22 | 0 | 26 | B | 64 | 0 | 55 | 126 | 64 | 7 |
| Octal | 42 | 0 | 46 | 13 | 144 | 0 | 125 | 446 | 144 | 7 |
| Binary | 100010 | 0 | 100110 | 1011 | 1100100 | 0 | 1010101 | 100100110 | 1100100 | 111 |
Color Harmonies of #220026
Complementary color
Monochromatic Colors of #220026
Black with #220026
Text Example
Text Example
White with #220026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220026; }
p { color: rgb(34,0,38); }
H1.HeaderClassName
{
color: #220026;
}
.AnyTagClassName
{
color: #220026;
}
</style>
background-color css
<style>
a { background-color: #220026; }
a { background-color: rgb(34,0,38); }
div.DivClassName
{
background-color: #220026;
}
.BgClassName
{
background-color: #220026;
}
</style>
border-color css
<style>
span { border-color: #220026; }
span { border-color: rgb(34,0,38); }
td.TdClassName
{
border-color: #220026;
}
.TagClassName
{
border-color: #220026;
}
</style>