Shades of Blackcurrant #290542
Tints of Blackcurrant #290542
RGB
CMYK
RGB Variations
Color information
#290542 (or 0x290542) is known color: Blackcurrant. HEX triplet: 29, 05 and 42. RGB value is (41,5,66). Sum of RGB (Red+Green+Blue) = 41+5+66=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 66 (26.17% from 255 or 58.93% from 112); Max value from RGB is 66 - color contains mainly: blue. Hex color #290542 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290542 is #D6FABD. Grayscale: #161616. Windows color (decimal): -14088894 or 4326697. OLE color: 4326697.
HSL color Cylindrical-coordinate representation of color #290542: hue angle of 275.41º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290542 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 5 | 66 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.74 |
| HSL | 275.41º | 0.86% | 0.14% | - |
| HSV(B) | 275.41º | 0.92% | 0.26% | - |
| XYZ | 1.95 | 0.97 | 5.24 | - |
| YUV | 22.72 | 152.43 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 66 | 0.38 | 0.92 | 0 | 0.74 | 275.41 | 0.86 | 0.14 |
| Hex | 29 | 5 | 42 | 26 | 5C | 0 | 4A | 113 | 56 | E |
| Octal | 51 | 5 | 102 | 46 | 134 | 0 | 112 | 423 | 126 | 16 |
| Binary | 101001 | 101 | 1000010 | 100110 | 1011100 | 0 | 1001010 | 100010011 | 1010110 | 1110 |
Color Harmonies of #290542
Complementary color
Monochromatic Colors of #290542
Black with #290542
Text Example
Text Example
White with #290542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290542; }
p { color: rgb(41,5,66); }
H1.HeaderClassName
{
color: #290542;
}
.AnyTagClassName
{
color: #290542;
}
</style>
background-color css
<style>
a { background-color: #290542; }
a { background-color: rgb(41,5,66); }
div.DivClassName
{
background-color: #290542;
}
.BgClassName
{
background-color: #290542;
}
</style>
border-color css
<style>
span { border-color: #290542; }
span { border-color: rgb(41,5,66); }
td.TdClassName
{
border-color: #290542;
}
.TagClassName
{
border-color: #290542;
}
</style>