Shades of Blackcurrant #290F42
Tints of Blackcurrant #290F42
RGB
CMYK
RGB Variations
Color information
#290F42 (or 0x290F42) is known color: Blackcurrant. HEX triplet: 29, 0F and 42. RGB value is (41,15,66). Sum of RGB (Red+Green+Blue) = 41+15+66=122 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.61% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #290F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290F42 is #D6F0BD. Grayscale: #1C1C1C. Windows color (decimal): -14086334 or 4329257. OLE color: 4329257.
HSL color Cylindrical-coordinate representation of color #290F42: hue angle of 270.59º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #290F42 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 15 | 66 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.74 |
| HSL | 270.59º | 0.63% | 0.16% | - |
| HSV(B) | 270.59º | 0.77% | 0.26% | - |
| XYZ | 2.07 | 1.21 | 5.28 | - |
| YUV | 28.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 66 | 0.38 | 0.77 | 0 | 0.74 | 270.59 | 0.63 | 0.16 |
| Hex | 29 | F | 42 | 26 | 4D | 0 | 4A | 10F | 3F | 10 |
| Octal | 51 | 17 | 102 | 46 | 115 | 0 | 112 | 417 | 77 | 20 |
| Binary | 101001 | 1111 | 1000010 | 100110 | 1001101 | 0 | 1001010 | 100001111 | 111111 | 10000 |
Color Harmonies of #290F42
Complementary color
Monochromatic Colors of #290F42
Black with #290F42
Text Example
Text Example
White with #290F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290F42; }
p { color: rgb(41,15,66); }
H1.HeaderClassName
{
color: #290F42;
}
.AnyTagClassName
{
color: #290F42;
}
</style>
background-color css
<style>
a { background-color: #290F42; }
a { background-color: rgb(41,15,66); }
div.DivClassName
{
background-color: #290F42;
}
.BgClassName
{
background-color: #290F42;
}
</style>
border-color css
<style>
span { border-color: #290F42; }
span { border-color: rgb(41,15,66); }
td.TdClassName
{
border-color: #290F42;
}
.TagClassName
{
border-color: #290F42;
}
</style>