Shades of Blackcurrant #290949
Tints of Blackcurrant #290949
RGB
CMYK
RGB Variations
Color information
#290949 (or 0x290949) is known color: Blackcurrant. HEX triplet: 29, 09 and 49. RGB value is (41,9,73). Sum of RGB (Red+Green+Blue) = 41+9+73=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #290949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290949 is #D6F6B6. Grayscale: #191919. Windows color (decimal): -14087863 or 4786473. OLE color: 4786473.
HSL color Cylindrical-coordinate representation of color #290949: hue angle of 270º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290949 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 9 | 73 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.71 |
| HSL | 270º | 0.78% | 0.16% | - |
| HSV(B) | 270º | 0.88% | 0.29% | - |
| XYZ | 2.21 | 1.15 | 6.41 | - |
| YUV | 25.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 73 | 0.44 | 0.88 | 0 | 0.71 | 270 | 0.78 | 0.16 |
| Hex | 29 | 9 | 49 | 2C | 58 | 0 | 47 | 10E | 4E | 10 |
| Octal | 51 | 11 | 111 | 54 | 130 | 0 | 107 | 416 | 116 | 20 |
| Binary | 101001 | 1001 | 1001001 | 101100 | 1011000 | 0 | 1000111 | 100001110 | 1001110 | 10000 |
Color Harmonies of #290949
Complementary color
Monochromatic Colors of #290949
Black with #290949
Text Example
Text Example
White with #290949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290949; }
p { color: rgb(41,9,73); }
H1.HeaderClassName
{
color: #290949;
}
.AnyTagClassName
{
color: #290949;
}
</style>
background-color css
<style>
a { background-color: #290949; }
a { background-color: rgb(41,9,73); }
div.DivClassName
{
background-color: #290949;
}
.BgClassName
{
background-color: #290949;
}
</style>
border-color css
<style>
span { border-color: #290949; }
span { border-color: rgb(41,9,73); }
td.TdClassName
{
border-color: #290949;
}
.TagClassName
{
border-color: #290949;
}
</style>