Shades of Blackcurrant #29024A
Tints of Blackcurrant #29024A
RGB
CMYK
RGB Variations
Color information
#29024A (or 0x29024A) is known color: Blackcurrant. HEX triplet: 29, 02 and 4A. RGB value is (41,2,74). Sum of RGB (Red+Green+Blue) = 41+2+74=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #29024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29024A is #D6FDB5. Grayscale: #151515. Windows color (decimal): -14089654 or 4850217. OLE color: 4850217.
HSL color Cylindrical-coordinate representation of color #29024A: hue angle of 272.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #29024A is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 2 | 74 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.71 |
| HSL | 272.5º | 0.95% | 0.15% | - |
| HSV(B) | 272.5º | 0.97% | 0.29% | - |
| XYZ | 2.17 | 1.01 | 6.56 | - |
| YUV | 21.87 | 157.42 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 74 | 0.45 | 0.97 | 0 | 0.71 | 272.5 | 0.95 | 0.15 |
| Hex | 29 | 2 | 4A | 2D | 61 | 0 | 47 | 110 | 5F | F |
| Octal | 51 | 2 | 112 | 55 | 141 | 0 | 107 | 420 | 137 | 17 |
| Binary | 101001 | 10 | 1001010 | 101101 | 1100001 | 0 | 1000111 | 100010000 | 1011111 | 1111 |
Color Harmonies of #29024A
Complementary color
Monochromatic Colors of #29024A
Black with #29024A
Text Example
Text Example
White with #29024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29024A; }
p { color: rgb(41,2,74); }
H1.HeaderClassName
{
color: #29024A;
}
.AnyTagClassName
{
color: #29024A;
}
</style>
background-color css
<style>
a { background-color: #29024A; }
a { background-color: rgb(41,2,74); }
div.DivClassName
{
background-color: #29024A;
}
.BgClassName
{
background-color: #29024A;
}
</style>
border-color css
<style>
span { border-color: #29024A; }
span { border-color: rgb(41,2,74); }
td.TdClassName
{
border-color: #29024A;
}
.TagClassName
{
border-color: #29024A;
}
</style>