Shades of Blackcurrant #220741
Tints of Blackcurrant #220741
RGB
CMYK
RGB Variations
Color information
#220741 (or 0x220741) is known color: Blackcurrant. HEX triplet: 22, 07 and 41. RGB value is (34,7,65). Sum of RGB (Red+Green+Blue) = 34+7+65=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #220741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220741 is #DDF8BE. Grayscale: #151515. Windows color (decimal): -14547135 or 4261666. OLE color: 4261666.
HSL color Cylindrical-coordinate representation of color #220741: hue angle of 267.93º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220741 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 7 | 65 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.75 |
| HSL | 267.93º | 0.81% | 0.14% | - |
| HSV(B) | 267.93º | 0.89% | 0.25% | - |
| XYZ | 1.69 | 0.87 | 5.08 | - |
| YUV | 21.69 | 152.45 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 65 | 0.48 | 0.89 | 0 | 0.75 | 267.93 | 0.81 | 0.14 |
| Hex | 22 | 7 | 41 | 30 | 59 | 0 | 4B | 10C | 51 | E |
| Octal | 42 | 7 | 101 | 60 | 131 | 0 | 113 | 414 | 121 | 16 |
| Binary | 100010 | 111 | 1000001 | 110000 | 1011001 | 0 | 1001011 | 100001100 | 1010001 | 1110 |
Color Harmonies of #220741
Complementary color
Monochromatic Colors of #220741
Black with #220741
Text Example
Text Example
White with #220741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220741; }
p { color: rgb(34,7,65); }
H1.HeaderClassName
{
color: #220741;
}
.AnyTagClassName
{
color: #220741;
}
</style>
background-color css
<style>
a { background-color: #220741; }
a { background-color: rgb(34,7,65); }
div.DivClassName
{
background-color: #220741;
}
.BgClassName
{
background-color: #220741;
}
</style>
border-color css
<style>
span { border-color: #220741; }
span { border-color: rgb(34,7,65); }
td.TdClassName
{
border-color: #220741;
}
.TagClassName
{
border-color: #220741;
}
</style>