Shades of Blackcurrant #291B31
Tints of Blackcurrant #291B31
RGB
CMYK
RGB Variations
Color information
#291B31 (or 0x291B31) is known color: Blackcurrant. HEX triplet: 29, 1B and 31. RGB value is (41,27,49). Sum of RGB (Red+Green+Blue) = 41+27+49=117 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.04% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #291B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291B31 is #D6E4CE. Grayscale: #212121. Windows color (decimal): -14083279 or 3218217. OLE color: 3218217.
HSL color Cylindrical-coordinate representation of color #291B31: hue angle of 278.18º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #291B31 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 27 | 49 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.81 |
| HSL | 278.18º | 0.29% | 0.15% | - |
| HSV(B) | 278.18º | 0.45% | 0.19% | - |
| XYZ | 1.86 | 1.48 | 3.09 | - |
| YUV | 33.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 49 | 0.16 | 0.45 | 0 | 0.81 | 278.18 | 0.29 | 0.15 |
| Hex | 29 | 1B | 31 | 10 | 2D | 0 | 51 | 116 | 1D | F |
| Octal | 51 | 33 | 61 | 20 | 55 | 0 | 121 | 426 | 35 | 17 |
| Binary | 101001 | 11011 | 110001 | 10000 | 101101 | 0 | 1010001 | 100010110 | 11101 | 1111 |
Color Harmonies of #291B31
Complementary color
Monochromatic Colors of #291B31
Black with #291B31
Text Example
Text Example
White with #291B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B31; }
p { color: rgb(41,27,49); }
H1.HeaderClassName
{
color: #291B31;
}
.AnyTagClassName
{
color: #291B31;
}
</style>
background-color css
<style>
a { background-color: #291B31; }
a { background-color: rgb(41,27,49); }
div.DivClassName
{
background-color: #291B31;
}
.BgClassName
{
background-color: #291B31;
}
</style>
border-color css
<style>
span { border-color: #291B31; }
span { border-color: rgb(41,27,49); }
td.TdClassName
{
border-color: #291B31;
}
.TagClassName
{
border-color: #291B31;
}
</style>