Shades of Blackcurrant #29173D
Tints of Blackcurrant #29173D
RGB
CMYK
RGB Variations
Color information
#29173D (or 0x29173D) is known color: Blackcurrant. HEX triplet: 29, 17 and 3D. RGB value is (41,23,61). Sum of RGB (Red+Green+Blue) = 41+23+61=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #29173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29173D is #D6E8C2. Grayscale: #202020. Windows color (decimal): -14084291 or 4003625. OLE color: 4003625.
HSL color Cylindrical-coordinate representation of color #29173D: hue angle of 268.42º 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 #29173D is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 23 | 61 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.76 |
| HSL | 268.42º | 0.45% | 0.16% | - |
| HSV(B) | 268.42º | 0.62% | 0.24% | - |
| XYZ | 2.06 | 1.42 | 4.58 | - |
| YUV | 32.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 61 | 0.33 | 0.62 | 0 | 0.76 | 268.42 | 0.45 | 0.16 |
| Hex | 29 | 17 | 3D | 21 | 3E | 0 | 4C | 10C | 2D | 10 |
| Octal | 51 | 27 | 75 | 41 | 76 | 0 | 114 | 414 | 55 | 20 |
| Binary | 101001 | 10111 | 111101 | 100001 | 111110 | 0 | 1001100 | 100001100 | 101101 | 10000 |
Color Harmonies of #29173D
Complementary color
Monochromatic Colors of #29173D
Black with #29173D
Text Example
Text Example
White with #29173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29173D; }
p { color: rgb(41,23,61); }
H1.HeaderClassName
{
color: #29173D;
}
.AnyTagClassName
{
color: #29173D;
}
</style>
background-color css
<style>
a { background-color: #29173D; }
a { background-color: rgb(41,23,61); }
div.DivClassName
{
background-color: #29173D;
}
.BgClassName
{
background-color: #29173D;
}
</style>
border-color css
<style>
span { border-color: #29173D; }
span { border-color: rgb(41,23,61); }
td.TdClassName
{
border-color: #29173D;
}
.TagClassName
{
border-color: #29173D;
}
</style>