Shades of Blackcurrant #290849
Tints of Blackcurrant #290849
RGB
CMYK
RGB Variations
Color information
#290849 (or 0x290849) is known color: Blackcurrant. HEX triplet: 29, 08 and 49. RGB value is (41,8,73). Sum of RGB (Red+Green+Blue) = 41+8+73=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #290849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290849 is #D6F7B6. Grayscale: #191919. Windows color (decimal): -14088119 or 4786217. OLE color: 4786217.
HSL color Cylindrical-coordinate representation of color #290849: hue angle of 270.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290849 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 8 | 73 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.71 |
| HSL | 270.46º | 0.8% | 0.16% | - |
| HSV(B) | 270.46º | 0.89% | 0.29% | - |
| XYZ | 2.2 | 1.13 | 6.4 | - |
| YUV | 25.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 73 | 0.44 | 0.89 | 0 | 0.71 | 270.46 | 0.8 | 0.16 |
| Hex | 29 | 8 | 49 | 2C | 59 | 0 | 47 | 10E | 50 | 10 |
| Octal | 51 | 10 | 111 | 54 | 131 | 0 | 107 | 416 | 120 | 20 |
| Binary | 101001 | 1000 | 1001001 | 101100 | 1011001 | 0 | 1000111 | 100001110 | 1010000 | 10000 |
Color Harmonies of #290849
Complementary color
Monochromatic Colors of #290849
Black with #290849
Text Example
Text Example
White with #290849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290849; }
p { color: rgb(41,8,73); }
H1.HeaderClassName
{
color: #290849;
}
.AnyTagClassName
{
color: #290849;
}
</style>
background-color css
<style>
a { background-color: #290849; }
a { background-color: rgb(41,8,73); }
div.DivClassName
{
background-color: #290849;
}
.BgClassName
{
background-color: #290849;
}
</style>
border-color css
<style>
span { border-color: #290849; }
span { border-color: rgb(41,8,73); }
td.TdClassName
{
border-color: #290849;
}
.TagClassName
{
border-color: #290849;
}
</style>