Shades of Blackcurrant #290443
Tints of Blackcurrant #290443
RGB
CMYK
RGB Variations
Color information
#290443 (or 0x290443) is known color: Blackcurrant. HEX triplet: 29, 04 and 43. RGB value is (41,4,67). Sum of RGB (Red+Green+Blue) = 41+4+67=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #290443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290443 is #D6FBBC. Grayscale: #161616. Windows color (decimal): -14089149 or 4391977. OLE color: 4391977.
HSL color Cylindrical-coordinate representation of color #290443: hue angle of 275.24º 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 #290443 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 4 | 67 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.74 |
| HSL | 275.24º | 0.89% | 0.14% | - |
| HSV(B) | 275.24º | 0.94% | 0.26% | - |
| XYZ | 1.97 | 0.96 | 5.39 | - |
| YUV | 22.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 4 | 67 | 0.39 | 0.94 | 0 | 0.74 | 275.24 | 0.89 | 0.14 |
| Hex | 29 | 4 | 43 | 27 | 5E | 0 | 4A | 113 | 59 | E |
| Octal | 51 | 4 | 103 | 47 | 136 | 0 | 112 | 423 | 131 | 16 |
| Binary | 101001 | 100 | 1000011 | 100111 | 1011110 | 0 | 1001010 | 100010011 | 1011001 | 1110 |
Color Harmonies of #290443
Complementary color
Monochromatic Colors of #290443
Black with #290443
Text Example
Text Example
White with #290443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290443; }
p { color: rgb(41,4,67); }
H1.HeaderClassName
{
color: #290443;
}
.AnyTagClassName
{
color: #290443;
}
</style>
background-color css
<style>
a { background-color: #290443; }
a { background-color: rgb(41,4,67); }
div.DivClassName
{
background-color: #290443;
}
.BgClassName
{
background-color: #290443;
}
</style>
border-color css
<style>
span { border-color: #290443; }
span { border-color: rgb(41,4,67); }
td.TdClassName
{
border-color: #290443;
}
.TagClassName
{
border-color: #290443;
}
</style>