Shades of Blackcurrant #290547
Tints of Blackcurrant #290547
RGB
CMYK
RGB Variations
Color information
#290547 (or 0x290547) is known color: Blackcurrant. HEX triplet: 29, 05 and 47. RGB value is (41,5,71). Sum of RGB (Red+Green+Blue) = 41+5+71=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #290547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290547 is #D6FAB8. Grayscale: #171717. Windows color (decimal): -14088889 or 4654377. OLE color: 4654377.
HSL color Cylindrical-coordinate representation of color #290547: hue angle of 272.73º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290547 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 5 | 71 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.72 |
| HSL | 272.73º | 0.87% | 0.15% | - |
| HSV(B) | 272.73º | 0.93% | 0.28% | - |
| XYZ | 2.11 | 1.03 | 6.05 | - |
| YUV | 23.29 | 154.93 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 71 | 0.42 | 0.93 | 0 | 0.72 | 272.73 | 0.87 | 0.15 |
| Hex | 29 | 5 | 47 | 2A | 5D | 0 | 48 | 111 | 57 | F |
| Octal | 51 | 5 | 107 | 52 | 135 | 0 | 110 | 421 | 127 | 17 |
| Binary | 101001 | 101 | 1000111 | 101010 | 1011101 | 0 | 1001000 | 100010001 | 1010111 | 1111 |
Color Harmonies of #290547
Complementary color
Monochromatic Colors of #290547
Black with #290547
Text Example
Text Example
White with #290547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290547; }
p { color: rgb(41,5,71); }
H1.HeaderClassName
{
color: #290547;
}
.AnyTagClassName
{
color: #290547;
}
</style>
background-color css
<style>
a { background-color: #290547; }
a { background-color: rgb(41,5,71); }
div.DivClassName
{
background-color: #290547;
}
.BgClassName
{
background-color: #290547;
}
</style>
border-color css
<style>
span { border-color: #290547; }
span { border-color: rgb(41,5,71); }
td.TdClassName
{
border-color: #290547;
}
.TagClassName
{
border-color: #290547;
}
</style>