Shades of Blackcurrant #290136
Tints of Blackcurrant #290136
RGB
CMYK
RGB Variations
Color information
#290136 (or 0x290136) is known color: Blackcurrant. HEX triplet: 29, 01 and 36. RGB value is (41,1,54). Sum of RGB (Red+Green+Blue) = 41+1+54=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #290136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290136 is #D6FEC9. Grayscale: #121212. Windows color (decimal): -14089930 or 3539241. OLE color: 3539241.
HSL color Cylindrical-coordinate representation of color #290136: hue angle of 285.28º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290136 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 1 | 54 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.79 |
| HSL | 285.28º | 0.96% | 0.11% | - |
| HSV(B) | 285.28º | 0.98% | 0.21% | - |
| XYZ | 1.59 | 0.76 | 3.55 | - |
| YUV | 19 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 54 | 0.24 | 0.98 | 0 | 0.79 | 285.28 | 0.96 | 0.11 |
| Hex | 29 | 1 | 36 | 18 | 62 | 0 | 4F | 11D | 60 | B |
| Octal | 51 | 1 | 66 | 30 | 142 | 0 | 117 | 435 | 140 | 13 |
| Binary | 101001 | 1 | 110110 | 11000 | 1100010 | 0 | 1001111 | 100011101 | 1100000 | 1011 |
Color Harmonies of #290136
Complementary color
Monochromatic Colors of #290136
Black with #290136
Text Example
Text Example
White with #290136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290136; }
p { color: rgb(41,1,54); }
H1.HeaderClassName
{
color: #290136;
}
.AnyTagClassName
{
color: #290136;
}
</style>
background-color css
<style>
a { background-color: #290136; }
a { background-color: rgb(41,1,54); }
div.DivClassName
{
background-color: #290136;
}
.BgClassName
{
background-color: #290136;
}
</style>
border-color css
<style>
span { border-color: #290136; }
span { border-color: rgb(41,1,54); }
td.TdClassName
{
border-color: #290136;
}
.TagClassName
{
border-color: #290136;
}
</style>