Shades of Blackcurrant #291441
Tints of Blackcurrant #291441
RGB
CMYK
RGB Variations
Color information
#291441 (or 0x291441) is known color: Blackcurrant. HEX triplet: 29, 14 and 41. RGB value is (41,20,65). Sum of RGB (Red+Green+Blue) = 41+20+65=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #291441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291441 is #D6EBBE. Grayscale: #1F1F1F. Windows color (decimal): -14085055 or 4265001. OLE color: 4265001.
HSL color Cylindrical-coordinate representation of color #291441: hue angle of 268º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #291441 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 20 | 65 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.75 |
| HSL | 268º | 0.53% | 0.17% | - |
| HSV(B) | 268º | 0.69% | 0.25% | - |
| XYZ | 2.12 | 1.35 | 5.15 | - |
| YUV | 31.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 65 | 0.37 | 0.69 | 0 | 0.75 | 268 | 0.53 | 0.17 |
| Hex | 29 | 14 | 41 | 25 | 45 | 0 | 4B | 10C | 35 | 11 |
| Octal | 51 | 24 | 101 | 45 | 105 | 0 | 113 | 414 | 65 | 21 |
| Binary | 101001 | 10100 | 1000001 | 100101 | 1000101 | 0 | 1001011 | 100001100 | 110101 | 10001 |
Color Harmonies of #291441
Complementary color
Monochromatic Colors of #291441
Black with #291441
Text Example
Text Example
White with #291441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291441; }
p { color: rgb(41,20,65); }
H1.HeaderClassName
{
color: #291441;
}
.AnyTagClassName
{
color: #291441;
}
</style>
background-color css
<style>
a { background-color: #291441; }
a { background-color: rgb(41,20,65); }
div.DivClassName
{
background-color: #291441;
}
.BgClassName
{
background-color: #291441;
}
</style>
border-color css
<style>
span { border-color: #291441; }
span { border-color: rgb(41,20,65); }
td.TdClassName
{
border-color: #291441;
}
.TagClassName
{
border-color: #291441;
}
</style>