Shades of Blackcurrant #29232D
Tints of Blackcurrant #29232D
RGB
CMYK
RGB Variations
Color information
#29232D (or 0x29232D) is known color: Blackcurrant. HEX triplet: 29, 23 and 2D. RGB value is (41,35,45). Sum of RGB (Red+Green+Blue) = 41+35+45=121 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.88% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 45 - color contains mainly: blue. Hex color #29232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232D is #D6DCD2. Grayscale: #252525. Windows color (decimal): -14081235 or 2958121. OLE color: 2958121.
HSL color Cylindrical-coordinate representation of color #29232D: hue angle of 276º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #29232D is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 35 | 45 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.82 |
| HSL | 276º | 0.13% | 0.16% | - |
| HSV(B) | 276º | 0.22% | 0.18% | - |
| XYZ | 1.99 | 1.86 | 2.74 | - |
| YUV | 37.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 45 | 0.09 | 0.22 | 0 | 0.82 | 276 | 0.13 | 0.16 |
| Hex | 29 | 23 | 2D | 9 | 16 | 0 | 52 | 114 | C | 10 |
| Octal | 51 | 43 | 55 | 11 | 26 | 0 | 122 | 424 | 14 | 20 |
| Binary | 101001 | 100011 | 101101 | 1001 | 10110 | 0 | 1010010 | 100010100 | 1100 | 10000 |
Color Harmonies of #29232D
Complementary color
Monochromatic Colors of #29232D
Black with #29232D
Text Example
Text Example
White with #29232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29232D; }
p { color: rgb(41,35,45); }
H1.HeaderClassName
{
color: #29232D;
}
.AnyTagClassName
{
color: #29232D;
}
</style>
background-color css
<style>
a { background-color: #29232D; }
a { background-color: rgb(41,35,45); }
div.DivClassName
{
background-color: #29232D;
}
.BgClassName
{
background-color: #29232D;
}
</style>
border-color css
<style>
span { border-color: #29232D; }
span { border-color: rgb(41,35,45); }
td.TdClassName
{
border-color: #29232D;
}
.TagClassName
{
border-color: #29232D;
}
</style>