Shades of Blackcurrant #220747
Tints of Blackcurrant #220747
RGB
CMYK
RGB Variations
Color information
#220747 (or 0x220747) is known color: Blackcurrant. HEX triplet: 22, 07 and 47. RGB value is (34,7,71). Sum of RGB (Red+Green+Blue) = 34+7+71=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 71 (28.12% from 255 or 63.39% from 112); Max value from RGB is 71 - color contains mainly: blue. Hex color #220747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220747 is #DDF8B8. Grayscale: #161616. Windows color (decimal): -14547129 or 4654882. OLE color: 4654882.
HSL color Cylindrical-coordinate representation of color #220747: hue angle of 265.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220747 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 34 | 7 | 71 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.72 |
| HSL | 265.31º | 0.82% | 0.15% | - |
| HSV(B) | 265.31º | 0.9% | 0.28% | - |
| XYZ | 1.87 | 0.95 | 6.05 | - |
| YUV | 22.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 7 | 71 | 0.52 | 0.90 | 0 | 0.72 | 265.31 | 0.82 | 0.15 |
| Hex | 22 | 7 | 47 | 34 | 5A | 0 | 48 | 109 | 52 | F |
| Octal | 42 | 7 | 107 | 64 | 132 | 0 | 110 | 411 | 122 | 17 |
| Binary | 100010 | 111 | 1000111 | 110100 | 1011010 | 0 | 1001000 | 100001001 | 1010010 | 1111 |
Color Harmonies of #220747
Complementary color
Monochromatic Colors of #220747
Black with #220747
Text Example
Text Example
White with #220747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220747; }
p { color: rgb(34,7,71); }
H1.HeaderClassName
{
color: #220747;
}
.AnyTagClassName
{
color: #220747;
}
</style>
background-color css
<style>
a { background-color: #220747; }
a { background-color: rgb(34,7,71); }
div.DivClassName
{
background-color: #220747;
}
.BgClassName
{
background-color: #220747;
}
</style>
border-color css
<style>
span { border-color: #220747; }
span { border-color: rgb(34,7,71); }
td.TdClassName
{
border-color: #220747;
}
.TagClassName
{
border-color: #220747;
}
</style>