Shades of Blackcurrant #291D33
Tints of Blackcurrant #291D33
RGB
CMYK
RGB Variations
Color information
#291D33 (or 0x291D33) is known color: Blackcurrant. HEX triplet: 29, 1D and 33. RGB value is (41,29,51). Sum of RGB (Red+Green+Blue) = 41+29+51=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: blue. Hex color #291D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D33 is #D6E2CC. Grayscale: #232323. Windows color (decimal): -14082765 or 3349801. OLE color: 3349801.
HSL color Cylindrical-coordinate representation of color #291D33: hue angle of 272.73º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #291D33 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 29 | 51 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.8 |
| HSL | 272.73º | 0.28% | 0.16% | - |
| HSV(B) | 272.73º | 0.43% | 0.2% | - |
| XYZ | 1.95 | 1.59 | 3.34 | - |
| YUV | 35.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 51 | 0.20 | 0.43 | 0 | 0.8 | 272.73 | 0.28 | 0.16 |
| Hex | 29 | 1D | 33 | 14 | 2B | 0 | 50 | 111 | 1C | 10 |
| Octal | 51 | 35 | 63 | 24 | 53 | 0 | 120 | 421 | 34 | 20 |
| Binary | 101001 | 11101 | 110011 | 10100 | 101011 | 0 | 1010000 | 100010001 | 11100 | 10000 |
Color Harmonies of #291D33
Complementary color
Monochromatic Colors of #291D33
Black with #291D33
Text Example
Text Example
White with #291D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D33; }
p { color: rgb(41,29,51); }
H1.HeaderClassName
{
color: #291D33;
}
.AnyTagClassName
{
color: #291D33;
}
</style>
background-color css
<style>
a { background-color: #291D33; }
a { background-color: rgb(41,29,51); }
div.DivClassName
{
background-color: #291D33;
}
.BgClassName
{
background-color: #291D33;
}
</style>
border-color css
<style>
span { border-color: #291D33; }
span { border-color: rgb(41,29,51); }
td.TdClassName
{
border-color: #291D33;
}
.TagClassName
{
border-color: #291D33;
}
</style>