Shades of Blackcurrant #29193A
Tints of Blackcurrant #29193A
RGB
CMYK
RGB Variations
Color information
#29193A (or 0x29193A) is known color: Blackcurrant. HEX triplet: 29, 19 and 3A. RGB value is (41,25,58). Sum of RGB (Red+Green+Blue) = 41+25+58=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #29193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29193A is #D6E6C5. Grayscale: #212121. Windows color (decimal): -14083782 or 3807529. OLE color: 3807529.
HSL color Cylindrical-coordinate representation of color #29193A: hue angle of 269.09º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #29193A is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 25 | 58 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.77 |
| HSL | 269.09º | 0.4% | 0.16% | - |
| HSV(B) | 269.09º | 0.57% | 0.23% | - |
| XYZ | 2.03 | 1.47 | 4.18 | - |
| YUV | 33.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 58 | 0.29 | 0.57 | 0 | 0.77 | 269.09 | 0.4 | 0.16 |
| Hex | 29 | 19 | 3A | 1D | 39 | 0 | 4D | 10D | 28 | 10 |
| Octal | 51 | 31 | 72 | 35 | 71 | 0 | 115 | 415 | 50 | 20 |
| Binary | 101001 | 11001 | 111010 | 11101 | 111001 | 0 | 1001101 | 100001101 | 101000 | 10000 |
Color Harmonies of #29193A
Complementary color
Monochromatic Colors of #29193A
Black with #29193A
Text Example
Text Example
White with #29193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29193A; }
p { color: rgb(41,25,58); }
H1.HeaderClassName
{
color: #29193A;
}
.AnyTagClassName
{
color: #29193A;
}
</style>
background-color css
<style>
a { background-color: #29193A; }
a { background-color: rgb(41,25,58); }
div.DivClassName
{
background-color: #29193A;
}
.BgClassName
{
background-color: #29193A;
}
</style>
border-color css
<style>
span { border-color: #29193A; }
span { border-color: rgb(41,25,58); }
td.TdClassName
{
border-color: #29193A;
}
.TagClassName
{
border-color: #29193A;
}
</style>