Shades of Blackcurrant #291431
Tints of Blackcurrant #291431
RGB
CMYK
RGB Variations
Color information
#291431 (or 0x291431) is known color: Blackcurrant. HEX triplet: 29, 14 and 31. RGB value is (41,20,49). Sum of RGB (Red+Green+Blue) = 41+20+49=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #291431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291431 is #D6EBCE. Grayscale: #1D1D1D. Windows color (decimal): -14085071 or 3216425. OLE color: 3216425.
HSL color Cylindrical-coordinate representation of color #291431: hue angle of 283.45º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291431 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 20 | 49 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.81 |
| HSL | 283.45º | 0.42% | 0.14% | - |
| HSV(B) | 283.45º | 0.59% | 0.19% | - |
| XYZ | 1.72 | 1.19 | 3.05 | - |
| YUV | 29.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 49 | 0.16 | 0.59 | 0 | 0.81 | 283.45 | 0.42 | 0.14 |
| Hex | 29 | 14 | 31 | 10 | 3B | 0 | 51 | 11B | 2A | E |
| Octal | 51 | 24 | 61 | 20 | 73 | 0 | 121 | 433 | 52 | 16 |
| Binary | 101001 | 10100 | 110001 | 10000 | 111011 | 0 | 1010001 | 100011011 | 101010 | 1110 |
Color Harmonies of #291431
Complementary color
Monochromatic Colors of #291431
Black with #291431
Text Example
Text Example
White with #291431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291431; }
p { color: rgb(41,20,49); }
H1.HeaderClassName
{
color: #291431;
}
.AnyTagClassName
{
color: #291431;
}
</style>
background-color css
<style>
a { background-color: #291431; }
a { background-color: rgb(41,20,49); }
div.DivClassName
{
background-color: #291431;
}
.BgClassName
{
background-color: #291431;
}
</style>
border-color css
<style>
span { border-color: #291431; }
span { border-color: rgb(41,20,49); }
td.TdClassName
{
border-color: #291431;
}
.TagClassName
{
border-color: #291431;
}
</style>