Shades of Blackcurrant #291F32
Tints of Blackcurrant #291F32
RGB
CMYK
RGB Variations
Color information
#291F32 (or 0x291F32) is known color: Blackcurrant. HEX triplet: 29, 1F and 32. RGB value is (41,31,50). Sum of RGB (Red+Green+Blue) = 41+31+50=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 50 - color contains mainly: blue. Hex color #291F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F32 is #D6E0CD. Grayscale: #242424. Windows color (decimal): -14082254 or 3284777. OLE color: 3284777.
HSL color Cylindrical-coordinate representation of color #291F32: hue angle of 271.58º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #291F32 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 31 | 50 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.80 |
| HSL | 271.58º | 0.23% | 0.16% | - |
| HSV(B) | 271.58º | 0.38% | 0.2% | - |
| XYZ | 1.98 | 1.68 | 3.24 | - |
| YUV | 36.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 50 | 0.18 | 0.38 | 0 | 0.80 | 271.58 | 0.23 | 0.16 |
| Hex | 29 | 1F | 32 | 12 | 26 | 0 | 50 | 110 | 17 | 10 |
| Octal | 51 | 37 | 62 | 22 | 46 | 0 | 120 | 420 | 27 | 20 |
| Binary | 101001 | 11111 | 110010 | 10010 | 100110 | 0 | 1010000 | 100010000 | 10111 | 10000 |
Color Harmonies of #291F32
Complementary color
Monochromatic Colors of #291F32
Black with #291F32
Text Example
Text Example
White with #291F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F32; }
p { color: rgb(41,31,50); }
H1.HeaderClassName
{
color: #291F32;
}
.AnyTagClassName
{
color: #291F32;
}
</style>
background-color css
<style>
a { background-color: #291F32; }
a { background-color: rgb(41,31,50); }
div.DivClassName
{
background-color: #291F32;
}
.BgClassName
{
background-color: #291F32;
}
</style>
border-color css
<style>
span { border-color: #291F32; }
span { border-color: rgb(41,31,50); }
td.TdClassName
{
border-color: #291F32;
}
.TagClassName
{
border-color: #291F32;
}
</style>