Shades of Blackcurrant #290053
Tints of Blackcurrant #290053
RGB
CMYK
RGB Variations
Color information
#290053 (or 0x290053) is known color: Blackcurrant. HEX triplet: 29, 00 and 53. RGB value is (41,0,83). Sum of RGB (Red+Green+Blue) = 41+0+83=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #290053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290053 is #D6FFAC. Grayscale: #151515. Windows color (decimal): -14090157 or 5439529. OLE color: 5439529.
HSL color Cylindrical-coordinate representation of color #290053: hue angle of 269.64º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290053 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 0 | 83 | - |
| CMYK | 0.51 | 1 | 0 | 0.67 |
| HSL | 269.64º | 1% | 0.16% | - |
| HSV(B) | 269.64º | 1% | 0.33% | - |
| XYZ | 2.48 | 1.1 | 8.26 | - |
| YUV | 21.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 83 | 0.51 | 1 | 0 | 0.67 | 269.64 | 1 | 0.16 |
| Hex | 29 | 0 | 53 | 33 | 64 | 0 | 43 | 10E | 64 | 10 |
| Octal | 51 | 0 | 123 | 63 | 144 | 0 | 103 | 416 | 144 | 20 |
| Binary | 101001 | 0 | 1010011 | 110011 | 1100100 | 0 | 1000011 | 100001110 | 1100100 | 10000 |
Color Harmonies of #290053
Complementary color
Monochromatic Colors of #290053
Black with #290053
Text Example
Text Example
White with #290053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290053; }
p { color: rgb(41,0,83); }
H1.HeaderClassName
{
color: #290053;
}
.AnyTagClassName
{
color: #290053;
}
</style>
background-color css
<style>
a { background-color: #290053; }
a { background-color: rgb(41,0,83); }
div.DivClassName
{
background-color: #290053;
}
.BgClassName
{
background-color: #290053;
}
</style>
border-color css
<style>
span { border-color: #290053; }
span { border-color: rgb(41,0,83); }
td.TdClassName
{
border-color: #290053;
}
.TagClassName
{
border-color: #290053;
}
</style>