Shades of Blackcurrant #29024D
Tints of Blackcurrant #29024D
RGB
CMYK
RGB Variations
Color information
#29024D (or 0x29024D) is known color: Blackcurrant. HEX triplet: 29, 02 and 4D. RGB value is (41,2,77). Sum of RGB (Red+Green+Blue) = 41+2+77=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #29024D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29024D is #D6FDB2. Grayscale: #151515. Windows color (decimal): -14089651 or 5046825. OLE color: 5046825.
HSL color Cylindrical-coordinate representation of color #29024D: hue angle of 271.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29024D is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 2 | 77 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.70 |
| HSL | 271.2º | 0.95% | 0.15% | - |
| HSV(B) | 271.2º | 0.97% | 0.3% | - |
| XYZ | 2.28 | 1.05 | 7.1 | - |
| YUV | 22.21 | 158.92 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 77 | 0.47 | 0.97 | 0 | 0.70 | 271.2 | 0.95 | 0.15 |
| Hex | 29 | 2 | 4D | 2F | 61 | 0 | 46 | 10F | 5F | F |
| Octal | 51 | 2 | 115 | 57 | 141 | 0 | 106 | 417 | 137 | 17 |
| Binary | 101001 | 10 | 1001101 | 101111 | 1100001 | 0 | 1000110 | 100001111 | 1011111 | 1111 |
Color Harmonies of #29024D
Complementary color
Monochromatic Colors of #29024D
Black with #29024D
Text Example
Text Example
White with #29024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29024D; }
p { color: rgb(41,2,77); }
H1.HeaderClassName
{
color: #29024D;
}
.AnyTagClassName
{
color: #29024D;
}
</style>
background-color css
<style>
a { background-color: #29024D; }
a { background-color: rgb(41,2,77); }
div.DivClassName
{
background-color: #29024D;
}
.BgClassName
{
background-color: #29024D;
}
</style>
border-color css
<style>
span { border-color: #29024D; }
span { border-color: rgb(41,2,77); }
td.TdClassName
{
border-color: #29024D;
}
.TagClassName
{
border-color: #29024D;
}
</style>