Shades of Blackcurrant #290C42
Tints of Blackcurrant #290C42
RGB
CMYK
RGB Variations
Color information
#290C42 (or 0x290C42) is known color: Blackcurrant. HEX triplet: 29, 0C and 42. RGB value is (41,12,66). Sum of RGB (Red+Green+Blue) = 41+12+66=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 66 (26.17% from 255 or 55.46% from 119); Max value from RGB is 66 - color contains mainly: blue. Hex color #290C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C42 is #D6F3BD. Grayscale: #1A1A1A. Windows color (decimal): -14087102 or 4328489. OLE color: 4328489.
HSL color Cylindrical-coordinate representation of color #290C42: hue angle of 272.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #290C42 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 12 | 66 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.74 |
| HSL | 272.22º | 0.69% | 0.15% | - |
| HSV(B) | 272.22º | 0.82% | 0.26% | - |
| XYZ | 2.03 | 1.13 | 5.26 | - |
| YUV | 26.83 | 150.11 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 66 | 0.38 | 0.82 | 0 | 0.74 | 272.22 | 0.69 | 0.15 |
| Hex | 29 | C | 42 | 26 | 52 | 0 | 4A | 110 | 45 | F |
| Octal | 51 | 14 | 102 | 46 | 122 | 0 | 112 | 420 | 105 | 17 |
| Binary | 101001 | 1100 | 1000010 | 100110 | 1010010 | 0 | 1001010 | 100010000 | 1000101 | 1111 |
Color Harmonies of #290C42
Complementary color
Monochromatic Colors of #290C42
Black with #290C42
Text Example
Text Example
White with #290C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C42; }
p { color: rgb(41,12,66); }
H1.HeaderClassName
{
color: #290C42;
}
.AnyTagClassName
{
color: #290C42;
}
</style>
background-color css
<style>
a { background-color: #290C42; }
a { background-color: rgb(41,12,66); }
div.DivClassName
{
background-color: #290C42;
}
.BgClassName
{
background-color: #290C42;
}
</style>
border-color css
<style>
span { border-color: #290C42; }
span { border-color: rgb(41,12,66); }
td.TdClassName
{
border-color: #290C42;
}
.TagClassName
{
border-color: #290C42;
}
</style>