Shades of Blackcurrant #29102E
Tints of Blackcurrant #29102E
RGB
CMYK
RGB Variations
Color information
#29102E (or 0x29102E) is known color: Blackcurrant. HEX triplet: 29, 10 and 2E. RGB value is (41,16,46). Sum of RGB (Red+Green+Blue) = 41+16+46=103 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.81% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #29102E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29102E is #D6EFD1. Grayscale: #1A1A1A. Windows color (decimal): -14086098 or 3018793. OLE color: 3018793.
HSL color Cylindrical-coordinate representation of color #29102E: hue angle of 290º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #29102E is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 16 | 46 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.82 |
| HSL | 290º | 0.48% | 0.12% | - |
| HSV(B) | 290º | 0.65% | 0.18% | - |
| XYZ | 1.59 | 1.04 | 2.7 | - |
| YUV | 26.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 46 | 0.11 | 0.65 | 0 | 0.82 | 290 | 0.48 | 0.12 |
| Hex | 29 | 10 | 2E | B | 41 | 0 | 52 | 122 | 30 | C |
| Octal | 51 | 20 | 56 | 13 | 101 | 0 | 122 | 442 | 60 | 14 |
| Binary | 101001 | 10000 | 101110 | 1011 | 1000001 | 0 | 1010010 | 100100010 | 110000 | 1100 |
Color Harmonies of #29102E
Complementary color
Monochromatic Colors of #29102E
Black with #29102E
Text Example
Text Example
White with #29102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29102E; }
p { color: rgb(41,16,46); }
H1.HeaderClassName
{
color: #29102E;
}
.AnyTagClassName
{
color: #29102E;
}
</style>
background-color css
<style>
a { background-color: #29102E; }
a { background-color: rgb(41,16,46); }
div.DivClassName
{
background-color: #29102E;
}
.BgClassName
{
background-color: #29102E;
}
</style>
border-color css
<style>
span { border-color: #29102E; }
span { border-color: rgb(41,16,46); }
td.TdClassName
{
border-color: #29102E;
}
.TagClassName
{
border-color: #29102E;
}
</style>