Shades of Blackcurrant #291F2F
Tints of Blackcurrant #291F2F
RGB
CMYK
RGB Variations
Color information
#291F2F (or 0x291F2F) is known color: Blackcurrant. HEX triplet: 29, 1F and 2F. RGB value is (41,31,47). Sum of RGB (Red+Green+Blue) = 41+31+47=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 47 - color contains mainly: blue. Hex color #291F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F2F is #D6E0D0. Grayscale: #232323. Windows color (decimal): -14082257 or 3088169. OLE color: 3088169.
HSL color Cylindrical-coordinate representation of color #291F2F: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #291F2F is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 31 | 47 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.82 |
| HSL | 277.5º | 0.21% | 0.15% | - |
| HSV(B) | 277.5º | 0.34% | 0.18% | - |
| XYZ | 1.92 | 1.66 | 2.91 | - |
| YUV | 35.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 47 | 0.13 | 0.34 | 0 | 0.82 | 277.5 | 0.21 | 0.15 |
| Hex | 29 | 1F | 2F | D | 22 | 0 | 52 | 116 | 15 | F |
| Octal | 51 | 37 | 57 | 15 | 42 | 0 | 122 | 426 | 25 | 17 |
| Binary | 101001 | 11111 | 101111 | 1101 | 100010 | 0 | 1010010 | 100010110 | 10101 | 1111 |
Color Harmonies of #291F2F
Complementary color
Monochromatic Colors of #291F2F
Black with #291F2F
Text Example
Text Example
White with #291F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F2F; }
p { color: rgb(41,31,47); }
H1.HeaderClassName
{
color: #291F2F;
}
.AnyTagClassName
{
color: #291F2F;
}
</style>
background-color css
<style>
a { background-color: #291F2F; }
a { background-color: rgb(41,31,47); }
div.DivClassName
{
background-color: #291F2F;
}
.BgClassName
{
background-color: #291F2F;
}
</style>
border-color css
<style>
span { border-color: #291F2F; }
span { border-color: rgb(41,31,47); }
td.TdClassName
{
border-color: #291F2F;
}
.TagClassName
{
border-color: #291F2F;
}
</style>