Shades of Blackcurrant #290051
Tints of Blackcurrant #290051
RGB
CMYK
RGB Variations
Color information
#290051 (or 0x290051) is known color: Blackcurrant. HEX triplet: 29, 00 and 51. RGB value is (41,0,81). Sum of RGB (Red+Green+Blue) = 41+0+81=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #290051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290051 is #D6FFAE. Grayscale: #151515. Windows color (decimal): -14090159 or 5308457. OLE color: 5308457.
HSL color Cylindrical-coordinate representation of color #290051: hue angle of 270.37º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290051 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 0 | 81 | - |
| CMYK | 0.49 | 1 | 0 | 0.68 |
| HSL | 270.37º | 1% | 0.16% | - |
| HSV(B) | 270.37º | 1% | 0.32% | - |
| XYZ | 2.4 | 1.07 | 7.86 | - |
| YUV | 21.49 | 161.58 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 81 | 0.49 | 1 | 0 | 0.68 | 270.37 | 1 | 0.16 |
| Hex | 29 | 0 | 51 | 31 | 64 | 0 | 44 | 10E | 64 | 10 |
| Octal | 51 | 0 | 121 | 61 | 144 | 0 | 104 | 416 | 144 | 20 |
| Binary | 101001 | 0 | 1010001 | 110001 | 1100100 | 0 | 1000100 | 100001110 | 1100100 | 10000 |
Color Harmonies of #290051
Complementary color
Monochromatic Colors of #290051
Black with #290051
Text Example
Text Example
White with #290051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290051; }
p { color: rgb(41,0,81); }
H1.HeaderClassName
{
color: #290051;
}
.AnyTagClassName
{
color: #290051;
}
</style>
background-color css
<style>
a { background-color: #290051; }
a { background-color: rgb(41,0,81); }
div.DivClassName
{
background-color: #290051;
}
.BgClassName
{
background-color: #290051;
}
</style>
border-color css
<style>
span { border-color: #290051; }
span { border-color: rgb(41,0,81); }
td.TdClassName
{
border-color: #290051;
}
.TagClassName
{
border-color: #290051;
}
</style>