Shades of Blackcurrant #290130
Tints of Blackcurrant #290130
RGB
CMYK
RGB Variations
Color information
#290130 (or 0x290130) is known color: Blackcurrant. HEX triplet: 29, 01 and 30. RGB value is (41,1,48). Sum of RGB (Red+Green+Blue) = 41+1+48=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #290130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290130 is #D6FECF. Grayscale: #121212. Windows color (decimal): -14089936 or 3146025. OLE color: 3146025.
HSL color Cylindrical-coordinate representation of color #290130: hue angle of 291.06º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290130 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 1 | 48 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.81 |
| HSL | 291.06º | 0.96% | 0.1% | - |
| HSV(B) | 291.06º | 0.98% | 0.19% | - |
| XYZ | 1.46 | 0.71 | 2.86 | - |
| YUV | 18.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 48 | 0.15 | 0.98 | 0 | 0.81 | 291.06 | 0.96 | 0.1 |
| Hex | 29 | 1 | 30 | F | 62 | 0 | 51 | 123 | 60 | A |
| Octal | 51 | 1 | 60 | 17 | 142 | 0 | 121 | 443 | 140 | 12 |
| Binary | 101001 | 1 | 110000 | 1111 | 1100010 | 0 | 1010001 | 100100011 | 1100000 | 1010 |
Color Harmonies of #290130
Complementary color
Monochromatic Colors of #290130
Black with #290130
Text Example
Text Example
White with #290130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290130; }
p { color: rgb(41,1,48); }
H1.HeaderClassName
{
color: #290130;
}
.AnyTagClassName
{
color: #290130;
}
</style>
background-color css
<style>
a { background-color: #290130; }
a { background-color: rgb(41,1,48); }
div.DivClassName
{
background-color: #290130;
}
.BgClassName
{
background-color: #290130;
}
</style>
border-color css
<style>
span { border-color: #290130; }
span { border-color: rgb(41,1,48); }
td.TdClassName
{
border-color: #290130;
}
.TagClassName
{
border-color: #290130;
}
</style>