Shades of Blackcurrant #220526
Tints of Blackcurrant #220526
RGB
CMYK
RGB Variations
Color information
#220526 (or 0x220526) is known color: Blackcurrant. HEX triplet: 22, 05 and 26. RGB value is (34,5,38). Sum of RGB (Red+Green+Blue) = 34+5+38=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #220526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220526 is #DDFAD9. Grayscale: #111111. Windows color (decimal): -14547674 or 2491682. OLE color: 2491682.
HSL color Cylindrical-coordinate representation of color #220526: hue angle of 292.73º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #220526 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 5 | 38 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.85 |
| HSL | 292.73º | 0.77% | 0.08% | - |
| HSV(B) | 292.73º | 0.87% | 0.15% | - |
| XYZ | 1.06 | 0.59 | 1.89 | - |
| YUV | 17.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 5 | 38 | 0.11 | 0.87 | 0 | 0.85 | 292.73 | 0.77 | 0.08 |
| Hex | 22 | 5 | 26 | B | 57 | 0 | 55 | 125 | 4D | 8 |
| Octal | 42 | 5 | 46 | 13 | 127 | 0 | 125 | 445 | 115 | 10 |
| Binary | 100010 | 101 | 100110 | 1011 | 1010111 | 0 | 1010101 | 100100101 | 1001101 | 1000 |
Color Harmonies of #220526
Complementary color
Monochromatic Colors of #220526
Black with #220526
Text Example
Text Example
White with #220526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220526; }
p { color: rgb(34,5,38); }
H1.HeaderClassName
{
color: #220526;
}
.AnyTagClassName
{
color: #220526;
}
</style>
background-color css
<style>
a { background-color: #220526; }
a { background-color: rgb(34,5,38); }
div.DivClassName
{
background-color: #220526;
}
.BgClassName
{
background-color: #220526;
}
</style>
border-color css
<style>
span { border-color: #220526; }
span { border-color: rgb(34,5,38); }
td.TdClassName
{
border-color: #220526;
}
.TagClassName
{
border-color: #220526;
}
</style>