Shades of Blackcurrant #290A4B
Tints of Blackcurrant #290A4B
RGB
CMYK
RGB Variations
Color information
#290A4B (or 0x290A4B) is known color: Blackcurrant. HEX triplet: 29, 0A and 4B. RGB value is (41,10,75). Sum of RGB (Red+Green+Blue) = 41+10+75=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #290A4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A4B is #D6F5B4. Grayscale: #1A1A1A. Windows color (decimal): -14087605 or 4917801. OLE color: 4917801.
HSL color Cylindrical-coordinate representation of color #290A4B: hue angle of 268.62º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #290A4B is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 10 | 75 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.71 |
| HSL | 268.62º | 0.76% | 0.17% | - |
| HSV(B) | 268.62º | 0.87% | 0.29% | - |
| XYZ | 2.29 | 1.2 | 6.77 | - |
| YUV | 26.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 75 | 0.45 | 0.87 | 0 | 0.71 | 268.62 | 0.76 | 0.17 |
| Hex | 29 | A | 4B | 2D | 57 | 0 | 47 | 10D | 4C | 11 |
| Octal | 51 | 12 | 113 | 55 | 127 | 0 | 107 | 415 | 114 | 21 |
| Binary | 101001 | 1010 | 1001011 | 101101 | 1010111 | 0 | 1000111 | 100001101 | 1001100 | 10001 |
Color Harmonies of #290A4B
Complementary color
Monochromatic Colors of #290A4B
Black with #290A4B
Text Example
Text Example
White with #290A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A4B; }
p { color: rgb(41,10,75); }
H1.HeaderClassName
{
color: #290A4B;
}
.AnyTagClassName
{
color: #290A4B;
}
</style>
background-color css
<style>
a { background-color: #290A4B; }
a { background-color: rgb(41,10,75); }
div.DivClassName
{
background-color: #290A4B;
}
.BgClassName
{
background-color: #290A4B;
}
</style>
border-color css
<style>
span { border-color: #290A4B; }
span { border-color: rgb(41,10,75); }
td.TdClassName
{
border-color: #290A4B;
}
.TagClassName
{
border-color: #290A4B;
}
</style>