Shades of Blackcurrant #290532
Tints of Blackcurrant #290532
RGB
CMYK
RGB Variations
Color information
#290532 (or 0x290532) is known color: Blackcurrant. HEX triplet: 29, 05 and 32. RGB value is (41,5,50). Sum of RGB (Red+Green+Blue) = 41+5+50=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #290532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290532 is #D6FACD. Grayscale: #141414. Windows color (decimal): -14088910 or 3278121. OLE color: 3278121.
HSL color Cylindrical-coordinate representation of color #290532: hue angle of 288º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290532 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 5 | 50 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.80 |
| HSL | 288º | 0.82% | 0.11% | - |
| HSV(B) | 288º | 0.9% | 0.2% | - |
| XYZ | 1.54 | 0.81 | 3.09 | - |
| YUV | 20.89 | 144.43 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 50 | 0.18 | 0.90 | 0 | 0.80 | 288 | 0.82 | 0.11 |
| Hex | 29 | 5 | 32 | 12 | 5A | 0 | 50 | 120 | 52 | B |
| Octal | 51 | 5 | 62 | 22 | 132 | 0 | 120 | 440 | 122 | 13 |
| Binary | 101001 | 101 | 110010 | 10010 | 1011010 | 0 | 1010000 | 100100000 | 1010010 | 1011 |
Color Harmonies of #290532
Complementary color
Monochromatic Colors of #290532
Black with #290532
Text Example
Text Example
White with #290532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290532; }
p { color: rgb(41,5,50); }
H1.HeaderClassName
{
color: #290532;
}
.AnyTagClassName
{
color: #290532;
}
</style>
background-color css
<style>
a { background-color: #290532; }
a { background-color: rgb(41,5,50); }
div.DivClassName
{
background-color: #290532;
}
.BgClassName
{
background-color: #290532;
}
</style>
border-color css
<style>
span { border-color: #290532; }
span { border-color: rgb(41,5,50); }
td.TdClassName
{
border-color: #290532;
}
.TagClassName
{
border-color: #290532;
}
</style>