Shades of Blackcurrant #29084E
Tints of Blackcurrant #29084E
RGB
CMYK
RGB Variations
Color information
#29084E (or 0x29084E) is known color: Blackcurrant. HEX triplet: 29, 08 and 4E. RGB value is (41,8,78). Sum of RGB (Red+Green+Blue) = 41+8+78=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #29084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29084E is #D6F7B1. Grayscale: #191919. Windows color (decimal): -14088114 or 5113897. OLE color: 5113897.
HSL color Cylindrical-coordinate representation of color #29084E: hue angle of 268.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #29084E is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 8 | 78 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.69 |
| HSL | 268.29º | 0.81% | 0.17% | - |
| HSV(B) | 268.29º | 0.9% | 0.31% | - |
| XYZ | 2.38 | 1.2 | 7.31 | - |
| YUV | 25.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 78 | 0.47 | 0.90 | 0 | 0.69 | 268.29 | 0.81 | 0.17 |
| Hex | 29 | 8 | 4E | 2F | 5A | 0 | 45 | 10C | 51 | 11 |
| Octal | 51 | 10 | 116 | 57 | 132 | 0 | 105 | 414 | 121 | 21 |
| Binary | 101001 | 1000 | 1001110 | 101111 | 1011010 | 0 | 1000101 | 100001100 | 1010001 | 10001 |
Color Harmonies of #29084E
Complementary color
Monochromatic Colors of #29084E
Black with #29084E
Text Example
Text Example
White with #29084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29084E; }
p { color: rgb(41,8,78); }
H1.HeaderClassName
{
color: #29084E;
}
.AnyTagClassName
{
color: #29084E;
}
</style>
background-color css
<style>
a { background-color: #29084E; }
a { background-color: rgb(41,8,78); }
div.DivClassName
{
background-color: #29084E;
}
.BgClassName
{
background-color: #29084E;
}
</style>
border-color css
<style>
span { border-color: #29084E; }
span { border-color: rgb(41,8,78); }
td.TdClassName
{
border-color: #29084E;
}
.TagClassName
{
border-color: #29084E;
}
</style>