Shades of Blackcurrant #290232
Tints of Blackcurrant #290232
RGB
CMYK
RGB Variations
Color information
#290232 (or 0x290232) is known color: Blackcurrant. HEX triplet: 29, 02 and 32. RGB value is (41,2,50). Sum of RGB (Red+Green+Blue) = 41+2+50=93 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.09% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #290232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290232 is #D6FDCD. Grayscale: #121212. Windows color (decimal): -14089678 or 3277353. OLE color: 3277353.
HSL color Cylindrical-coordinate representation of color #290232: hue angle of 288.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290232 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 2 | 50 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.80 |
| HSL | 288.75º | 0.92% | 0.1% | - |
| HSV(B) | 288.75º | 0.96% | 0.2% | - |
| XYZ | 1.51 | 0.75 | 3.08 | - |
| YUV | 19.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 50 | 0.18 | 0.96 | 0 | 0.80 | 288.75 | 0.92 | 0.1 |
| Hex | 29 | 2 | 32 | 12 | 60 | 0 | 50 | 121 | 5C | A |
| Octal | 51 | 2 | 62 | 22 | 140 | 0 | 120 | 441 | 134 | 12 |
| Binary | 101001 | 10 | 110010 | 10010 | 1100000 | 0 | 1010000 | 100100001 | 1011100 | 1010 |
Color Harmonies of #290232
Complementary color
Monochromatic Colors of #290232
Black with #290232
Text Example
Text Example
White with #290232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290232; }
p { color: rgb(41,2,50); }
H1.HeaderClassName
{
color: #290232;
}
.AnyTagClassName
{
color: #290232;
}
</style>
background-color css
<style>
a { background-color: #290232; }
a { background-color: rgb(41,2,50); }
div.DivClassName
{
background-color: #290232;
}
.BgClassName
{
background-color: #290232;
}
</style>
border-color css
<style>
span { border-color: #290232; }
span { border-color: rgb(41,2,50); }
td.TdClassName
{
border-color: #290232;
}
.TagClassName
{
border-color: #290232;
}
</style>