Shades of Blackcurrant #29013C
Tints of Blackcurrant #29013C
RGB
CMYK
RGB Variations
Color information
#29013C (or 0x29013C) is known color: Blackcurrant. HEX triplet: 29, 01 and 3C. RGB value is (41,1,60). Sum of RGB (Red+Green+Blue) = 41+1+60=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #29013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29013C is #D6FEC3. Grayscale: #131313. Windows color (decimal): -14089924 or 3932457. OLE color: 3932457.
HSL color Cylindrical-coordinate representation of color #29013C: hue angle of 280.68º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29013C is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 1 | 60 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.76 |
| HSL | 280.68º | 0.97% | 0.12% | - |
| HSV(B) | 280.68º | 0.98% | 0.24% | - |
| XYZ | 1.74 | 0.82 | 4.34 | - |
| YUV | 19.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 60 | 0.32 | 0.98 | 0 | 0.76 | 280.68 | 0.97 | 0.12 |
| Hex | 29 | 1 | 3C | 20 | 62 | 0 | 4C | 119 | 61 | C |
| Octal | 51 | 1 | 74 | 40 | 142 | 0 | 114 | 431 | 141 | 14 |
| Binary | 101001 | 1 | 111100 | 100000 | 1100010 | 0 | 1001100 | 100011001 | 1100001 | 1100 |
Color Harmonies of #29013C
Complementary color
Monochromatic Colors of #29013C
Black with #29013C
Text Example
Text Example
White with #29013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29013C; }
p { color: rgb(41,1,60); }
H1.HeaderClassName
{
color: #29013C;
}
.AnyTagClassName
{
color: #29013C;
}
</style>
background-color css
<style>
a { background-color: #29013C; }
a { background-color: rgb(41,1,60); }
div.DivClassName
{
background-color: #29013C;
}
.BgClassName
{
background-color: #29013C;
}
</style>
border-color css
<style>
span { border-color: #29013C; }
span { border-color: rgb(41,1,60); }
td.TdClassName
{
border-color: #29013C;
}
.TagClassName
{
border-color: #29013C;
}
</style>