Shades of Blackcurrant #29054D
Tints of Blackcurrant #29054D
RGB
CMYK
RGB Variations
Color information
#29054D (or 0x29054D) is known color: Blackcurrant. HEX triplet: 29, 05 and 4D. RGB value is (41,5,77). Sum of RGB (Red+Green+Blue) = 41+5+77=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #29054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29054D is #D6FAB2. Grayscale: #171717. Windows color (decimal): -14088883 or 5047593. OLE color: 5047593.
HSL color Cylindrical-coordinate representation of color #29054D: hue angle of 270º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29054D is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 5 | 77 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.70 |
| HSL | 270º | 0.88% | 0.16% | - |
| HSV(B) | 270º | 0.94% | 0.3% | - |
| XYZ | 2.31 | 1.12 | 7.11 | - |
| YUV | 23.97 | 157.93 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 77 | 0.47 | 0.94 | 0 | 0.70 | 270 | 0.88 | 0.16 |
| Hex | 29 | 5 | 4D | 2F | 5E | 0 | 46 | 10E | 58 | 10 |
| Octal | 51 | 5 | 115 | 57 | 136 | 0 | 106 | 416 | 130 | 20 |
| Binary | 101001 | 101 | 1001101 | 101111 | 1011110 | 0 | 1000110 | 100001110 | 1011000 | 10000 |
Color Harmonies of #29054D
Complementary color
Monochromatic Colors of #29054D
Black with #29054D
Text Example
Text Example
White with #29054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29054D; }
p { color: rgb(41,5,77); }
H1.HeaderClassName
{
color: #29054D;
}
.AnyTagClassName
{
color: #29054D;
}
</style>
background-color css
<style>
a { background-color: #29054D; }
a { background-color: rgb(41,5,77); }
div.DivClassName
{
background-color: #29054D;
}
.BgClassName
{
background-color: #29054D;
}
</style>
border-color css
<style>
span { border-color: #29054D; }
span { border-color: rgb(41,5,77); }
td.TdClassName
{
border-color: #29054D;
}
.TagClassName
{
border-color: #29054D;
}
</style>