Shades of Blackcurrant #291134
Tints of Blackcurrant #291134
RGB
CMYK
RGB Variations
Color information
#291134 (or 0x291134) is known color: Blackcurrant. HEX triplet: 29, 11 and 34. RGB value is (41,17,52). Sum of RGB (Red+Green+Blue) = 41+17+52=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #291134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291134 is #D6EECB. Grayscale: #1C1C1C. Windows color (decimal): -14085836 or 3412265. OLE color: 3412265.
HSL color Cylindrical-coordinate representation of color #291134: hue angle of 281.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #291134 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 17 | 52 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.80 |
| HSL | 281.14º | 0.51% | 0.14% | - |
| HSV(B) | 281.14º | 0.67% | 0.2% | - |
| XYZ | 1.73 | 1.12 | 3.37 | - |
| YUV | 28.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 52 | 0.21 | 0.67 | 0 | 0.80 | 281.14 | 0.51 | 0.14 |
| Hex | 29 | 11 | 34 | 15 | 43 | 0 | 50 | 119 | 33 | E |
| Octal | 51 | 21 | 64 | 25 | 103 | 0 | 120 | 431 | 63 | 16 |
| Binary | 101001 | 10001 | 110100 | 10101 | 1000011 | 0 | 1010000 | 100011001 | 110011 | 1110 |
Color Harmonies of #291134
Complementary color
Monochromatic Colors of #291134
Black with #291134
Text Example
Text Example
White with #291134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291134; }
p { color: rgb(41,17,52); }
H1.HeaderClassName
{
color: #291134;
}
.AnyTagClassName
{
color: #291134;
}
</style>
background-color css
<style>
a { background-color: #291134; }
a { background-color: rgb(41,17,52); }
div.DivClassName
{
background-color: #291134;
}
.BgClassName
{
background-color: #291134;
}
</style>
border-color css
<style>
span { border-color: #291134; }
span { border-color: rgb(41,17,52); }
td.TdClassName
{
border-color: #291134;
}
.TagClassName
{
border-color: #291134;
}
</style>