Shades of Blackcurrant #291C39
Tints of Blackcurrant #291C39
RGB
CMYK
RGB Variations
Color information
#291C39 (or 0x291C39) is known color: Blackcurrant. HEX triplet: 29, 1C and 39. RGB value is (41,28,57). Sum of RGB (Red+Green+Blue) = 41+28+57=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #291C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291C39 is #D6E3C6. Grayscale: #232323. Windows color (decimal): -14083015 or 3742761. OLE color: 3742761.
HSL color Cylindrical-coordinate representation of color #291C39: hue angle of 266.9º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291C39 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 28 | 57 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.78 |
| HSL | 266.9º | 0.34% | 0.17% | - |
| HSV(B) | 266.9º | 0.51% | 0.22% | - |
| XYZ | 2.07 | 1.6 | 4.07 | - |
| YUV | 35.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 57 | 0.28 | 0.51 | 0 | 0.78 | 266.9 | 0.34 | 0.17 |
| Hex | 29 | 1C | 39 | 1C | 33 | 0 | 4E | 10B | 22 | 11 |
| Octal | 51 | 34 | 71 | 34 | 63 | 0 | 116 | 413 | 42 | 21 |
| Binary | 101001 | 11100 | 111001 | 11100 | 110011 | 0 | 1001110 | 100001011 | 100010 | 10001 |
Color Harmonies of #291C39
Complementary color
Monochromatic Colors of #291C39
Black with #291C39
Text Example
Text Example
White with #291C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C39; }
p { color: rgb(41,28,57); }
H1.HeaderClassName
{
color: #291C39;
}
.AnyTagClassName
{
color: #291C39;
}
</style>
background-color css
<style>
a { background-color: #291C39; }
a { background-color: rgb(41,28,57); }
div.DivClassName
{
background-color: #291C39;
}
.BgClassName
{
background-color: #291C39;
}
</style>
border-color css
<style>
span { border-color: #291C39; }
span { border-color: rgb(41,28,57); }
td.TdClassName
{
border-color: #291C39;
}
.TagClassName
{
border-color: #291C39;
}
</style>