Shades of Blackcurrant #29123B
Tints of Blackcurrant #29123B
RGB
CMYK
RGB Variations
Color information
#29123B (or 0x29123B) is known color: Blackcurrant. HEX triplet: 29, 12 and 3B. RGB value is (41,18,59). Sum of RGB (Red+Green+Blue) = 41+18+59=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #29123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29123B is #D6EDC4. Grayscale: #1D1D1D. Windows color (decimal): -14085573 or 3871273. OLE color: 3871273.
HSL color Cylindrical-coordinate representation of color #29123B: hue angle of 273.66º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #29123B is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 18 | 59 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.77 |
| HSL | 273.66º | 0.53% | 0.15% | - |
| HSV(B) | 273.66º | 0.69% | 0.23% | - |
| XYZ | 1.92 | 1.22 | 4.27 | - |
| YUV | 29.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 59 | 0.31 | 0.69 | 0 | 0.77 | 273.66 | 0.53 | 0.15 |
| Hex | 29 | 12 | 3B | 1F | 45 | 0 | 4D | 112 | 35 | F |
| Octal | 51 | 22 | 73 | 37 | 105 | 0 | 115 | 422 | 65 | 17 |
| Binary | 101001 | 10010 | 111011 | 11111 | 1000101 | 0 | 1001101 | 100010010 | 110101 | 1111 |
Color Harmonies of #29123B
Complementary color
Monochromatic Colors of #29123B
Black with #29123B
Text Example
Text Example
White with #29123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29123B; }
p { color: rgb(41,18,59); }
H1.HeaderClassName
{
color: #29123B;
}
.AnyTagClassName
{
color: #29123B;
}
</style>
background-color css
<style>
a { background-color: #29123B; }
a { background-color: rgb(41,18,59); }
div.DivClassName
{
background-color: #29123B;
}
.BgClassName
{
background-color: #29123B;
}
</style>
border-color css
<style>
span { border-color: #29123B; }
span { border-color: rgb(41,18,59); }
td.TdClassName
{
border-color: #29123B;
}
.TagClassName
{
border-color: #29123B;
}
</style>