Shades of Blackcurrant #290B44
Tints of Blackcurrant #290B44
RGB
CMYK
RGB Variations
Color information
#290B44 (or 0x290B44) is known color: Blackcurrant. HEX triplet: 29, 0B and 44. RGB value is (41,11,68). Sum of RGB (Red+Green+Blue) = 41+11+68=120 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.17% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #290B44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290B44 is #D6F4BB. Grayscale: #1A1A1A. Windows color (decimal): -14087356 or 4459305. OLE color: 4459305.
HSL color Cylindrical-coordinate representation of color #290B44: hue angle of 271.58º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #290B44 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 11 | 68 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.73 |
| HSL | 271.58º | 0.72% | 0.15% | - |
| HSV(B) | 271.58º | 0.84% | 0.27% | - |
| XYZ | 2.08 | 1.13 | 5.58 | - |
| YUV | 26.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 68 | 0.40 | 0.84 | 0 | 0.73 | 271.58 | 0.72 | 0.15 |
| Hex | 29 | B | 44 | 28 | 54 | 0 | 49 | 110 | 48 | F |
| Octal | 51 | 13 | 104 | 50 | 124 | 0 | 111 | 420 | 110 | 17 |
| Binary | 101001 | 1011 | 1000100 | 101000 | 1010100 | 0 | 1001001 | 100010000 | 1001000 | 1111 |
Color Harmonies of #290B44
Complementary color
Monochromatic Colors of #290B44
Black with #290B44
Text Example
Text Example
White with #290B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290B44; }
p { color: rgb(41,11,68); }
H1.HeaderClassName
{
color: #290B44;
}
.AnyTagClassName
{
color: #290B44;
}
</style>
background-color css
<style>
a { background-color: #290B44; }
a { background-color: rgb(41,11,68); }
div.DivClassName
{
background-color: #290B44;
}
.BgClassName
{
background-color: #290B44;
}
</style>
border-color css
<style>
span { border-color: #290B44; }
span { border-color: rgb(41,11,68); }
td.TdClassName
{
border-color: #290B44;
}
.TagClassName
{
border-color: #290B44;
}
</style>