Shades of Blackcurrant #290242
Tints of Blackcurrant #290242
RGB
CMYK
RGB Variations
Color information
#290242 (or 0x290242) is known color: Blackcurrant. HEX triplet: 29, 02 and 42. RGB value is (41,2,66). Sum of RGB (Red+Green+Blue) = 41+2+66=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #290242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290242 is #D6FDBD. Grayscale: #141414. Windows color (decimal): -14089662 or 4325929. OLE color: 4325929.
HSL color Cylindrical-coordinate representation of color #290242: hue angle of 276.56º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290242 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 2 | 66 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.74 |
| HSL | 276.56º | 0.94% | 0.13% | - |
| HSV(B) | 276.56º | 0.97% | 0.26% | - |
| XYZ | 1.92 | 0.91 | 5.23 | - |
| YUV | 20.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 66 | 0.38 | 0.97 | 0 | 0.74 | 276.56 | 0.94 | 0.13 |
| Hex | 29 | 2 | 42 | 26 | 61 | 0 | 4A | 115 | 5E | D |
| Octal | 51 | 2 | 102 | 46 | 141 | 0 | 112 | 425 | 136 | 15 |
| Binary | 101001 | 10 | 1000010 | 100110 | 1100001 | 0 | 1001010 | 100010101 | 1011110 | 1101 |
Color Harmonies of #290242
Complementary color
Monochromatic Colors of #290242
Black with #290242
Text Example
Text Example
White with #290242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290242; }
p { color: rgb(41,2,66); }
H1.HeaderClassName
{
color: #290242;
}
.AnyTagClassName
{
color: #290242;
}
</style>
background-color css
<style>
a { background-color: #290242; }
a { background-color: rgb(41,2,66); }
div.DivClassName
{
background-color: #290242;
}
.BgClassName
{
background-color: #290242;
}
</style>
border-color css
<style>
span { border-color: #290242; }
span { border-color: rgb(41,2,66); }
td.TdClassName
{
border-color: #290242;
}
.TagClassName
{
border-color: #290242;
}
</style>