Shades of Blackcurrant #29042E
Tints of Blackcurrant #29042E
RGB
CMYK
RGB Variations
Color information
#29042E (or 0x29042E) is known color: Blackcurrant. HEX triplet: 29, 04 and 2E. RGB value is (41,4,46). Sum of RGB (Red+Green+Blue) = 41+4+46=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #29042E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29042E is #D6FBD1. Grayscale: #131313. Windows color (decimal): -14089170 or 3015721. OLE color: 3015721.
HSL color Cylindrical-coordinate representation of color #29042E: hue angle of 292.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #29042E is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 4 | 46 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.82 |
| HSL | 292.86º | 0.84% | 0.1% | - |
| HSV(B) | 292.86º | 0.91% | 0.18% | - |
| XYZ | 1.45 | 0.76 | 2.65 | - |
| YUV | 19.85 | 142.76 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 46 | 0.11 | 0.91 | 0 | 0.82 | 292.86 | 0.84 | 0.1 |
| Hex | 29 | 4 | 2E | B | 5B | 0 | 52 | 125 | 54 | A |
| Octal | 51 | 4 | 56 | 13 | 133 | 0 | 122 | 445 | 124 | 12 |
| Binary | 101001 | 100 | 101110 | 1011 | 1011011 | 0 | 1010010 | 100100101 | 1010100 | 1010 |
Color Harmonies of #29042E
Complementary color
Monochromatic Colors of #29042E
Black with #29042E
Text Example
Text Example
White with #29042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29042E; }
p { color: rgb(41,4,46); }
H1.HeaderClassName
{
color: #29042E;
}
.AnyTagClassName
{
color: #29042E;
}
</style>
background-color css
<style>
a { background-color: #29042E; }
a { background-color: rgb(41,4,46); }
div.DivClassName
{
background-color: #29042E;
}
.BgClassName
{
background-color: #29042E;
}
</style>
border-color css
<style>
span { border-color: #29042E; }
span { border-color: rgb(41,4,46); }
td.TdClassName
{
border-color: #29042E;
}
.TagClassName
{
border-color: #29042E;
}
</style>