Shades of Blackcurrant #29262C
Tints of Blackcurrant #29262C
RGB
CMYK
RGB Variations
Color information
#29262C (or 0x29262C) is known color: Blackcurrant. HEX triplet: 29, 26 and 2C. RGB value is (41,38,44). Sum of RGB (Red+Green+Blue) = 41+38+44=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 44 - color contains mainly: blue. Hex color #29262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29262C is #D6D9D3. Grayscale: #272727. Windows color (decimal): -14080468 or 2893353. OLE color: 2893353.
HSL color Cylindrical-coordinate representation of color #29262C: hue angle of 270º degrees, saturation: 0.07, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #29262C is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 38 | 44 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.83 |
| HSL | 270º | 0.07% | 0.16% | - |
| HSV(B) | 270º | 0.14% | 0.17% | - |
| XYZ | 2.06 | 2.04 | 2.67 | - |
| YUV | 39.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 44 | 0.07 | 0.14 | 0 | 0.83 | 270 | 0.07 | 0.16 |
| Hex | 29 | 26 | 2C | 7 | E | 0 | 53 | 10E | 7 | 10 |
| Octal | 51 | 46 | 54 | 7 | 16 | 0 | 123 | 416 | 7 | 20 |
| Binary | 101001 | 100110 | 101100 | 111 | 1110 | 0 | 1010011 | 100001110 | 111 | 10000 |
Color Harmonies of #29262C
Complementary color
Monochromatic Colors of #29262C
Black with #29262C
Text Example
Text Example
White with #29262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29262C; }
p { color: rgb(41,38,44); }
H1.HeaderClassName
{
color: #29262C;
}
.AnyTagClassName
{
color: #29262C;
}
</style>
background-color css
<style>
a { background-color: #29262C; }
a { background-color: rgb(41,38,44); }
div.DivClassName
{
background-color: #29262C;
}
.BgClassName
{
background-color: #29262C;
}
</style>
border-color css
<style>
span { border-color: #29262C; }
span { border-color: rgb(41,38,44); }
td.TdClassName
{
border-color: #29262C;
}
.TagClassName
{
border-color: #29262C;
}
</style>