Shades of Blackcurrant #290151
Tints of Blackcurrant #290151
RGB
CMYK
RGB Variations
Color information
#290151 (or 0x290151) is known color: Blackcurrant. HEX triplet: 29, 01 and 51. RGB value is (41,1,81). Sum of RGB (Red+Green+Blue) = 41+1+81=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #290151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290151 is #D6FEAE. Grayscale: #151515. Windows color (decimal): -14089903 or 5308713. OLE color: 5308713.
HSL color Cylindrical-coordinate representation of color #290151: hue angle of 270º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290151 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 1 | 81 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.68 |
| HSL | 270º | 0.98% | 0.16% | - |
| HSV(B) | 270º | 0.99% | 0.32% | - |
| XYZ | 2.41 | 1.09 | 7.87 | - |
| YUV | 22.08 | 161.25 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 81 | 0.49 | 0.99 | 0 | 0.68 | 270 | 0.98 | 0.16 |
| Hex | 29 | 1 | 51 | 31 | 63 | 0 | 44 | 10E | 62 | 10 |
| Octal | 51 | 1 | 121 | 61 | 143 | 0 | 104 | 416 | 142 | 20 |
| Binary | 101001 | 1 | 1010001 | 110001 | 1100011 | 0 | 1000100 | 100001110 | 1100010 | 10000 |
Color Harmonies of #290151
Complementary color
Monochromatic Colors of #290151
Black with #290151
Text Example
Text Example
White with #290151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290151; }
p { color: rgb(41,1,81); }
H1.HeaderClassName
{
color: #290151;
}
.AnyTagClassName
{
color: #290151;
}
</style>
background-color css
<style>
a { background-color: #290151; }
a { background-color: rgb(41,1,81); }
div.DivClassName
{
background-color: #290151;
}
.BgClassName
{
background-color: #290151;
}
</style>
border-color css
<style>
span { border-color: #290151; }
span { border-color: rgb(41,1,81); }
td.TdClassName
{
border-color: #290151;
}
.TagClassName
{
border-color: #290151;
}
</style>