Shades of Blackcurrant #290254
Tints of Blackcurrant #290254
RGB
CMYK
RGB Variations
Color information
#290254 (or 0x290254) is known color: Blackcurrant. HEX triplet: 29, 02 and 54. RGB value is (41,2,84). Sum of RGB (Red+Green+Blue) = 41+2+84=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #290254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290254 is #D6FDAB. Grayscale: #161616. Windows color (decimal): -14089644 or 5505577. OLE color: 5505577.
HSL color Cylindrical-coordinate representation of color #290254: hue angle of 268.54º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290254 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 2 | 84 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.67 |
| HSL | 268.54º | 0.95% | 0.17% | - |
| HSV(B) | 268.54º | 0.98% | 0.33% | - |
| XYZ | 2.54 | 1.15 | 8.48 | - |
| YUV | 23.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 84 | 0.51 | 0.98 | 0 | 0.67 | 268.54 | 0.95 | 0.17 |
| Hex | 29 | 2 | 54 | 33 | 62 | 0 | 43 | 10D | 5F | 11 |
| Octal | 51 | 2 | 124 | 63 | 142 | 0 | 103 | 415 | 137 | 21 |
| Binary | 101001 | 10 | 1010100 | 110011 | 1100010 | 0 | 1000011 | 100001101 | 1011111 | 10001 |
Color Harmonies of #290254
Complementary color
Monochromatic Colors of #290254
Black with #290254
Text Example
Text Example
White with #290254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290254; }
p { color: rgb(41,2,84); }
H1.HeaderClassName
{
color: #290254;
}
.AnyTagClassName
{
color: #290254;
}
</style>
background-color css
<style>
a { background-color: #290254; }
a { background-color: rgb(41,2,84); }
div.DivClassName
{
background-color: #290254;
}
.BgClassName
{
background-color: #290254;
}
</style>
border-color css
<style>
span { border-color: #290254; }
span { border-color: rgb(41,2,84); }
td.TdClassName
{
border-color: #290254;
}
.TagClassName
{
border-color: #290254;
}
</style>