Shades of Blackcurrant #220646
Tints of Blackcurrant #220646
RGB
CMYK
RGB Variations
Color information
#220646 (or 0x220646) is known color: Blackcurrant. HEX triplet: 22, 06 and 46. RGB value is (34,6,70). Sum of RGB (Red+Green+Blue) = 34+6+70=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #220646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220646 is #DDF9B9. Grayscale: #151515. Windows color (decimal): -14547386 or 4589090. OLE color: 4589090.
HSL color Cylindrical-coordinate representation of color #220646: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220646 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 6 | 70 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.73 |
| HSL | 266.25º | 0.84% | 0.15% | - |
| HSV(B) | 266.25º | 0.91% | 0.27% | - |
| XYZ | 1.83 | 0.91 | 5.87 | - |
| YUV | 21.67 | 155.28 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 70 | 0.51 | 0.91 | 0 | 0.73 | 266.25 | 0.84 | 0.15 |
| Hex | 22 | 6 | 46 | 33 | 5B | 0 | 49 | 10A | 54 | F |
| Octal | 42 | 6 | 106 | 63 | 133 | 0 | 111 | 412 | 124 | 17 |
| Binary | 100010 | 110 | 1000110 | 110011 | 1011011 | 0 | 1001001 | 100001010 | 1010100 | 1111 |
Color Harmonies of #220646
Complementary color
Monochromatic Colors of #220646
Black with #220646
Text Example
Text Example
White with #220646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220646; }
p { color: rgb(34,6,70); }
H1.HeaderClassName
{
color: #220646;
}
.AnyTagClassName
{
color: #220646;
}
</style>
background-color css
<style>
a { background-color: #220646; }
a { background-color: rgb(34,6,70); }
div.DivClassName
{
background-color: #220646;
}
.BgClassName
{
background-color: #220646;
}
</style>
border-color css
<style>
span { border-color: #220646; }
span { border-color: rgb(34,6,70); }
td.TdClassName
{
border-color: #220646;
}
.TagClassName
{
border-color: #220646;
}
</style>