Shades of Blackcurrant #290352
Tints of Blackcurrant #290352
RGB
CMYK
RGB Variations
Color information
#290352 (or 0x290352) is known color: Blackcurrant. HEX triplet: 29, 03 and 52. RGB value is (41,3,82). Sum of RGB (Red+Green+Blue) = 41+3+82=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #290352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290352 is #D6FCAD. Grayscale: #171717. Windows color (decimal): -14089390 or 5374761. OLE color: 5374761.
HSL color Cylindrical-coordinate representation of color #290352: hue angle of 268.86º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290352 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 3 | 82 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.68 |
| HSL | 268.86º | 0.93% | 0.17% | - |
| HSV(B) | 268.86º | 0.96% | 0.32% | - |
| XYZ | 2.47 | 1.15 | 8.07 | - |
| YUV | 23.37 | 161.09 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 82 | 0.50 | 0.96 | 0 | 0.68 | 268.86 | 0.93 | 0.17 |
| Hex | 29 | 3 | 52 | 32 | 60 | 0 | 44 | 10D | 5D | 11 |
| Octal | 51 | 3 | 122 | 62 | 140 | 0 | 104 | 415 | 135 | 21 |
| Binary | 101001 | 11 | 1010010 | 110010 | 1100000 | 0 | 1000100 | 100001101 | 1011101 | 10001 |
Color Harmonies of #290352
Complementary color
Monochromatic Colors of #290352
Black with #290352
Text Example
Text Example
White with #290352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290352; }
p { color: rgb(41,3,82); }
H1.HeaderClassName
{
color: #290352;
}
.AnyTagClassName
{
color: #290352;
}
</style>
background-color css
<style>
a { background-color: #290352; }
a { background-color: rgb(41,3,82); }
div.DivClassName
{
background-color: #290352;
}
.BgClassName
{
background-color: #290352;
}
</style>
border-color css
<style>
span { border-color: #290352; }
span { border-color: rgb(41,3,82); }
td.TdClassName
{
border-color: #290352;
}
.TagClassName
{
border-color: #290352;
}
</style>