Shades of Blackcurrant #291D34
Tints of Blackcurrant #291D34
RGB
CMYK
RGB Variations
Color information
#291D34 (or 0x291D34) is known color: Blackcurrant. HEX triplet: 29, 1D and 34. RGB value is (41,29,52). Sum of RGB (Red+Green+Blue) = 41+29+52=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #291D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D34 is #D6E2CB. Grayscale: #232323. Windows color (decimal): -14082764 or 3415337. OLE color: 3415337.
HSL color Cylindrical-coordinate representation of color #291D34: hue angle of 271.3º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #291D34 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 29 | 52 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.80 |
| HSL | 271.3º | 0.28% | 0.16% | - |
| HSV(B) | 271.3º | 0.44% | 0.2% | - |
| XYZ | 1.97 | 1.6 | 3.45 | - |
| YUV | 35.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 52 | 0.21 | 0.44 | 0 | 0.80 | 271.3 | 0.28 | 0.16 |
| Hex | 29 | 1D | 34 | 15 | 2C | 0 | 50 | 10F | 1C | 10 |
| Octal | 51 | 35 | 64 | 25 | 54 | 0 | 120 | 417 | 34 | 20 |
| Binary | 101001 | 11101 | 110100 | 10101 | 101100 | 0 | 1010000 | 100001111 | 11100 | 10000 |
Color Harmonies of #291D34
Complementary color
Monochromatic Colors of #291D34
Black with #291D34
Text Example
Text Example
White with #291D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D34; }
p { color: rgb(41,29,52); }
H1.HeaderClassName
{
color: #291D34;
}
.AnyTagClassName
{
color: #291D34;
}
</style>
background-color css
<style>
a { background-color: #291D34; }
a { background-color: rgb(41,29,52); }
div.DivClassName
{
background-color: #291D34;
}
.BgClassName
{
background-color: #291D34;
}
</style>
border-color css
<style>
span { border-color: #291D34; }
span { border-color: rgb(41,29,52); }
td.TdClassName
{
border-color: #291D34;
}
.TagClassName
{
border-color: #291D34;
}
</style>