Shades of Blackcurrant #290031
Tints of Blackcurrant #290031
RGB
CMYK
RGB Variations
Color information
#290031 (or 0x290031) is known color: Blackcurrant. HEX triplet: 29, 00 and 31. RGB value is (41,0,49). Sum of RGB (Red+Green+Blue) = 41+0+49=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #290031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290031 is #D6FFCE. Grayscale: #111111. Windows color (decimal): -14090191 or 3211305. OLE color: 3211305.
HSL color Cylindrical-coordinate representation of color #290031: hue angle of 290.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290031 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 0 | 49 | - |
| CMYK | 0.16 | 1 | 0 | 0.81 |
| HSL | 290.2º | 1% | 0.1% | - |
| HSV(B) | 290.2º | 1% | 0.19% | - |
| XYZ | 1.47 | 0.69 | 2.96 | - |
| YUV | 17.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 49 | 0.16 | 1 | 0 | 0.81 | 290.2 | 1 | 0.1 |
| Hex | 29 | 0 | 31 | 10 | 64 | 0 | 51 | 122 | 64 | A |
| Octal | 51 | 0 | 61 | 20 | 144 | 0 | 121 | 442 | 144 | 12 |
| Binary | 101001 | 0 | 110001 | 10000 | 1100100 | 0 | 1010001 | 100100010 | 1100100 | 1010 |
Color Harmonies of #290031
Complementary color
Monochromatic Colors of #290031
Black with #290031
Text Example
Text Example
White with #290031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290031; }
p { color: rgb(41,0,49); }
H1.HeaderClassName
{
color: #290031;
}
.AnyTagClassName
{
color: #290031;
}
</style>
background-color css
<style>
a { background-color: #290031; }
a { background-color: rgb(41,0,49); }
div.DivClassName
{
background-color: #290031;
}
.BgClassName
{
background-color: #290031;
}
</style>
border-color css
<style>
span { border-color: #290031; }
span { border-color: rgb(41,0,49); }
td.TdClassName
{
border-color: #290031;
}
.TagClassName
{
border-color: #290031;
}
</style>