Shades of Blackcurrant #290442
Tints of Blackcurrant #290442
RGB
CMYK
RGB Variations
Color information
#290442 (or 0x290442) is known color: Blackcurrant. HEX triplet: 29, 04 and 42. RGB value is (41,4,66). Sum of RGB (Red+Green+Blue) = 41+4+66=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 66 (26.17% from 255 or 59.46% from 111); Max value from RGB is 66 - color contains mainly: blue. Hex color #290442 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290442 is #D6FBBD. Grayscale: #151515. Windows color (decimal): -14089150 or 4326441. OLE color: 4326441.
HSL color Cylindrical-coordinate representation of color #290442: hue angle of 275.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290442 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 4 | 66 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.74 |
| HSL | 275.81º | 0.89% | 0.14% | - |
| HSV(B) | 275.81º | 0.94% | 0.26% | - |
| XYZ | 1.94 | 0.95 | 5.24 | - |
| YUV | 22.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 66 | 0.38 | 0.94 | 0 | 0.74 | 275.81 | 0.89 | 0.14 |
| Hex | 29 | 4 | 42 | 26 | 5E | 0 | 4A | 114 | 59 | E |
| Octal | 51 | 4 | 102 | 46 | 136 | 0 | 112 | 424 | 131 | 16 |
| Binary | 101001 | 100 | 1000010 | 100110 | 1011110 | 0 | 1001010 | 100010100 | 1011001 | 1110 |
Color Harmonies of #290442
Complementary color
Monochromatic Colors of #290442
Black with #290442
Text Example
Text Example
White with #290442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290442; }
p { color: rgb(41,4,66); }
H1.HeaderClassName
{
color: #290442;
}
.AnyTagClassName
{
color: #290442;
}
</style>
background-color css
<style>
a { background-color: #290442; }
a { background-color: rgb(41,4,66); }
div.DivClassName
{
background-color: #290442;
}
.BgClassName
{
background-color: #290442;
}
</style>
border-color css
<style>
span { border-color: #290442; }
span { border-color: rgb(41,4,66); }
td.TdClassName
{
border-color: #290442;
}
.TagClassName
{
border-color: #290442;
}
</style>