Shades of Blackcurrant #29012D
Tints of Blackcurrant #29012D
RGB
CMYK
RGB Variations
Color information
#29012D (or 0x29012D) is known color: Blackcurrant. HEX triplet: 29, 01 and 2D. RGB value is (41,1,45). Sum of RGB (Red+Green+Blue) = 41+1+45=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 45 (17.97% from 255 or 51.72% from 87); Max value from RGB is 45 - color contains mainly: blue. Hex color #29012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29012D is #D6FED2. Grayscale: #111111. Windows color (decimal): -14089939 or 2949417. OLE color: 2949417.
HSL color Cylindrical-coordinate representation of color #29012D: hue angle of 294.55º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29012D is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 1 | 45 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.82 |
| HSL | 294.55º | 0.96% | 0.09% | - |
| HSV(B) | 294.55º | 0.98% | 0.18% | - |
| XYZ | 1.4 | 0.68 | 2.54 | - |
| YUV | 17.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 45 | 0.09 | 0.98 | 0 | 0.82 | 294.55 | 0.96 | 0.09 |
| Hex | 29 | 1 | 2D | 9 | 62 | 0 | 52 | 127 | 60 | 9 |
| Octal | 51 | 1 | 55 | 11 | 142 | 0 | 122 | 447 | 140 | 11 |
| Binary | 101001 | 1 | 101101 | 1001 | 1100010 | 0 | 1010010 | 100100111 | 1100000 | 1001 |
Color Harmonies of #29012D
Complementary color
Monochromatic Colors of #29012D
Black with #29012D
Text Example
Text Example
White with #29012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29012D; }
p { color: rgb(41,1,45); }
H1.HeaderClassName
{
color: #29012D;
}
.AnyTagClassName
{
color: #29012D;
}
</style>
background-color css
<style>
a { background-color: #29012D; }
a { background-color: rgb(41,1,45); }
div.DivClassName
{
background-color: #29012D;
}
.BgClassName
{
background-color: #29012D;
}
</style>
border-color css
<style>
span { border-color: #29012D; }
span { border-color: rgb(41,1,45); }
td.TdClassName
{
border-color: #29012D;
}
.TagClassName
{
border-color: #29012D;
}
</style>