Shades of Blackcurrant #220829
Tints of Blackcurrant #220829
RGB
CMYK
RGB Variations
Color information
#220829 (or 0x220829) is known color: Blackcurrant. HEX triplet: 22, 08 and 29. RGB value is (34,8,41). Sum of RGB (Red+Green+Blue) = 34+8+41=83 (10% of max value = 765). Red value is 34 (13.67% from 255 or 40.96% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #220829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220829 is #DDF7D6. Grayscale: #131313. Windows color (decimal): -14546903 or 2689058. OLE color: 2689058.
HSL color Cylindrical-coordinate representation of color #220829: hue angle of 287.27º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #220829 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 8 | 41 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.84 |
| HSL | 287.27º | 0.67% | 0.1% | - |
| HSV(B) | 287.27º | 0.8% | 0.16% | - |
| XYZ | 1.15 | 0.67 | 2.17 | - |
| YUV | 19.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 8 | 41 | 0.17 | 0.80 | 0 | 0.84 | 287.27 | 0.67 | 0.1 |
| Hex | 22 | 8 | 29 | 11 | 50 | 0 | 54 | 11F | 43 | A |
| Octal | 42 | 10 | 51 | 21 | 120 | 0 | 124 | 437 | 103 | 12 |
| Binary | 100010 | 1000 | 101001 | 10001 | 1010000 | 0 | 1010100 | 100011111 | 1000011 | 1010 |
Color Harmonies of #220829
Complementary color
Monochromatic Colors of #220829
Black with #220829
Text Example
Text Example
White with #220829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220829; }
p { color: rgb(34,8,41); }
H1.HeaderClassName
{
color: #220829;
}
.AnyTagClassName
{
color: #220829;
}
</style>
background-color css
<style>
a { background-color: #220829; }
a { background-color: rgb(34,8,41); }
div.DivClassName
{
background-color: #220829;
}
.BgClassName
{
background-color: #220829;
}
</style>
border-color css
<style>
span { border-color: #220829; }
span { border-color: rgb(34,8,41); }
td.TdClassName
{
border-color: #220829;
}
.TagClassName
{
border-color: #220829;
}
</style>