Shades of Blackcurrant #290946
Tints of Blackcurrant #290946
RGB
CMYK
RGB Variations
Color information
#290946 (or 0x290946) is known color: Blackcurrant. HEX triplet: 29, 09 and 46. RGB value is (41,9,70). Sum of RGB (Red+Green+Blue) = 41+9+70=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #290946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290946 is #D6F6B9. Grayscale: #191919. Windows color (decimal): -14087866 or 4589865. OLE color: 4589865.
HSL color Cylindrical-coordinate representation of color #290946: hue angle of 271.48º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #290946 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 9 | 70 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.73 |
| HSL | 271.48º | 0.77% | 0.15% | - |
| HSV(B) | 271.48º | 0.87% | 0.27% | - |
| XYZ | 2.12 | 1.11 | 5.9 | - |
| YUV | 25.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 70 | 0.41 | 0.87 | 0 | 0.73 | 271.48 | 0.77 | 0.15 |
| Hex | 29 | 9 | 46 | 29 | 57 | 0 | 49 | 10F | 4D | F |
| Octal | 51 | 11 | 106 | 51 | 127 | 0 | 111 | 417 | 115 | 17 |
| Binary | 101001 | 1001 | 1000110 | 101001 | 1010111 | 0 | 1001001 | 100001111 | 1001101 | 1111 |
Color Harmonies of #290946
Complementary color
Monochromatic Colors of #290946
Black with #290946
Text Example
Text Example
White with #290946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290946; }
p { color: rgb(41,9,70); }
H1.HeaderClassName
{
color: #290946;
}
.AnyTagClassName
{
color: #290946;
}
</style>
background-color css
<style>
a { background-color: #290946; }
a { background-color: rgb(41,9,70); }
div.DivClassName
{
background-color: #290946;
}
.BgClassName
{
background-color: #290946;
}
</style>
border-color css
<style>
span { border-color: #290946; }
span { border-color: rgb(41,9,70); }
td.TdClassName
{
border-color: #290946;
}
.TagClassName
{
border-color: #290946;
}
</style>