Shades of Blackcurrant #29232C
Tints of Blackcurrant #29232C
RGB
CMYK
RGB Variations
Color information
#29232C (or 0x29232C) is known color: Blackcurrant. HEX triplet: 29, 23 and 2C. RGB value is (41,35,44). Sum of RGB (Red+Green+Blue) = 41+35+44=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 44 - color contains mainly: blue. Hex color #29232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29232C is #D6DCD3. Grayscale: #252525. Windows color (decimal): -14081236 or 2892585. OLE color: 2892585.
HSL color Cylindrical-coordinate representation of color #29232C: hue angle of 280º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #29232C is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 35 | 44 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.83 |
| HSL | 280º | 0.11% | 0.15% | - |
| HSV(B) | 280º | 0.2% | 0.17% | - |
| XYZ | 1.97 | 1.86 | 2.64 | - |
| YUV | 37.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 44 | 0.07 | 0.20 | 0 | 0.83 | 280 | 0.11 | 0.15 |
| Hex | 29 | 23 | 2C | 7 | 14 | 0 | 53 | 118 | B | F |
| Octal | 51 | 43 | 54 | 7 | 24 | 0 | 123 | 430 | 13 | 17 |
| Binary | 101001 | 100011 | 101100 | 111 | 10100 | 0 | 1010011 | 100011000 | 1011 | 1111 |
Color Harmonies of #29232C
Complementary color
Monochromatic Colors of #29232C
Black with #29232C
Text Example
Text Example
White with #29232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29232C; }
p { color: rgb(41,35,44); }
H1.HeaderClassName
{
color: #29232C;
}
.AnyTagClassName
{
color: #29232C;
}
</style>
background-color css
<style>
a { background-color: #29232C; }
a { background-color: rgb(41,35,44); }
div.DivClassName
{
background-color: #29232C;
}
.BgClassName
{
background-color: #29232C;
}
</style>
border-color css
<style>
span { border-color: #29232C; }
span { border-color: rgb(41,35,44); }
td.TdClassName
{
border-color: #29232C;
}
.TagClassName
{
border-color: #29232C;
}
</style>