Shades of Blackcurrant #221229
Tints of Blackcurrant #221229
RGB
CMYK
RGB Variations
Color information
#221229 (or 0x221229) is known color: Blackcurrant. HEX triplet: 22, 12 and 29. RGB value is (34,18,41). Sum of RGB (Red+Green+Blue) = 34+18+41=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #221229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221229 is #DDEDD6. Grayscale: #191919. Windows color (decimal): -14544343 or 2691618. OLE color: 2691618.
HSL color Cylindrical-coordinate representation of color #221229: hue angle of 281.74º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #221229 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 18 | 41 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.84 |
| HSL | 281.74º | 0.39% | 0.12% | - |
| HSV(B) | 281.74º | 0.56% | 0.16% | - |
| XYZ | 1.28 | 0.93 | 2.21 | - |
| YUV | 25.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 18 | 41 | 0.17 | 0.56 | 0 | 0.84 | 281.74 | 0.39 | 0.12 |
| Hex | 22 | 12 | 29 | 11 | 38 | 0 | 54 | 11A | 27 | C |
| Octal | 42 | 22 | 51 | 21 | 70 | 0 | 124 | 432 | 47 | 14 |
| Binary | 100010 | 10010 | 101001 | 10001 | 111000 | 0 | 1010100 | 100011010 | 100111 | 1100 |
Color Harmonies of #221229
Complementary color
Monochromatic Colors of #221229
Black with #221229
Text Example
Text Example
White with #221229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221229; }
p { color: rgb(34,18,41); }
H1.HeaderClassName
{
color: #221229;
}
.AnyTagClassName
{
color: #221229;
}
</style>
background-color css
<style>
a { background-color: #221229; }
a { background-color: rgb(34,18,41); }
div.DivClassName
{
background-color: #221229;
}
.BgClassName
{
background-color: #221229;
}
</style>
border-color css
<style>
span { border-color: #221229; }
span { border-color: rgb(34,18,41); }
td.TdClassName
{
border-color: #221229;
}
.TagClassName
{
border-color: #221229;
}
</style>