Shades of Blackcurrant #290E3C
Tints of Blackcurrant #290E3C
RGB
CMYK
RGB Variations
Color information
#290E3C (or 0x290E3C) is known color: Blackcurrant. HEX triplet: 29, 0E and 3C. RGB value is (41,14,60). Sum of RGB (Red+Green+Blue) = 41+14+60=115 (15% of max value = 765). Red value is 41 (16.41% from 255 or 35.65% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 60 (23.83% from 255 or 52.17% from 115); Max value from RGB is 60 - color contains mainly: blue. Hex color #290E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E3C is #D6F1C3. Grayscale: #1B1B1B. Windows color (decimal): -14086596 or 3935785. OLE color: 3935785.
HSL color Cylindrical-coordinate representation of color #290E3C: hue angle of 275.22º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #290E3C is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 14 | 60 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.76 |
| HSL | 275.22º | 0.62% | 0.15% | - |
| HSV(B) | 275.22º | 0.77% | 0.24% | - |
| XYZ | 1.89 | 1.11 | 4.39 | - |
| YUV | 27.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 60 | 0.32 | 0.77 | 0 | 0.76 | 275.22 | 0.62 | 0.15 |
| Hex | 29 | E | 3C | 20 | 4D | 0 | 4C | 113 | 3E | F |
| Octal | 51 | 16 | 74 | 40 | 115 | 0 | 114 | 423 | 76 | 17 |
| Binary | 101001 | 1110 | 111100 | 100000 | 1001101 | 0 | 1001100 | 100010011 | 111110 | 1111 |
Color Harmonies of #290E3C
Complementary color
Monochromatic Colors of #290E3C
Black with #290E3C
Text Example
Text Example
White with #290E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E3C; }
p { color: rgb(41,14,60); }
H1.HeaderClassName
{
color: #290E3C;
}
.AnyTagClassName
{
color: #290E3C;
}
</style>
background-color css
<style>
a { background-color: #290E3C; }
a { background-color: rgb(41,14,60); }
div.DivClassName
{
background-color: #290E3C;
}
.BgClassName
{
background-color: #290E3C;
}
</style>
border-color css
<style>
span { border-color: #290E3C; }
span { border-color: rgb(41,14,60); }
td.TdClassName
{
border-color: #290E3C;
}
.TagClassName
{
border-color: #290E3C;
}
</style>