Shades of Blackcurrant #290155
Tints of Blackcurrant #290155
RGB
CMYK
RGB Variations
Color information
#290155 (or 0x290155) is known color: Blackcurrant. HEX triplet: 29, 01 and 55. RGB value is (41,1,85). Sum of RGB (Red+Green+Blue) = 41+1+85=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 85 (33.59% from 255 or 66.93% from 127); Max value from RGB is 85 - color contains mainly: blue. Hex color #290155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290155 is #D6FEAA. Grayscale: #161616. Windows color (decimal): -14089899 or 5570857. OLE color: 5570857.
HSL color Cylindrical-coordinate representation of color #290155: hue angle of 268.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290155 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 1 | 85 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.67 |
| HSL | 268.57º | 0.98% | 0.17% | - |
| HSV(B) | 268.57º | 0.99% | 0.33% | - |
| XYZ | 2.56 | 1.15 | 8.68 | - |
| YUV | 22.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 85 | 0.52 | 0.99 | 0 | 0.67 | 268.57 | 0.98 | 0.17 |
| Hex | 29 | 1 | 55 | 34 | 63 | 0 | 43 | 10D | 62 | 11 |
| Octal | 51 | 1 | 125 | 64 | 143 | 0 | 103 | 415 | 142 | 21 |
| Binary | 101001 | 1 | 1010101 | 110100 | 1100011 | 0 | 1000011 | 100001101 | 1100010 | 10001 |
Color Harmonies of #290155
Complementary color
Monochromatic Colors of #290155
Black with #290155
Text Example
Text Example
White with #290155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290155; }
p { color: rgb(41,1,85); }
H1.HeaderClassName
{
color: #290155;
}
.AnyTagClassName
{
color: #290155;
}
</style>
background-color css
<style>
a { background-color: #290155; }
a { background-color: rgb(41,1,85); }
div.DivClassName
{
background-color: #290155;
}
.BgClassName
{
background-color: #290155;
}
</style>
border-color css
<style>
span { border-color: #290155; }
span { border-color: rgb(41,1,85); }
td.TdClassName
{
border-color: #290155;
}
.TagClassName
{
border-color: #290155;
}
</style>