Shades of Blackcurrant #29103A
Tints of Blackcurrant #29103A
RGB
CMYK
RGB Variations
Color information
#29103A (or 0x29103A) is known color: Blackcurrant. HEX triplet: 29, 10 and 3A. RGB value is (41,16,58). Sum of RGB (Red+Green+Blue) = 41+16+58=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #29103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29103A is #D6EFC5. Grayscale: #1C1C1C. Windows color (decimal): -14086086 or 3805225. OLE color: 3805225.
HSL color Cylindrical-coordinate representation of color #29103A: hue angle of 275.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29103A is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 16 | 58 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.77 |
| HSL | 275.71º | 0.57% | 0.15% | - |
| HSV(B) | 275.71º | 0.72% | 0.23% | - |
| XYZ | 1.86 | 1.15 | 4.13 | - |
| YUV | 28.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 58 | 0.29 | 0.72 | 0 | 0.77 | 275.71 | 0.57 | 0.15 |
| Hex | 29 | 10 | 3A | 1D | 48 | 0 | 4D | 114 | 39 | F |
| Octal | 51 | 20 | 72 | 35 | 110 | 0 | 115 | 424 | 71 | 17 |
| Binary | 101001 | 10000 | 111010 | 11101 | 1001000 | 0 | 1001101 | 100010100 | 111001 | 1111 |
Color Harmonies of #29103A
Complementary color
Monochromatic Colors of #29103A
Black with #29103A
Text Example
Text Example
White with #29103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29103A; }
p { color: rgb(41,16,58); }
H1.HeaderClassName
{
color: #29103A;
}
.AnyTagClassName
{
color: #29103A;
}
</style>
background-color css
<style>
a { background-color: #29103A; }
a { background-color: rgb(41,16,58); }
div.DivClassName
{
background-color: #29103A;
}
.BgClassName
{
background-color: #29103A;
}
</style>
border-color css
<style>
span { border-color: #29103A; }
span { border-color: rgb(41,16,58); }
td.TdClassName
{
border-color: #29103A;
}
.TagClassName
{
border-color: #29103A;
}
</style>