Shades of Blackcurrant #291031
Tints of Blackcurrant #291031
RGB
CMYK
RGB Variations
Color information
#291031 (or 0x291031) is known color: Blackcurrant. HEX triplet: 29, 10 and 31. RGB value is (41,16,49). Sum of RGB (Red+Green+Blue) = 41+16+49=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #291031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291031 is #D6EFCE. Grayscale: #1B1B1B. Windows color (decimal): -14086095 or 3215401. OLE color: 3215401.
HSL color Cylindrical-coordinate representation of color #291031: hue angle of 285.45º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291031 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 16 | 49 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.81 |
| HSL | 285.45º | 0.51% | 0.13% | - |
| HSV(B) | 285.45º | 0.67% | 0.19% | - |
| XYZ | 1.65 | 1.06 | 3.02 | - |
| YUV | 27.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 49 | 0.16 | 0.67 | 0 | 0.81 | 285.45 | 0.51 | 0.13 |
| Hex | 29 | 10 | 31 | 10 | 43 | 0 | 51 | 11D | 33 | D |
| Octal | 51 | 20 | 61 | 20 | 103 | 0 | 121 | 435 | 63 | 15 |
| Binary | 101001 | 10000 | 110001 | 10000 | 1000011 | 0 | 1010001 | 100011101 | 110011 | 1101 |
Color Harmonies of #291031
Complementary color
Monochromatic Colors of #291031
Black with #291031
Text Example
Text Example
White with #291031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291031; }
p { color: rgb(41,16,49); }
H1.HeaderClassName
{
color: #291031;
}
.AnyTagClassName
{
color: #291031;
}
</style>
background-color css
<style>
a { background-color: #291031; }
a { background-color: rgb(41,16,49); }
div.DivClassName
{
background-color: #291031;
}
.BgClassName
{
background-color: #291031;
}
</style>
border-color css
<style>
span { border-color: #291031; }
span { border-color: rgb(41,16,49); }
td.TdClassName
{
border-color: #291031;
}
.TagClassName
{
border-color: #291031;
}
</style>