Shades of Blackcurrant #290747
Tints of Blackcurrant #290747
RGB
CMYK
RGB Variations
Color information
#290747 (or 0x290747) is known color: Blackcurrant. HEX triplet: 29, 07 and 47. RGB value is (41,7,71). Sum of RGB (Red+Green+Blue) = 41+7+71=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #290747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290747 is #D6F8B8. Grayscale: #181818. Windows color (decimal): -14088377 or 4654889. OLE color: 4654889.
HSL color Cylindrical-coordinate representation of color #290747: hue angle of 271.88º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290747 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 7 | 71 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.72 |
| HSL | 271.88º | 0.82% | 0.15% | - |
| HSV(B) | 271.88º | 0.9% | 0.28% | - |
| XYZ | 2.13 | 1.08 | 6.06 | - |
| YUV | 24.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 71 | 0.42 | 0.90 | 0 | 0.72 | 271.88 | 0.82 | 0.15 |
| Hex | 29 | 7 | 47 | 2A | 5A | 0 | 48 | 110 | 52 | F |
| Octal | 51 | 7 | 107 | 52 | 132 | 0 | 110 | 420 | 122 | 17 |
| Binary | 101001 | 111 | 1000111 | 101010 | 1011010 | 0 | 1001000 | 100010000 | 1010010 | 1111 |
Color Harmonies of #290747
Complementary color
Monochromatic Colors of #290747
Black with #290747
Text Example
Text Example
White with #290747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290747; }
p { color: rgb(41,7,71); }
H1.HeaderClassName
{
color: #290747;
}
.AnyTagClassName
{
color: #290747;
}
</style>
background-color css
<style>
a { background-color: #290747; }
a { background-color: rgb(41,7,71); }
div.DivClassName
{
background-color: #290747;
}
.BgClassName
{
background-color: #290747;
}
</style>
border-color css
<style>
span { border-color: #290747; }
span { border-color: rgb(41,7,71); }
td.TdClassName
{
border-color: #290747;
}
.TagClassName
{
border-color: #290747;
}
</style>