Shades of Blackcurrant #29113F
Tints of Blackcurrant #29113F
RGB
CMYK
RGB Variations
Color information
#29113F (or 0x29113F) is known color: Blackcurrant. HEX triplet: 29, 11 and 3F. RGB value is (41,17,63). Sum of RGB (Red+Green+Blue) = 41+17+63=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #29113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29113F is #D6EEC0. Grayscale: #1D1D1D. Windows color (decimal): -14085825 or 4133161. OLE color: 4133161.
HSL color Cylindrical-coordinate representation of color #29113F: hue angle of 271.3º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29113F is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 17 | 63 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.75 |
| HSL | 271.3º | 0.58% | 0.16% | - |
| HSV(B) | 271.3º | 0.73% | 0.25% | - |
| XYZ | 2.01 | 1.23 | 4.83 | - |
| YUV | 29.42 | 146.95 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 17 | 63 | 0.35 | 0.73 | 0 | 0.75 | 271.3 | 0.58 | 0.16 |
| Hex | 29 | 11 | 3F | 23 | 49 | 0 | 4B | 10F | 3A | 10 |
| Octal | 51 | 21 | 77 | 43 | 111 | 0 | 113 | 417 | 72 | 20 |
| Binary | 101001 | 10001 | 111111 | 100011 | 1001001 | 0 | 1001011 | 100001111 | 111010 | 10000 |
Color Harmonies of #29113F
Complementary color
Monochromatic Colors of #29113F
Black with #29113F
Text Example
Text Example
White with #29113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29113F; }
p { color: rgb(41,17,63); }
H1.HeaderClassName
{
color: #29113F;
}
.AnyTagClassName
{
color: #29113F;
}
</style>
background-color css
<style>
a { background-color: #29113F; }
a { background-color: rgb(41,17,63); }
div.DivClassName
{
background-color: #29113F;
}
.BgClassName
{
background-color: #29113F;
}
</style>
border-color css
<style>
span { border-color: #29113F; }
span { border-color: rgb(41,17,63); }
td.TdClassName
{
border-color: #29113F;
}
.TagClassName
{
border-color: #29113F;
}
</style>