Shades of Blackcurrant #29173C
Tints of Blackcurrant #29173C
RGB
CMYK
RGB Variations
Color information
#29173C (or 0x29173C) is known color: Blackcurrant. HEX triplet: 29, 17 and 3C. RGB value is (41,23,60). Sum of RGB (Red+Green+Blue) = 41+23+60=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #29173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29173C is #D6E8C3. Grayscale: #202020. Windows color (decimal): -14084292 or 3938089. OLE color: 3938089.
HSL color Cylindrical-coordinate representation of color #29173C: hue angle of 269.19º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #29173C is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 23 | 60 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.76 |
| HSL | 269.19º | 0.45% | 0.16% | - |
| HSV(B) | 269.19º | 0.62% | 0.24% | - |
| XYZ | 2.04 | 1.41 | 4.44 | - |
| YUV | 32.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 60 | 0.32 | 0.62 | 0 | 0.76 | 269.19 | 0.45 | 0.16 |
| Hex | 29 | 17 | 3C | 20 | 3E | 0 | 4C | 10D | 2D | 10 |
| Octal | 51 | 27 | 74 | 40 | 76 | 0 | 114 | 415 | 55 | 20 |
| Binary | 101001 | 10111 | 111100 | 100000 | 111110 | 0 | 1001100 | 100001101 | 101101 | 10000 |
Color Harmonies of #29173C
Complementary color
Monochromatic Colors of #29173C
Black with #29173C
Text Example
Text Example
White with #29173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29173C; }
p { color: rgb(41,23,60); }
H1.HeaderClassName
{
color: #29173C;
}
.AnyTagClassName
{
color: #29173C;
}
</style>
background-color css
<style>
a { background-color: #29173C; }
a { background-color: rgb(41,23,60); }
div.DivClassName
{
background-color: #29173C;
}
.BgClassName
{
background-color: #29173C;
}
</style>
border-color css
<style>
span { border-color: #29173C; }
span { border-color: rgb(41,23,60); }
td.TdClassName
{
border-color: #29173C;
}
.TagClassName
{
border-color: #29173C;
}
</style>