Shades of Blackcurrant #220326
Tints of Blackcurrant #220326
RGB
CMYK
RGB Variations
Color information
#220326 (or 0x220326) is known color: Blackcurrant. HEX triplet: 22, 03 and 26. RGB value is (34,3,38). Sum of RGB (Red+Green+Blue) = 34+3+38=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #220326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220326 is #DDFCD9. Grayscale: #101010. Windows color (decimal): -14548186 or 2491170. OLE color: 2491170.
HSL color Cylindrical-coordinate representation of color #220326: hue angle of 293.14º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220326 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 3 | 38 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.85 |
| HSL | 293.14º | 0.85% | 0.08% | - |
| HSV(B) | 293.14º | 0.92% | 0.15% | - |
| XYZ | 1.04 | 0.55 | 1.88 | - |
| YUV | 16.26 | 140.27 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 38 | 0.11 | 0.92 | 0 | 0.85 | 293.14 | 0.85 | 0.08 |
| Hex | 22 | 3 | 26 | B | 5C | 0 | 55 | 125 | 55 | 8 |
| Octal | 42 | 3 | 46 | 13 | 134 | 0 | 125 | 445 | 125 | 10 |
| Binary | 100010 | 11 | 100110 | 1011 | 1011100 | 0 | 1010101 | 100100101 | 1010101 | 1000 |
Color Harmonies of #220326
Complementary color
Monochromatic Colors of #220326
Black with #220326
Text Example
Text Example
White with #220326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220326; }
p { color: rgb(34,3,38); }
H1.HeaderClassName
{
color: #220326;
}
.AnyTagClassName
{
color: #220326;
}
</style>
background-color css
<style>
a { background-color: #220326; }
a { background-color: rgb(34,3,38); }
div.DivClassName
{
background-color: #220326;
}
.BgClassName
{
background-color: #220326;
}
</style>
border-color css
<style>
span { border-color: #220326; }
span { border-color: rgb(34,3,38); }
td.TdClassName
{
border-color: #220326;
}
.TagClassName
{
border-color: #220326;
}
</style>