Shades of Blackcurrant #29034E
Tints of Blackcurrant #29034E
RGB
CMYK
RGB Variations
Color information
#29034E (or 0x29034E) is known color: Blackcurrant. HEX triplet: 29, 03 and 4E. RGB value is (41,3,78). Sum of RGB (Red+Green+Blue) = 41+3+78=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #29034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29034E is #D6FCB1. Grayscale: #161616. Windows color (decimal): -14089394 or 5112617. OLE color: 5112617.
HSL color Cylindrical-coordinate representation of color #29034E: hue angle of 270.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #29034E is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 3 | 78 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.69 |
| HSL | 270.4º | 0.93% | 0.16% | - |
| HSV(B) | 270.4º | 0.96% | 0.31% | - |
| XYZ | 2.32 | 1.09 | 7.3 | - |
| YUV | 22.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 78 | 0.47 | 0.96 | 0 | 0.69 | 270.4 | 0.93 | 0.16 |
| Hex | 29 | 3 | 4E | 2F | 60 | 0 | 45 | 10E | 5D | 10 |
| Octal | 51 | 3 | 116 | 57 | 140 | 0 | 105 | 416 | 135 | 20 |
| Binary | 101001 | 11 | 1001110 | 101111 | 1100000 | 0 | 1000101 | 100001110 | 1011101 | 10000 |
Color Harmonies of #29034E
Complementary color
Monochromatic Colors of #29034E
Black with #29034E
Text Example
Text Example
White with #29034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29034E; }
p { color: rgb(41,3,78); }
H1.HeaderClassName
{
color: #29034E;
}
.AnyTagClassName
{
color: #29034E;
}
</style>
background-color css
<style>
a { background-color: #29034E; }
a { background-color: rgb(41,3,78); }
div.DivClassName
{
background-color: #29034E;
}
.BgClassName
{
background-color: #29034E;
}
</style>
border-color css
<style>
span { border-color: #29034E; }
span { border-color: rgb(41,3,78); }
td.TdClassName
{
border-color: #29034E;
}
.TagClassName
{
border-color: #29034E;
}
</style>