Shades of Blackcurrant #29002F
Tints of Blackcurrant #29002F
RGB
CMYK
RGB Variations
Color information
#29002F (or 0x29002F) is known color: Blackcurrant. HEX triplet: 29, 00 and 2F. RGB value is (41,0,47). Sum of RGB (Red+Green+Blue) = 41+0+47=88 (11% of max value = 765). Red value is 41 (16.41% from 255 or 46.59% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #29002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29002F is #D6FFD0. Grayscale: #111111. Windows color (decimal): -14090193 or 3080233. OLE color: 3080233.
HSL color Cylindrical-coordinate representation of color #29002F: hue angle of 292.34º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #29002F is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 0 | 47 | - |
| CMYK | 0.13 | 1 | 0 | 0.82 |
| HSL | 292.34º | 1% | 0.09% | - |
| HSV(B) | 292.34º | 1% | 0.18% | - |
| XYZ | 1.43 | 0.68 | 2.74 | - |
| YUV | 17.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 47 | 0.13 | 1 | 0 | 0.82 | 292.34 | 1 | 0.09 |
| Hex | 29 | 0 | 2F | D | 64 | 0 | 52 | 124 | 64 | 9 |
| Octal | 51 | 0 | 57 | 15 | 144 | 0 | 122 | 444 | 144 | 11 |
| Binary | 101001 | 0 | 101111 | 1101 | 1100100 | 0 | 1010010 | 100100100 | 1100100 | 1001 |
Color Harmonies of #29002F
Complementary color
Monochromatic Colors of #29002F
Black with #29002F
Text Example
Text Example
White with #29002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29002F; }
p { color: rgb(41,0,47); }
H1.HeaderClassName
{
color: #29002F;
}
.AnyTagClassName
{
color: #29002F;
}
</style>
background-color css
<style>
a { background-color: #29002F; }
a { background-color: rgb(41,0,47); }
div.DivClassName
{
background-color: #29002F;
}
.BgClassName
{
background-color: #29002F;
}
</style>
border-color css
<style>
span { border-color: #29002F; }
span { border-color: rgb(41,0,47); }
td.TdClassName
{
border-color: #29002F;
}
.TagClassName
{
border-color: #29002F;
}
</style>