Shades of Blackcurrant #290253
Tints of Blackcurrant #290253
RGB
CMYK
RGB Variations
Color information
#290253 (or 0x290253) is known color: Blackcurrant. HEX triplet: 29, 02 and 53. RGB value is (41,2,83). Sum of RGB (Red+Green+Blue) = 41+2+83=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #290253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290253 is #D6FDAC. Grayscale: #161616. Windows color (decimal): -14089645 or 5440041. OLE color: 5440041.
HSL color Cylindrical-coordinate representation of color #290253: hue angle of 268.89º 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 #290253 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 2 | 83 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.67 |
| HSL | 268.89º | 0.95% | 0.17% | - |
| HSV(B) | 268.89º | 0.98% | 0.33% | - |
| XYZ | 2.5 | 1.14 | 8.27 | - |
| YUV | 22.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 83 | 0.51 | 0.98 | 0 | 0.67 | 268.89 | 0.95 | 0.17 |
| Hex | 29 | 2 | 53 | 33 | 62 | 0 | 43 | 10D | 5F | 11 |
| Octal | 51 | 2 | 123 | 63 | 142 | 0 | 103 | 415 | 137 | 21 |
| Binary | 101001 | 10 | 1010011 | 110011 | 1100010 | 0 | 1000011 | 100001101 | 1011111 | 10001 |
Color Harmonies of #290253
Complementary color
Monochromatic Colors of #290253
Black with #290253
Text Example
Text Example
White with #290253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290253; }
p { color: rgb(41,2,83); }
H1.HeaderClassName
{
color: #290253;
}
.AnyTagClassName
{
color: #290253;
}
</style>
background-color css
<style>
a { background-color: #290253; }
a { background-color: rgb(41,2,83); }
div.DivClassName
{
background-color: #290253;
}
.BgClassName
{
background-color: #290253;
}
</style>
border-color css
<style>
span { border-color: #290253; }
span { border-color: rgb(41,2,83); }
td.TdClassName
{
border-color: #290253;
}
.TagClassName
{
border-color: #290253;
}
</style>