Shades of Blackcurrant #290749
Tints of Blackcurrant #290749
RGB
CMYK
RGB Variations
Color information
#290749 (or 0x290749) is known color: Blackcurrant. HEX triplet: 29, 07 and 49. RGB value is (41,7,73). Sum of RGB (Red+Green+Blue) = 41+7+73=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #290749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290749 is #D6F8B6. Grayscale: #181818. Windows color (decimal): -14088375 or 4785961. OLE color: 4785961.
HSL color Cylindrical-coordinate representation of color #290749: hue angle of 270.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290749 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 7 | 73 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.71 |
| HSL | 270.91º | 0.83% | 0.16% | - |
| HSV(B) | 270.91º | 0.9% | 0.29% | - |
| XYZ | 2.19 | 1.1 | 6.4 | - |
| YUV | 24.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 73 | 0.44 | 0.90 | 0 | 0.71 | 270.91 | 0.83 | 0.16 |
| Hex | 29 | 7 | 49 | 2C | 5A | 0 | 47 | 10F | 52 | 10 |
| Octal | 51 | 7 | 111 | 54 | 132 | 0 | 107 | 417 | 122 | 20 |
| Binary | 101001 | 111 | 1001001 | 101100 | 1011010 | 0 | 1000111 | 100001111 | 1010010 | 10000 |
Color Harmonies of #290749
Complementary color
Monochromatic Colors of #290749
Black with #290749
Text Example
Text Example
White with #290749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290749; }
p { color: rgb(41,7,73); }
H1.HeaderClassName
{
color: #290749;
}
.AnyTagClassName
{
color: #290749;
}
</style>
background-color css
<style>
a { background-color: #290749; }
a { background-color: rgb(41,7,73); }
div.DivClassName
{
background-color: #290749;
}
.BgClassName
{
background-color: #290749;
}
</style>
border-color css
<style>
span { border-color: #290749; }
span { border-color: rgb(41,7,73); }
td.TdClassName
{
border-color: #290749;
}
.TagClassName
{
border-color: #290749;
}
</style>