Shades of Blackcurrant #220F29
Tints of Blackcurrant #220F29
RGB
CMYK
RGB Variations
Color information
#220F29 (or 0x220F29) is known color: Blackcurrant. HEX triplet: 22, 0F and 29. RGB value is (34,15,41). Sum of RGB (Red+Green+Blue) = 34+15+41=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #220F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220F29 is #DDF0D6. Grayscale: #171717. Windows color (decimal): -14545111 or 2690850. OLE color: 2690850.
HSL color Cylindrical-coordinate representation of color #220F29: hue angle of 283.85º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #220F29 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 34 | 15 | 41 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.84 |
| HSL | 283.85º | 0.46% | 0.11% | - |
| HSV(B) | 283.85º | 0.63% | 0.16% | - |
| XYZ | 1.23 | 0.84 | 2.2 | - |
| YUV | 23.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 15 | 41 | 0.17 | 0.63 | 0 | 0.84 | 283.85 | 0.46 | 0.11 |
| Hex | 22 | F | 29 | 11 | 3F | 0 | 54 | 11C | 2E | B |
| Octal | 42 | 17 | 51 | 21 | 77 | 0 | 124 | 434 | 56 | 13 |
| Binary | 100010 | 1111 | 101001 | 10001 | 111111 | 0 | 1010100 | 100011100 | 101110 | 1011 |
Color Harmonies of #220F29
Complementary color
Monochromatic Colors of #220F29
Black with #220F29
Text Example
Text Example
White with #220F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220F29; }
p { color: rgb(34,15,41); }
H1.HeaderClassName
{
color: #220F29;
}
.AnyTagClassName
{
color: #220F29;
}
</style>
background-color css
<style>
a { background-color: #220F29; }
a { background-color: rgb(34,15,41); }
div.DivClassName
{
background-color: #220F29;
}
.BgClassName
{
background-color: #220F29;
}
</style>
border-color css
<style>
span { border-color: #220F29; }
span { border-color: rgb(34,15,41); }
td.TdClassName
{
border-color: #220F29;
}
.TagClassName
{
border-color: #220F29;
}
</style>