Shades of Blackcurrant #290F39
Tints of Blackcurrant #290F39
RGB
CMYK
RGB Variations
Color information
#290F39 (or 0x290F39) is known color: Blackcurrant. HEX triplet: 29, 0F and 39. RGB value is (41,15,57). Sum of RGB (Red+Green+Blue) = 41+15+57=113 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.28% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #290F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F39 is #D6F0C6. Grayscale: #1B1B1B. Windows color (decimal): -14086343 or 3739433. OLE color: 3739433.
HSL color Cylindrical-coordinate representation of color #290F39: hue angle of 277.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #290F39 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 15 | 57 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.78 |
| HSL | 277.14º | 0.58% | 0.14% | - |
| HSV(B) | 277.14º | 0.74% | 0.22% | - |
| XYZ | 1.82 | 1.11 | 3.99 | - |
| YUV | 27.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 57 | 0.28 | 0.74 | 0 | 0.78 | 277.14 | 0.58 | 0.14 |
| Hex | 29 | F | 39 | 1C | 4A | 0 | 4E | 115 | 3A | E |
| Octal | 51 | 17 | 71 | 34 | 112 | 0 | 116 | 425 | 72 | 16 |
| Binary | 101001 | 1111 | 111001 | 11100 | 1001010 | 0 | 1001110 | 100010101 | 111010 | 1110 |
Color Harmonies of #290F39
Complementary color
Monochromatic Colors of #290F39
Black with #290F39
Text Example
Text Example
White with #290F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F39; }
p { color: rgb(41,15,57); }
H1.HeaderClassName
{
color: #290F39;
}
.AnyTagClassName
{
color: #290F39;
}
</style>
background-color css
<style>
a { background-color: #290F39; }
a { background-color: rgb(41,15,57); }
div.DivClassName
{
background-color: #290F39;
}
.BgClassName
{
background-color: #290F39;
}
</style>
border-color css
<style>
span { border-color: #290F39; }
span { border-color: rgb(41,15,57); }
td.TdClassName
{
border-color: #290F39;
}
.TagClassName
{
border-color: #290F39;
}
</style>