Shades of Blackcurrant #29022E
Tints of Blackcurrant #29022E
RGB
CMYK
RGB Variations
Color information
#29022E (or 0x29022E) is known color: Blackcurrant. HEX triplet: 29, 02 and 2E. RGB value is (41,2,46). Sum of RGB (Red+Green+Blue) = 41+2+46=89 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.07% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 46 (18.36% from 255 or 51.69% from 89); Max value from RGB is 46 - color contains mainly: blue. Hex color #29022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29022E is #D6FDD1. Grayscale: #121212. Windows color (decimal): -14089682 or 3015209. OLE color: 3015209.
HSL color Cylindrical-coordinate representation of color #29022E: hue angle of 293.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29022E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 2 | 46 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.82 |
| HSL | 293.18º | 0.92% | 0.09% | - |
| HSV(B) | 293.18º | 0.96% | 0.18% | - |
| XYZ | 1.43 | 0.71 | 2.65 | - |
| YUV | 18.68 | 143.42 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 46 | 0.11 | 0.96 | 0 | 0.82 | 293.18 | 0.92 | 0.09 |
| Hex | 29 | 2 | 2E | B | 60 | 0 | 52 | 125 | 5C | 9 |
| Octal | 51 | 2 | 56 | 13 | 140 | 0 | 122 | 445 | 134 | 11 |
| Binary | 101001 | 10 | 101110 | 1011 | 1100000 | 0 | 1010010 | 100100101 | 1011100 | 1001 |
Color Harmonies of #29022E
Complementary color
Monochromatic Colors of #29022E
Black with #29022E
Text Example
Text Example
White with #29022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29022E; }
p { color: rgb(41,2,46); }
H1.HeaderClassName
{
color: #29022E;
}
.AnyTagClassName
{
color: #29022E;
}
</style>
background-color css
<style>
a { background-color: #29022E; }
a { background-color: rgb(41,2,46); }
div.DivClassName
{
background-color: #29022E;
}
.BgClassName
{
background-color: #29022E;
}
</style>
border-color css
<style>
span { border-color: #29022E; }
span { border-color: rgb(41,2,46); }
td.TdClassName
{
border-color: #29022E;
}
.TagClassName
{
border-color: #29022E;
}
</style>