Shades of Blackcurrant #290153
Tints of Blackcurrant #290153
RGB
CMYK
RGB Variations
Color information
#290153 (or 0x290153) is known color: Blackcurrant. HEX triplet: 29, 01 and 53. RGB value is (41,1,83). Sum of RGB (Red+Green+Blue) = 41+1+83=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #290153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290153 is #D6FEAC. Grayscale: #161616. Windows color (decimal): -14089901 or 5439785. OLE color: 5439785.
HSL color Cylindrical-coordinate representation of color #290153: hue angle of 269.27º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290153 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 1 | 83 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.67 |
| HSL | 269.27º | 0.98% | 0.16% | - |
| HSV(B) | 269.27º | 0.99% | 0.33% | - |
| XYZ | 2.49 | 1.12 | 8.27 | - |
| YUV | 22.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 83 | 0.51 | 0.99 | 0 | 0.67 | 269.27 | 0.98 | 0.16 |
| Hex | 29 | 1 | 53 | 33 | 63 | 0 | 43 | 10D | 62 | 10 |
| Octal | 51 | 1 | 123 | 63 | 143 | 0 | 103 | 415 | 142 | 20 |
| Binary | 101001 | 1 | 1010011 | 110011 | 1100011 | 0 | 1000011 | 100001101 | 1100010 | 10000 |
Color Harmonies of #290153
Complementary color
Monochromatic Colors of #290153
Black with #290153
Text Example
Text Example
White with #290153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290153; }
p { color: rgb(41,1,83); }
H1.HeaderClassName
{
color: #290153;
}
.AnyTagClassName
{
color: #290153;
}
</style>
background-color css
<style>
a { background-color: #290153; }
a { background-color: rgb(41,1,83); }
div.DivClassName
{
background-color: #290153;
}
.BgClassName
{
background-color: #290153;
}
</style>
border-color css
<style>
span { border-color: #290153; }
span { border-color: rgb(41,1,83); }
td.TdClassName
{
border-color: #290153;
}
.TagClassName
{
border-color: #290153;
}
</style>