Shades of Blackcurrant #291D35
Tints of Blackcurrant #291D35
RGB
CMYK
RGB Variations
Color information
#291D35 (or 0x291D35) is known color: Blackcurrant. HEX triplet: 29, 1D and 35. RGB value is (41,29,53). Sum of RGB (Red+Green+Blue) = 41+29+53=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #291D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D35 is #D6E2CA. Grayscale: #232323. Windows color (decimal): -14082763 or 3480873. OLE color: 3480873.
HSL color Cylindrical-coordinate representation of color #291D35: hue angle of 270º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #291D35 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 29 | 53 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.79 |
| HSL | 270º | 0.29% | 0.16% | - |
| HSV(B) | 270º | 0.45% | 0.21% | - |
| XYZ | 2 | 1.61 | 3.57 | - |
| YUV | 35.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 53 | 0.23 | 0.45 | 0 | 0.79 | 270 | 0.29 | 0.16 |
| Hex | 29 | 1D | 35 | 17 | 2D | 0 | 4F | 10E | 1D | 10 |
| Octal | 51 | 35 | 65 | 27 | 55 | 0 | 117 | 416 | 35 | 20 |
| Binary | 101001 | 11101 | 110101 | 10111 | 101101 | 0 | 1001111 | 100001110 | 11101 | 10000 |
Color Harmonies of #291D35
Complementary color
Monochromatic Colors of #291D35
Black with #291D35
Text Example
Text Example
White with #291D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D35; }
p { color: rgb(41,29,53); }
H1.HeaderClassName
{
color: #291D35;
}
.AnyTagClassName
{
color: #291D35;
}
</style>
background-color css
<style>
a { background-color: #291D35; }
a { background-color: rgb(41,29,53); }
div.DivClassName
{
background-color: #291D35;
}
.BgClassName
{
background-color: #291D35;
}
</style>
border-color css
<style>
span { border-color: #291D35; }
span { border-color: rgb(41,29,53); }
td.TdClassName
{
border-color: #291D35;
}
.TagClassName
{
border-color: #291D35;
}
</style>