Shades of Blackcurrant #290350
Tints of Blackcurrant #290350
RGB
CMYK
RGB Variations
Color information
#290350 (or 0x290350) is known color: Blackcurrant. HEX triplet: 29, 03 and 50. RGB value is (41,3,80). Sum of RGB (Red+Green+Blue) = 41+3+80=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #290350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290350 is #D6FCAF. Grayscale: #161616. Windows color (decimal): -14089392 or 5243689. OLE color: 5243689.
HSL color Cylindrical-coordinate representation of color #290350: hue angle of 269.61º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290350 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 3 | 80 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.69 |
| HSL | 269.61º | 0.93% | 0.16% | - |
| HSV(B) | 269.61º | 0.96% | 0.31% | - |
| XYZ | 2.39 | 1.12 | 7.68 | - |
| YUV | 23.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 80 | 0.49 | 0.96 | 0 | 0.69 | 269.61 | 0.93 | 0.16 |
| Hex | 29 | 3 | 50 | 31 | 60 | 0 | 45 | 10E | 5D | 10 |
| Octal | 51 | 3 | 120 | 61 | 140 | 0 | 105 | 416 | 135 | 20 |
| Binary | 101001 | 11 | 1010000 | 110001 | 1100000 | 0 | 1000101 | 100001110 | 1011101 | 10000 |
Color Harmonies of #290350
Complementary color
Monochromatic Colors of #290350
Black with #290350
Text Example
Text Example
White with #290350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290350; }
p { color: rgb(41,3,80); }
H1.HeaderClassName
{
color: #290350;
}
.AnyTagClassName
{
color: #290350;
}
</style>
background-color css
<style>
a { background-color: #290350; }
a { background-color: rgb(41,3,80); }
div.DivClassName
{
background-color: #290350;
}
.BgClassName
{
background-color: #290350;
}
</style>
border-color css
<style>
span { border-color: #290350; }
span { border-color: rgb(41,3,80); }
td.TdClassName
{
border-color: #290350;
}
.TagClassName
{
border-color: #290350;
}
</style>