Shades of Blackcurrant #290046
Tints of Blackcurrant #290046
RGB
CMYK
RGB Variations
Color information
#290046 (or 0x290046) is known color: Blackcurrant. HEX triplet: 29, 00 and 46. RGB value is (41,0,70). Sum of RGB (Red+Green+Blue) = 41+0+70=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 70 (27.73% from 255 or 63.06% from 111); Max value from RGB is 70 - color contains mainly: blue. Hex color #290046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290046 is #D6FFB9. Grayscale: #141414. Windows color (decimal): -14090170 or 4587561. OLE color: 4587561.
HSL color Cylindrical-coordinate representation of color #290046: hue angle of 275.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290046 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 0 | 70 | - |
| CMYK | 0.41 | 1 | 0 | 0.73 |
| HSL | 275.14º | 1% | 0.14% | - |
| HSV(B) | 275.14º | 1% | 0.27% | - |
| XYZ | 2.02 | 0.91 | 5.86 | - |
| YUV | 20.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 70 | 0.41 | 1 | 0 | 0.73 | 275.14 | 1 | 0.14 |
| Hex | 29 | 0 | 46 | 29 | 64 | 0 | 49 | 113 | 64 | E |
| Octal | 51 | 0 | 106 | 51 | 144 | 0 | 111 | 423 | 144 | 16 |
| Binary | 101001 | 0 | 1000110 | 101001 | 1100100 | 0 | 1001001 | 100010011 | 1100100 | 1110 |
Color Harmonies of #290046
Complementary color
Monochromatic Colors of #290046
Black with #290046
Text Example
Text Example
White with #290046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290046; }
p { color: rgb(41,0,70); }
H1.HeaderClassName
{
color: #290046;
}
.AnyTagClassName
{
color: #290046;
}
</style>
background-color css
<style>
a { background-color: #290046; }
a { background-color: rgb(41,0,70); }
div.DivClassName
{
background-color: #290046;
}
.BgClassName
{
background-color: #290046;
}
</style>
border-color css
<style>
span { border-color: #290046; }
span { border-color: rgb(41,0,70); }
td.TdClassName
{
border-color: #290046;
}
.TagClassName
{
border-color: #290046;
}
</style>