Shades of Blackcurrant #290E37
Tints of Blackcurrant #290E37
RGB
CMYK
RGB Variations
Color information
#290E37 (or 0x290E37) is known color: Blackcurrant. HEX triplet: 29, 0E and 37. RGB value is (41,14,55). Sum of RGB (Red+Green+Blue) = 41+14+55=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #290E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290E37 is #D6F1C8. Grayscale: #1A1A1A. Windows color (decimal): -14086601 or 3608105. OLE color: 3608105.
HSL color Cylindrical-coordinate representation of color #290E37: hue angle of 279.51º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #290E37 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 14 | 55 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.78 |
| HSL | 279.51º | 0.59% | 0.14% | - |
| HSV(B) | 279.51º | 0.75% | 0.22% | - |
| XYZ | 1.76 | 1.06 | 3.73 | - |
| YUV | 26.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 55 | 0.25 | 0.75 | 0 | 0.78 | 279.51 | 0.59 | 0.14 |
| Hex | 29 | E | 37 | 19 | 4B | 0 | 4E | 118 | 3B | E |
| Octal | 51 | 16 | 67 | 31 | 113 | 0 | 116 | 430 | 73 | 16 |
| Binary | 101001 | 1110 | 110111 | 11001 | 1001011 | 0 | 1001110 | 100011000 | 111011 | 1110 |
Color Harmonies of #290E37
Complementary color
Monochromatic Colors of #290E37
Black with #290E37
Text Example
Text Example
White with #290E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290E37; }
p { color: rgb(41,14,55); }
H1.HeaderClassName
{
color: #290E37;
}
.AnyTagClassName
{
color: #290E37;
}
</style>
background-color css
<style>
a { background-color: #290E37; }
a { background-color: rgb(41,14,55); }
div.DivClassName
{
background-color: #290E37;
}
.BgClassName
{
background-color: #290E37;
}
</style>
border-color css
<style>
span { border-color: #290E37; }
span { border-color: rgb(41,14,55); }
td.TdClassName
{
border-color: #290E37;
}
.TagClassName
{
border-color: #290E37;
}
</style>