Shades of Blackcurrant #290444
Tints of Blackcurrant #290444
RGB
CMYK
RGB Variations
Color information
#290444 (or 0x290444) is known color: Blackcurrant. HEX triplet: 29, 04 and 44. RGB value is (41,4,68). Sum of RGB (Red+Green+Blue) = 41+4+68=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #290444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290444 is #D6FBBB. Grayscale: #161616. Windows color (decimal): -14089148 or 4457513. OLE color: 4457513.
HSL color Cylindrical-coordinate representation of color #290444: hue angle of 274.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290444 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 4 | 68 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.73 |
| HSL | 274.69º | 0.89% | 0.14% | - |
| HSV(B) | 274.69º | 0.94% | 0.27% | - |
| XYZ | 2 | 0.98 | 5.55 | - |
| YUV | 22.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 68 | 0.40 | 0.94 | 0 | 0.73 | 274.69 | 0.89 | 0.14 |
| Hex | 29 | 4 | 44 | 28 | 5E | 0 | 49 | 113 | 59 | E |
| Octal | 51 | 4 | 104 | 50 | 136 | 0 | 111 | 423 | 131 | 16 |
| Binary | 101001 | 100 | 1000100 | 101000 | 1011110 | 0 | 1001001 | 100010011 | 1011001 | 1110 |
Color Harmonies of #290444
Complementary color
Monochromatic Colors of #290444
Black with #290444
Text Example
Text Example
White with #290444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290444; }
p { color: rgb(41,4,68); }
H1.HeaderClassName
{
color: #290444;
}
.AnyTagClassName
{
color: #290444;
}
</style>
background-color css
<style>
a { background-color: #290444; }
a { background-color: rgb(41,4,68); }
div.DivClassName
{
background-color: #290444;
}
.BgClassName
{
background-color: #290444;
}
</style>
border-color css
<style>
span { border-color: #290444; }
span { border-color: rgb(41,4,68); }
td.TdClassName
{
border-color: #290444;
}
.TagClassName
{
border-color: #290444;
}
</style>