Shades of Blackcurrant #291934
Tints of Blackcurrant #291934
RGB
CMYK
RGB Variations
Color information
#291934 (or 0x291934) is known color: Blackcurrant. HEX triplet: 29, 19 and 34. RGB value is (41,25,52). Sum of RGB (Red+Green+Blue) = 41+25+52=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 52 (20.70% from 255 or 44.07% from 118); Max value from RGB is 52 - color contains mainly: blue. Hex color #291934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291934 is #D6E6CB. Grayscale: #202020. Windows color (decimal): -14083788 or 3414313. OLE color: 3414313.
HSL color Cylindrical-coordinate representation of color #291934: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #291934 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 25 | 52 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.80 |
| HSL | 275.56º | 0.35% | 0.15% | - |
| HSV(B) | 275.56º | 0.52% | 0.2% | - |
| XYZ | 1.88 | 1.41 | 3.42 | - |
| YUV | 32.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 52 | 0.21 | 0.52 | 0 | 0.80 | 275.56 | 0.35 | 0.15 |
| Hex | 29 | 19 | 34 | 15 | 34 | 0 | 50 | 114 | 23 | F |
| Octal | 51 | 31 | 64 | 25 | 64 | 0 | 120 | 424 | 43 | 17 |
| Binary | 101001 | 11001 | 110100 | 10101 | 110100 | 0 | 1010000 | 100010100 | 100011 | 1111 |
Color Harmonies of #291934
Complementary color
Monochromatic Colors of #291934
Black with #291934
Text Example
Text Example
White with #291934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291934; }
p { color: rgb(41,25,52); }
H1.HeaderClassName
{
color: #291934;
}
.AnyTagClassName
{
color: #291934;
}
</style>
background-color css
<style>
a { background-color: #291934; }
a { background-color: rgb(41,25,52); }
div.DivClassName
{
background-color: #291934;
}
.BgClassName
{
background-color: #291934;
}
</style>
border-color css
<style>
span { border-color: #291934; }
span { border-color: rgb(41,25,52); }
td.TdClassName
{
border-color: #291934;
}
.TagClassName
{
border-color: #291934;
}
</style>