Shades of Blackcurrant #290134
Tints of Blackcurrant #290134
RGB
CMYK
RGB Variations
Color information
#290134 (or 0x290134) is known color: Blackcurrant. HEX triplet: 29, 01 and 34. RGB value is (41,1,52). Sum of RGB (Red+Green+Blue) = 41+1+52=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #290134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290134 is #D6FECB. Grayscale: #121212. Windows color (decimal): -14089932 or 3408169. OLE color: 3408169.
HSL color Cylindrical-coordinate representation of color #290134: hue angle of 287.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290134 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 1 | 52 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.80 |
| HSL | 287.06º | 0.96% | 0.1% | - |
| HSV(B) | 287.06º | 0.98% | 0.2% | - |
| XYZ | 1.55 | 0.74 | 3.31 | - |
| YUV | 18.77 | 146.75 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 52 | 0.21 | 0.98 | 0 | 0.80 | 287.06 | 0.96 | 0.1 |
| Hex | 29 | 1 | 34 | 15 | 62 | 0 | 50 | 11F | 60 | A |
| Octal | 51 | 1 | 64 | 25 | 142 | 0 | 120 | 437 | 140 | 12 |
| Binary | 101001 | 1 | 110100 | 10101 | 1100010 | 0 | 1010000 | 100011111 | 1100000 | 1010 |
Color Harmonies of #290134
Complementary color
Monochromatic Colors of #290134
Black with #290134
Text Example
Text Example
White with #290134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290134; }
p { color: rgb(41,1,52); }
H1.HeaderClassName
{
color: #290134;
}
.AnyTagClassName
{
color: #290134;
}
</style>
background-color css
<style>
a { background-color: #290134; }
a { background-color: rgb(41,1,52); }
div.DivClassName
{
background-color: #290134;
}
.BgClassName
{
background-color: #290134;
}
</style>
border-color css
<style>
span { border-color: #290134; }
span { border-color: rgb(41,1,52); }
td.TdClassName
{
border-color: #290134;
}
.TagClassName
{
border-color: #290134;
}
</style>