Shades of Blackcurrant #290E34
Tints of Blackcurrant #290E34
RGB
CMYK
RGB Variations
Color information
#290E34 (or 0x290E34) is known color: Blackcurrant. HEX triplet: 29, 0E and 34. RGB value is (41,14,52). Sum of RGB (Red+Green+Blue) = 41+14+52=107 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.32% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #290E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E34 is #D6F1CB. Grayscale: #1A1A1A. Windows color (decimal): -14086604 or 3411497. OLE color: 3411497.
HSL color Cylindrical-coordinate representation of color #290E34: hue angle of 282.63º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290E34 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 14 | 52 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.80 |
| HSL | 282.63º | 0.58% | 0.13% | - |
| HSV(B) | 282.63º | 0.73% | 0.2% | - |
| XYZ | 1.69 | 1.03 | 3.36 | - |
| YUV | 26.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 52 | 0.21 | 0.73 | 0 | 0.80 | 282.63 | 0.58 | 0.13 |
| Hex | 29 | E | 34 | 15 | 49 | 0 | 50 | 11B | 3A | D |
| Octal | 51 | 16 | 64 | 25 | 111 | 0 | 120 | 433 | 72 | 15 |
| Binary | 101001 | 1110 | 110100 | 10101 | 1001001 | 0 | 1010000 | 100011011 | 111010 | 1101 |
Color Harmonies of #290E34
Complementary color
Monochromatic Colors of #290E34
Black with #290E34
Text Example
Text Example
White with #290E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E34; }
p { color: rgb(41,14,52); }
H1.HeaderClassName
{
color: #290E34;
}
.AnyTagClassName
{
color: #290E34;
}
</style>
background-color css
<style>
a { background-color: #290E34; }
a { background-color: rgb(41,14,52); }
div.DivClassName
{
background-color: #290E34;
}
.BgClassName
{
background-color: #290E34;
}
</style>
border-color css
<style>
span { border-color: #290E34; }
span { border-color: rgb(41,14,52); }
td.TdClassName
{
border-color: #290E34;
}
.TagClassName
{
border-color: #290E34;
}
</style>