Shades of Blackcurrant #290055
Tints of Blackcurrant #290055
RGB
CMYK
RGB Variations
Color information
#290055 (or 0x290055) is known color: Blackcurrant. HEX triplet: 29, 00 and 55. RGB value is (41,0,85). Sum of RGB (Red+Green+Blue) = 41+0+85=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #290055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290055 is #D6FFAA. Grayscale: #151515. Windows color (decimal): -14090155 or 5570601. OLE color: 5570601.
HSL color Cylindrical-coordinate representation of color #290055: hue angle of 268.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290055 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 0 | 85 | - |
| CMYK | 0.52 | 1 | 0 | 0.67 |
| HSL | 268.94º | 1% | 0.17% | - |
| HSV(B) | 268.94º | 1% | 0.33% | - |
| XYZ | 2.55 | 1.13 | 8.68 | - |
| YUV | 21.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 85 | 0.52 | 1 | 0 | 0.67 | 268.94 | 1 | 0.17 |
| Hex | 29 | 0 | 55 | 34 | 64 | 0 | 43 | 10D | 64 | 11 |
| Octal | 51 | 0 | 125 | 64 | 144 | 0 | 103 | 415 | 144 | 21 |
| Binary | 101001 | 0 | 1010101 | 110100 | 1100100 | 0 | 1000011 | 100001101 | 1100100 | 10001 |
Color Harmonies of #290055
Complementary color
Monochromatic Colors of #290055
Black with #290055
Text Example
Text Example
White with #290055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290055; }
p { color: rgb(41,0,85); }
H1.HeaderClassName
{
color: #290055;
}
.AnyTagClassName
{
color: #290055;
}
</style>
background-color css
<style>
a { background-color: #290055; }
a { background-color: rgb(41,0,85); }
div.DivClassName
{
background-color: #290055;
}
.BgClassName
{
background-color: #290055;
}
</style>
border-color css
<style>
span { border-color: #290055; }
span { border-color: rgb(41,0,85); }
td.TdClassName
{
border-color: #290055;
}
.TagClassName
{
border-color: #290055;
}
</style>