Shades of Blackcurrant #29222B
Tints of Blackcurrant #29222B
RGB
CMYK
RGB Variations
Color information
#29222B (or 0x29222B) is known color: Blackcurrant. HEX triplet: 29, 22 and 2B. RGB value is (41,34,43). Sum of RGB (Red+Green+Blue) = 41+34+43=118 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.75% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 43 - color contains mainly: blue. Hex color #29222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29222B is #D6DDD4. Grayscale: #252525. Windows color (decimal): -14081493 or 2826793. OLE color: 2826793.
HSL color Cylindrical-coordinate representation of color #29222B: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #29222B is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 41 | 34 | 43 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.83 |
| HSL | 286.67º | 0.12% | 0.15% | - |
| HSV(B) | 286.67º | 0.21% | 0.17% | - |
| XYZ | 1.92 | 1.79 | 2.53 | - |
| YUV | 37.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 34 | 43 | 0.05 | 0.21 | 0 | 0.83 | 286.67 | 0.12 | 0.15 |
| Hex | 29 | 22 | 2B | 5 | 15 | 0 | 53 | 11F | C | F |
| Octal | 51 | 42 | 53 | 5 | 25 | 0 | 123 | 437 | 14 | 17 |
| Binary | 101001 | 100010 | 101011 | 101 | 10101 | 0 | 1010011 | 100011111 | 1100 | 1111 |
Color Harmonies of #29222B
Complementary color
Monochromatic Colors of #29222B
Black with #29222B
Text Example
Text Example
White with #29222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29222B; }
p { color: rgb(41,34,43); }
H1.HeaderClassName
{
color: #29222B;
}
.AnyTagClassName
{
color: #29222B;
}
</style>
background-color css
<style>
a { background-color: #29222B; }
a { background-color: rgb(41,34,43); }
div.DivClassName
{
background-color: #29222B;
}
.BgClassName
{
background-color: #29222B;
}
</style>
border-color css
<style>
span { border-color: #29222B; }
span { border-color: rgb(41,34,43); }
td.TdClassName
{
border-color: #29222B;
}
.TagClassName
{
border-color: #29222B;
}
</style>