Shades of Blackcurrant #290A39
Tints of Blackcurrant #290A39
RGB
CMYK
RGB Variations
Color information
#290A39 (or 0x290A39) is known color: Blackcurrant. HEX triplet: 29, 0A and 39. RGB value is (41,10,57). Sum of RGB (Red+Green+Blue) = 41+10+57=108 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.96% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #290A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290A39 is #D6F5C6. Grayscale: #181818. Windows color (decimal): -14087623 or 3738153. OLE color: 3738153.
HSL color Cylindrical-coordinate representation of color #290A39: hue angle of 279.57º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #290A39 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 10 | 57 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.78 |
| HSL | 279.57º | 0.7% | 0.13% | - |
| HSV(B) | 279.57º | 0.82% | 0.22% | - |
| XYZ | 1.76 | 0.98 | 3.97 | - |
| YUV | 24.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 10 | 57 | 0.28 | 0.82 | 0 | 0.78 | 279.57 | 0.7 | 0.13 |
| Hex | 29 | A | 39 | 1C | 52 | 0 | 4E | 118 | 46 | D |
| Octal | 51 | 12 | 71 | 34 | 122 | 0 | 116 | 430 | 106 | 15 |
| Binary | 101001 | 1010 | 111001 | 11100 | 1010010 | 0 | 1001110 | 100011000 | 1000110 | 1101 |
Color Harmonies of #290A39
Complementary color
Monochromatic Colors of #290A39
Black with #290A39
Text Example
Text Example
White with #290A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290A39; }
p { color: rgb(41,10,57); }
H1.HeaderClassName
{
color: #290A39;
}
.AnyTagClassName
{
color: #290A39;
}
</style>
background-color css
<style>
a { background-color: #290A39; }
a { background-color: rgb(41,10,57); }
div.DivClassName
{
background-color: #290A39;
}
.BgClassName
{
background-color: #290A39;
}
</style>
border-color css
<style>
span { border-color: #290A39; }
span { border-color: rgb(41,10,57); }
td.TdClassName
{
border-color: #290A39;
}
.TagClassName
{
border-color: #290A39;
}
</style>