Shades of Blackcurrant #290346
Tints of Blackcurrant #290346
RGB
CMYK
RGB Variations
Color information
#290346 (or 0x290346) is known color: Blackcurrant. HEX triplet: 29, 03 and 46. RGB value is (41,3,70). Sum of RGB (Red+Green+Blue) = 41+3+70=114 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.96% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #290346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290346 is #D6FCB9. Grayscale: #151515. Windows color (decimal): -14089402 or 4588329. OLE color: 4588329.
HSL color Cylindrical-coordinate representation of color #290346: hue angle of 274.03º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290346 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 3 | 70 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.73 |
| HSL | 274.03º | 0.92% | 0.14% | - |
| HSV(B) | 274.03º | 0.96% | 0.27% | - |
| XYZ | 2.05 | 0.98 | 5.88 | - |
| YUV | 22 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 70 | 0.41 | 0.96 | 0 | 0.73 | 274.03 | 0.92 | 0.14 |
| Hex | 29 | 3 | 46 | 29 | 60 | 0 | 49 | 112 | 5C | E |
| Octal | 51 | 3 | 106 | 51 | 140 | 0 | 111 | 422 | 134 | 16 |
| Binary | 101001 | 11 | 1000110 | 101001 | 1100000 | 0 | 1001001 | 100010010 | 1011100 | 1110 |
Color Harmonies of #290346
Complementary color
Monochromatic Colors of #290346
Black with #290346
Text Example
Text Example
White with #290346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290346; }
p { color: rgb(41,3,70); }
H1.HeaderClassName
{
color: #290346;
}
.AnyTagClassName
{
color: #290346;
}
</style>
background-color css
<style>
a { background-color: #290346; }
a { background-color: rgb(41,3,70); }
div.DivClassName
{
background-color: #290346;
}
.BgClassName
{
background-color: #290346;
}
</style>
border-color css
<style>
span { border-color: #290346; }
span { border-color: rgb(41,3,70); }
td.TdClassName
{
border-color: #290346;
}
.TagClassName
{
border-color: #290346;
}
</style>