Shades of Blackcurrant #220841
Tints of Blackcurrant #220841
RGB
CMYK
RGB Variations
Color information
#220841 (or 0x220841) is known color: Blackcurrant. HEX triplet: 22, 08 and 41. RGB value is (34,8,65). Sum of RGB (Red+Green+Blue) = 34+8+65=107 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.78% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #220841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220841 is #DDF7BE. Grayscale: #161616. Windows color (decimal): -14546879 or 4261922. OLE color: 4261922.
HSL color Cylindrical-coordinate representation of color #220841: hue angle of 267.37º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220841 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 34 | 8 | 65 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.75 |
| HSL | 267.37º | 0.78% | 0.14% | - |
| HSV(B) | 267.37º | 0.88% | 0.25% | - |
| XYZ | 1.7 | 0.9 | 5.08 | - |
| YUV | 22.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 65 | 0.48 | 0.88 | 0 | 0.75 | 267.37 | 0.78 | 0.14 |
| Hex | 22 | 8 | 41 | 30 | 58 | 0 | 4B | 10B | 4E | E |
| Octal | 42 | 10 | 101 | 60 | 130 | 0 | 113 | 413 | 116 | 16 |
| Binary | 100010 | 1000 | 1000001 | 110000 | 1011000 | 0 | 1001011 | 100001011 | 1001110 | 1110 |
Color Harmonies of #220841
Complementary color
Monochromatic Colors of #220841
Black with #220841
Text Example
Text Example
White with #220841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220841; }
p { color: rgb(34,8,65); }
H1.HeaderClassName
{
color: #220841;
}
.AnyTagClassName
{
color: #220841;
}
</style>
background-color css
<style>
a { background-color: #220841; }
a { background-color: rgb(34,8,65); }
div.DivClassName
{
background-color: #220841;
}
.BgClassName
{
background-color: #220841;
}
</style>
border-color css
<style>
span { border-color: #220841; }
span { border-color: rgb(34,8,65); }
td.TdClassName
{
border-color: #220841;
}
.TagClassName
{
border-color: #220841;
}
</style>