Shades of Blackcurrant #291634
Tints of Blackcurrant #291634
RGB
CMYK
RGB Variations
Color information
#291634 (or 0x291634) is known color: Blackcurrant. HEX triplet: 29, 16 and 34. RGB value is (41,22,52). Sum of RGB (Red+Green+Blue) = 41+22+52=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 52 - color contains mainly: blue. Hex color #291634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291634 is #D6E9CB. Grayscale: #1E1E1E. Windows color (decimal): -14084556 or 3413545. OLE color: 3413545.
HSL color Cylindrical-coordinate representation of color #291634: hue angle of 278º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #291634 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 22 | 52 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.80 |
| HSL | 278º | 0.41% | 0.15% | - |
| HSV(B) | 278º | 0.58% | 0.2% | - |
| XYZ | 1.82 | 1.29 | 3.4 | - |
| YUV | 31.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 52 | 0.21 | 0.58 | 0 | 0.80 | 278 | 0.41 | 0.15 |
| Hex | 29 | 16 | 34 | 15 | 3A | 0 | 50 | 116 | 29 | F |
| Octal | 51 | 26 | 64 | 25 | 72 | 0 | 120 | 426 | 51 | 17 |
| Binary | 101001 | 10110 | 110100 | 10101 | 111010 | 0 | 1010000 | 100010110 | 101001 | 1111 |
Color Harmonies of #291634
Complementary color
Monochromatic Colors of #291634
Black with #291634
Text Example
Text Example
White with #291634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291634; }
p { color: rgb(41,22,52); }
H1.HeaderClassName
{
color: #291634;
}
.AnyTagClassName
{
color: #291634;
}
</style>
background-color css
<style>
a { background-color: #291634; }
a { background-color: rgb(41,22,52); }
div.DivClassName
{
background-color: #291634;
}
.BgClassName
{
background-color: #291634;
}
</style>
border-color css
<style>
span { border-color: #291634; }
span { border-color: rgb(41,22,52); }
td.TdClassName
{
border-color: #291634;
}
.TagClassName
{
border-color: #291634;
}
</style>