Shades of Blackcurrant #290632
Tints of Blackcurrant #290632
RGB
CMYK
RGB Variations
Color information
#290632 (or 0x290632) is known color: Blackcurrant. HEX triplet: 29, 06 and 32. RGB value is (41,6,50). Sum of RGB (Red+Green+Blue) = 41+6+50=97 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.27% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #290632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290632 is #D6F9CD. Grayscale: #151515. Windows color (decimal): -14088654 or 3278377. OLE color: 3278377.
HSL color Cylindrical-coordinate representation of color #290632: hue angle of 287.73º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290632 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 6 | 50 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.80 |
| HSL | 287.73º | 0.79% | 0.11% | - |
| HSV(B) | 287.73º | 0.88% | 0.2% | - |
| XYZ | 1.56 | 0.83 | 3.1 | - |
| YUV | 21.48 | 144.1 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 50 | 0.18 | 0.88 | 0 | 0.80 | 287.73 | 0.79 | 0.11 |
| Hex | 29 | 6 | 32 | 12 | 58 | 0 | 50 | 120 | 4F | B |
| Octal | 51 | 6 | 62 | 22 | 130 | 0 | 120 | 440 | 117 | 13 |
| Binary | 101001 | 110 | 110010 | 10010 | 1011000 | 0 | 1010000 | 100100000 | 1001111 | 1011 |
Color Harmonies of #290632
Complementary color
Monochromatic Colors of #290632
Black with #290632
Text Example
Text Example
White with #290632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290632; }
p { color: rgb(41,6,50); }
H1.HeaderClassName
{
color: #290632;
}
.AnyTagClassName
{
color: #290632;
}
</style>
background-color css
<style>
a { background-color: #290632; }
a { background-color: rgb(41,6,50); }
div.DivClassName
{
background-color: #290632;
}
.BgClassName
{
background-color: #290632;
}
</style>
border-color css
<style>
span { border-color: #290632; }
span { border-color: rgb(41,6,50); }
td.TdClassName
{
border-color: #290632;
}
.TagClassName
{
border-color: #290632;
}
</style>