Shades of Blackcurrant #290D41
Tints of Blackcurrant #290D41
RGB
CMYK
RGB Variations
Color information
#290D41 (or 0x290D41) is known color: Blackcurrant. HEX triplet: 29, 0D and 41. RGB value is (41,13,65). Sum of RGB (Red+Green+Blue) = 41+13+65=119 (15% of max value = 765). Red value is 41 (16.41% from 255 or 34.45% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #290D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D41 is #D6F2BE. Grayscale: #1B1B1B. Windows color (decimal): -14086847 or 4263209. OLE color: 4263209.
HSL color Cylindrical-coordinate representation of color #290D41: hue angle of 272.31º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #290D41 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 13 | 65 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.75 |
| HSL | 272.31º | 0.67% | 0.15% | - |
| HSV(B) | 272.31º | 0.8% | 0.25% | - |
| XYZ | 2.01 | 1.14 | 5.12 | - |
| YUV | 27.3 | 149.28 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 65 | 0.37 | 0.80 | 0 | 0.75 | 272.31 | 0.67 | 0.15 |
| Hex | 29 | D | 41 | 25 | 50 | 0 | 4B | 110 | 43 | F |
| Octal | 51 | 15 | 101 | 45 | 120 | 0 | 113 | 420 | 103 | 17 |
| Binary | 101001 | 1101 | 1000001 | 100101 | 1010000 | 0 | 1001011 | 100010000 | 1000011 | 1111 |
Color Harmonies of #290D41
Complementary color
Monochromatic Colors of #290D41
Black with #290D41
Text Example
Text Example
White with #290D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D41; }
p { color: rgb(41,13,65); }
H1.HeaderClassName
{
color: #290D41;
}
.AnyTagClassName
{
color: #290D41;
}
</style>
background-color css
<style>
a { background-color: #290D41; }
a { background-color: rgb(41,13,65); }
div.DivClassName
{
background-color: #290D41;
}
.BgClassName
{
background-color: #290D41;
}
</style>
border-color css
<style>
span { border-color: #290D41; }
span { border-color: rgb(41,13,65); }
td.TdClassName
{
border-color: #290D41;
}
.TagClassName
{
border-color: #290D41;
}
</style>