Shades of Blackcurrant #290F44
Tints of Blackcurrant #290F44
RGB
CMYK
RGB Variations
Color information
#290F44 (or 0x290F44) is known color: Blackcurrant. HEX triplet: 29, 0F and 44. RGB value is (41,15,68). Sum of RGB (Red+Green+Blue) = 41+15+68=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #290F44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F44 is #D6F0BB. Grayscale: #1C1C1C. Windows color (decimal): -14086332 or 4460329. OLE color: 4460329.
HSL color Cylindrical-coordinate representation of color #290F44: hue angle of 269.43º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #290F44 is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 15 | 68 | - |
| CMYK | 0.40 | 0.78 | 0 | 0.73 |
| HSL | 269.43º | 0.64% | 0.16% | - |
| HSV(B) | 269.43º | 0.78% | 0.27% | - |
| XYZ | 2.13 | 1.23 | 5.59 | - |
| YUV | 28.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 68 | 0.40 | 0.78 | 0 | 0.73 | 269.43 | 0.64 | 0.16 |
| Hex | 29 | F | 44 | 28 | 4E | 0 | 49 | 10D | 40 | 10 |
| Octal | 51 | 17 | 104 | 50 | 116 | 0 | 111 | 415 | 100 | 20 |
| Binary | 101001 | 1111 | 1000100 | 101000 | 1001110 | 0 | 1001001 | 100001101 | 1000000 | 10000 |
Color Harmonies of #290F44
Complementary color
Monochromatic Colors of #290F44
Black with #290F44
Text Example
Text Example
White with #290F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F44; }
p { color: rgb(41,15,68); }
H1.HeaderClassName
{
color: #290F44;
}
.AnyTagClassName
{
color: #290F44;
}
</style>
background-color css
<style>
a { background-color: #290F44; }
a { background-color: rgb(41,15,68); }
div.DivClassName
{
background-color: #290F44;
}
.BgClassName
{
background-color: #290F44;
}
</style>
border-color css
<style>
span { border-color: #290F44; }
span { border-color: rgb(41,15,68); }
td.TdClassName
{
border-color: #290F44;
}
.TagClassName
{
border-color: #290F44;
}
</style>