Shades of Blackcurrant #291041
Tints of Blackcurrant #291041
RGB
CMYK
RGB Variations
Color information
#291041 (or 0x291041) is known color: Blackcurrant. HEX triplet: 29, 10 and 41. RGB value is (41,16,65). Sum of RGB (Red+Green+Blue) = 41+16+65=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #291041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291041 is #D6EFBE. Grayscale: #1C1C1C. Windows color (decimal): -14086079 or 4263977. OLE color: 4263977.
HSL color Cylindrical-coordinate representation of color #291041: hue angle of 270.61º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291041 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 16 | 65 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.75 |
| HSL | 270.61º | 0.6% | 0.16% | - |
| HSV(B) | 270.61º | 0.75% | 0.25% | - |
| XYZ | 2.05 | 1.22 | 5.13 | - |
| YUV | 29.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 65 | 0.37 | 0.75 | 0 | 0.75 | 270.61 | 0.6 | 0.16 |
| Hex | 29 | 10 | 41 | 25 | 4B | 0 | 4B | 10F | 3C | 10 |
| Octal | 51 | 20 | 101 | 45 | 113 | 0 | 113 | 417 | 74 | 20 |
| Binary | 101001 | 10000 | 1000001 | 100101 | 1001011 | 0 | 1001011 | 100001111 | 111100 | 10000 |
Color Harmonies of #291041
Complementary color
Monochromatic Colors of #291041
Black with #291041
Text Example
Text Example
White with #291041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291041; }
p { color: rgb(41,16,65); }
H1.HeaderClassName
{
color: #291041;
}
.AnyTagClassName
{
color: #291041;
}
</style>
background-color css
<style>
a { background-color: #291041; }
a { background-color: rgb(41,16,65); }
div.DivClassName
{
background-color: #291041;
}
.BgClassName
{
background-color: #291041;
}
</style>
border-color css
<style>
span { border-color: #291041; }
span { border-color: rgb(41,16,65); }
td.TdClassName
{
border-color: #291041;
}
.TagClassName
{
border-color: #291041;
}
</style>