Shades of Blackcurrant #220641
Tints of Blackcurrant #220641
RGB
CMYK
RGB Variations
Color information
#220641 (or 0x220641) is known color: Blackcurrant. HEX triplet: 22, 06 and 41. RGB value is (34,6,65). Sum of RGB (Red+Green+Blue) = 34+6+65=105 (13% of max value = 765). Red value is 34 (13.67% from 255 or 32.38% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #220641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220641 is #DDF9BE. Grayscale: #141414. Windows color (decimal): -14547391 or 4261410. OLE color: 4261410.
HSL color Cylindrical-coordinate representation of color #220641: hue angle of 268.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220641 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 6 | 65 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.75 |
| HSL | 268.47º | 0.83% | 0.14% | - |
| HSV(B) | 268.47º | 0.91% | 0.25% | - |
| XYZ | 1.68 | 0.85 | 5.08 | - |
| YUV | 21.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 65 | 0.48 | 0.91 | 0 | 0.75 | 268.47 | 0.83 | 0.14 |
| Hex | 22 | 6 | 41 | 30 | 5B | 0 | 4B | 10C | 53 | E |
| Octal | 42 | 6 | 101 | 60 | 133 | 0 | 113 | 414 | 123 | 16 |
| Binary | 100010 | 110 | 1000001 | 110000 | 1011011 | 0 | 1001011 | 100001100 | 1010011 | 1110 |
Color Harmonies of #220641
Complementary color
Monochromatic Colors of #220641
Black with #220641
Text Example
Text Example
White with #220641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220641; }
p { color: rgb(34,6,65); }
H1.HeaderClassName
{
color: #220641;
}
.AnyTagClassName
{
color: #220641;
}
</style>
background-color css
<style>
a { background-color: #220641; }
a { background-color: rgb(34,6,65); }
div.DivClassName
{
background-color: #220641;
}
.BgClassName
{
background-color: #220641;
}
</style>
border-color css
<style>
span { border-color: #220641; }
span { border-color: rgb(34,6,65); }
td.TdClassName
{
border-color: #220641;
}
.TagClassName
{
border-color: #220641;
}
</style>