Shades of Blackcurrant #290036
Tints of Blackcurrant #290036
RGB
CMYK
RGB Variations
Color information
#290036 (or 0x290036) is known color: Blackcurrant. HEX triplet: 29, 00 and 36. RGB value is (41,0,54). Sum of RGB (Red+Green+Blue) = 41+0+54=95 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.16% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #290036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290036 is #D6FFC9. Grayscale: #121212. Windows color (decimal): -14090186 or 3538985. OLE color: 3538985.
HSL color Cylindrical-coordinate representation of color #290036: hue angle of 285.56º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290036 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 0 | 54 | - |
| CMYK | 0.24 | 1 | 0 | 0.79 |
| HSL | 285.56º | 1% | 0.11% | - |
| HSV(B) | 285.56º | 1% | 0.21% | - |
| XYZ | 1.58 | 0.74 | 3.55 | - |
| YUV | 18.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 54 | 0.24 | 1 | 0 | 0.79 | 285.56 | 1 | 0.11 |
| Hex | 29 | 0 | 36 | 18 | 64 | 0 | 4F | 11E | 64 | B |
| Octal | 51 | 0 | 66 | 30 | 144 | 0 | 117 | 436 | 144 | 13 |
| Binary | 101001 | 0 | 110110 | 11000 | 1100100 | 0 | 1001111 | 100011110 | 1100100 | 1011 |
Color Harmonies of #290036
Complementary color
Monochromatic Colors of #290036
Black with #290036
Text Example
Text Example
White with #290036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290036; }
p { color: rgb(41,0,54); }
H1.HeaderClassName
{
color: #290036;
}
.AnyTagClassName
{
color: #290036;
}
</style>
background-color css
<style>
a { background-color: #290036; }
a { background-color: rgb(41,0,54); }
div.DivClassName
{
background-color: #290036;
}
.BgClassName
{
background-color: #290036;
}
</style>
border-color css
<style>
span { border-color: #290036; }
span { border-color: rgb(41,0,54); }
td.TdClassName
{
border-color: #290036;
}
.TagClassName
{
border-color: #290036;
}
</style>