Shades of Blackcurrant #290E47
Tints of Blackcurrant #290E47
RGB
CMYK
RGB Variations
Color information
#290E47 (or 0x290E47) is known color: Blackcurrant. HEX triplet: 29, 0E and 47. RGB value is (41,14,71). Sum of RGB (Red+Green+Blue) = 41+14+71=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #290E47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E47 is #D6F1B8. Grayscale: #1C1C1C. Windows color (decimal): -14086585 or 4656681. OLE color: 4656681.
HSL color Cylindrical-coordinate representation of color #290E47: hue angle of 268.42º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290E47 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 14 | 71 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.72 |
| HSL | 268.42º | 0.67% | 0.17% | - |
| HSV(B) | 268.42º | 0.8% | 0.28% | - |
| XYZ | 2.21 | 1.24 | 6.08 | - |
| YUV | 28.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 71 | 0.42 | 0.80 | 0 | 0.72 | 268.42 | 0.67 | 0.17 |
| Hex | 29 | E | 47 | 2A | 50 | 0 | 48 | 10C | 43 | 11 |
| Octal | 51 | 16 | 107 | 52 | 120 | 0 | 110 | 414 | 103 | 21 |
| Binary | 101001 | 1110 | 1000111 | 101010 | 1010000 | 0 | 1001000 | 100001100 | 1000011 | 10001 |
Color Harmonies of #290E47
Complementary color
Monochromatic Colors of #290E47
Black with #290E47
Text Example
Text Example
White with #290E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E47; }
p { color: rgb(41,14,71); }
H1.HeaderClassName
{
color: #290E47;
}
.AnyTagClassName
{
color: #290E47;
}
</style>
background-color css
<style>
a { background-color: #290E47; }
a { background-color: rgb(41,14,71); }
div.DivClassName
{
background-color: #290E47;
}
.BgClassName
{
background-color: #290E47;
}
</style>
border-color css
<style>
span { border-color: #290E47; }
span { border-color: rgb(41,14,71); }
td.TdClassName
{
border-color: #290E47;
}
.TagClassName
{
border-color: #290E47;
}
</style>