Shades of Blackcurrant #29014E
Tints of Blackcurrant #29014E
RGB
CMYK
RGB Variations
Color information
#29014E (or 0x29014E) is known color: Blackcurrant. HEX triplet: 29, 01 and 4E. RGB value is (41,1,78). Sum of RGB (Red+Green+Blue) = 41+1+78=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #29014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29014E is #D6FEB1. Grayscale: #151515. Windows color (decimal): -14089906 or 5112105. OLE color: 5112105.
HSL color Cylindrical-coordinate representation of color #29014E: hue angle of 271.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #29014E is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 1 | 78 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.69 |
| HSL | 271.17º | 0.97% | 0.15% | - |
| HSV(B) | 271.17º | 0.99% | 0.31% | - |
| XYZ | 2.3 | 1.04 | 7.29 | - |
| YUV | 21.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 78 | 0.47 | 0.99 | 0 | 0.69 | 271.17 | 0.97 | 0.15 |
| Hex | 29 | 1 | 4E | 2F | 63 | 0 | 45 | 10F | 61 | F |
| Octal | 51 | 1 | 116 | 57 | 143 | 0 | 105 | 417 | 141 | 17 |
| Binary | 101001 | 1 | 1001110 | 101111 | 1100011 | 0 | 1000101 | 100001111 | 1100001 | 1111 |
Color Harmonies of #29014E
Complementary color
Monochromatic Colors of #29014E
Black with #29014E
Text Example
Text Example
White with #29014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29014E; }
p { color: rgb(41,1,78); }
H1.HeaderClassName
{
color: #29014E;
}
.AnyTagClassName
{
color: #29014E;
}
</style>
background-color css
<style>
a { background-color: #29014E; }
a { background-color: rgb(41,1,78); }
div.DivClassName
{
background-color: #29014E;
}
.BgClassName
{
background-color: #29014E;
}
</style>
border-color css
<style>
span { border-color: #29014E; }
span { border-color: rgb(41,1,78); }
td.TdClassName
{
border-color: #29014E;
}
.TagClassName
{
border-color: #29014E;
}
</style>