Shades of Blackcurrant #290353
Tints of Blackcurrant #290353
RGB
CMYK
RGB Variations
Color information
#290353 (or 0x290353) is known color: Blackcurrant. HEX triplet: 29, 03 and 53. RGB value is (41,3,83). Sum of RGB (Red+Green+Blue) = 41+3+83=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #290353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290353 is #D6FCAC. Grayscale: #171717. Windows color (decimal): -14089389 or 5440297. OLE color: 5440297.
HSL color Cylindrical-coordinate representation of color #290353: hue angle of 268.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290353 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 3 | 83 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.67 |
| HSL | 268.5º | 0.93% | 0.17% | - |
| HSV(B) | 268.5º | 0.96% | 0.33% | - |
| XYZ | 2.51 | 1.16 | 8.28 | - |
| YUV | 23.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 83 | 0.51 | 0.96 | 0 | 0.67 | 268.5 | 0.93 | 0.17 |
| Hex | 29 | 3 | 53 | 33 | 60 | 0 | 43 | 10C | 5D | 11 |
| Octal | 51 | 3 | 123 | 63 | 140 | 0 | 103 | 414 | 135 | 21 |
| Binary | 101001 | 11 | 1010011 | 110011 | 1100000 | 0 | 1000011 | 100001100 | 1011101 | 10001 |
Color Harmonies of #290353
Complementary color
Monochromatic Colors of #290353
Black with #290353
Text Example
Text Example
White with #290353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290353; }
p { color: rgb(41,3,83); }
H1.HeaderClassName
{
color: #290353;
}
.AnyTagClassName
{
color: #290353;
}
</style>
background-color css
<style>
a { background-color: #290353; }
a { background-color: rgb(41,3,83); }
div.DivClassName
{
background-color: #290353;
}
.BgClassName
{
background-color: #290353;
}
</style>
border-color css
<style>
span { border-color: #290353; }
span { border-color: rgb(41,3,83); }
td.TdClassName
{
border-color: #290353;
}
.TagClassName
{
border-color: #290353;
}
</style>