Shades of Blackcurrant #220746
Tints of Blackcurrant #220746
RGB
CMYK
RGB Variations
Color information
#220746 (or 0x220746) is known color: Blackcurrant. HEX triplet: 22, 07 and 46. RGB value is (34,7,70). Sum of RGB (Red+Green+Blue) = 34+7+70=111 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.63% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #220746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220746 is #DDF8B9. Grayscale: #161616. Windows color (decimal): -14547130 or 4589346. OLE color: 4589346.
HSL color Cylindrical-coordinate representation of color #220746: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220746 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 7 | 70 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.73 |
| HSL | 265.71º | 0.82% | 0.15% | - |
| HSV(B) | 265.71º | 0.9% | 0.27% | - |
| XYZ | 1.84 | 0.93 | 5.88 | - |
| YUV | 22.26 | 154.95 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 70 | 0.51 | 0.90 | 0 | 0.73 | 265.71 | 0.82 | 0.15 |
| Hex | 22 | 7 | 46 | 33 | 5A | 0 | 49 | 10A | 52 | F |
| Octal | 42 | 7 | 106 | 63 | 132 | 0 | 111 | 412 | 122 | 17 |
| Binary | 100010 | 111 | 1000110 | 110011 | 1011010 | 0 | 1001001 | 100001010 | 1010010 | 1111 |
Color Harmonies of #220746
Complementary color
Monochromatic Colors of #220746
Black with #220746
Text Example
Text Example
White with #220746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220746; }
p { color: rgb(34,7,70); }
H1.HeaderClassName
{
color: #220746;
}
.AnyTagClassName
{
color: #220746;
}
</style>
background-color css
<style>
a { background-color: #220746; }
a { background-color: rgb(34,7,70); }
div.DivClassName
{
background-color: #220746;
}
.BgClassName
{
background-color: #220746;
}
</style>
border-color css
<style>
span { border-color: #220746; }
span { border-color: rgb(34,7,70); }
td.TdClassName
{
border-color: #220746;
}
.TagClassName
{
border-color: #220746;
}
</style>