Shades of Blackcurrant #291C37
Tints of Blackcurrant #291C37
RGB
CMYK
RGB Variations
Color information
#291C37 (or 0x291C37) is known color: Blackcurrant. HEX triplet: 29, 1C and 37. RGB value is (41,28,55). Sum of RGB (Red+Green+Blue) = 41+28+55=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 55 - color contains mainly: blue. Hex color #291C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C37 is #D6E3C8. Grayscale: #222222. Windows color (decimal): -14083017 or 3611689. OLE color: 3611689.
HSL color Cylindrical-coordinate representation of color #291C37: hue angle of 268.89º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #291C37 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 28 | 55 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.78 |
| HSL | 268.89º | 0.33% | 0.16% | - |
| HSV(B) | 268.89º | 0.49% | 0.22% | - |
| XYZ | 2.02 | 1.58 | 3.81 | - |
| YUV | 34.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 55 | 0.25 | 0.49 | 0 | 0.78 | 268.89 | 0.33 | 0.16 |
| Hex | 29 | 1C | 37 | 19 | 31 | 0 | 4E | 10D | 21 | 10 |
| Octal | 51 | 34 | 67 | 31 | 61 | 0 | 116 | 415 | 41 | 20 |
| Binary | 101001 | 11100 | 110111 | 11001 | 110001 | 0 | 1001110 | 100001101 | 100001 | 10000 |
Color Harmonies of #291C37
Complementary color
Monochromatic Colors of #291C37
Black with #291C37
Text Example
Text Example
White with #291C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C37; }
p { color: rgb(41,28,55); }
H1.HeaderClassName
{
color: #291C37;
}
.AnyTagClassName
{
color: #291C37;
}
</style>
background-color css
<style>
a { background-color: #291C37; }
a { background-color: rgb(41,28,55); }
div.DivClassName
{
background-color: #291C37;
}
.BgClassName
{
background-color: #291C37;
}
</style>
border-color css
<style>
span { border-color: #291C37; }
span { border-color: rgb(41,28,55); }
td.TdClassName
{
border-color: #291C37;
}
.TagClassName
{
border-color: #291C37;
}
</style>