Shades of Blackcurrant #290D30
Tints of Blackcurrant #290D30
RGB
CMYK
RGB Variations
Color information
#290D30 (or 0x290D30) is known color: Blackcurrant. HEX triplet: 29, 0D and 30. RGB value is (41,13,48). Sum of RGB (Red+Green+Blue) = 41+13+48=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 13 (5.47% from 255 or 12.75% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #290D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290D30 is #D6F2CF. Grayscale: #191919. Windows color (decimal): -14086864 or 3149097. OLE color: 3149097.
HSL color Cylindrical-coordinate representation of color #290D30: hue angle of 288º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #290D30 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 13 | 48 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.81 |
| HSL | 288º | 0.57% | 0.12% | - |
| HSV(B) | 288º | 0.73% | 0.19% | - |
| XYZ | 1.59 | 0.97 | 2.9 | - |
| YUV | 25.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 13 | 48 | 0.15 | 0.73 | 0 | 0.81 | 288 | 0.57 | 0.12 |
| Hex | 29 | D | 30 | F | 49 | 0 | 51 | 120 | 39 | C |
| Octal | 51 | 15 | 60 | 17 | 111 | 0 | 121 | 440 | 71 | 14 |
| Binary | 101001 | 1101 | 110000 | 1111 | 1001001 | 0 | 1010001 | 100100000 | 111001 | 1100 |
Color Harmonies of #290D30
Complementary color
Monochromatic Colors of #290D30
Black with #290D30
Text Example
Text Example
White with #290D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290D30; }
p { color: rgb(41,13,48); }
H1.HeaderClassName
{
color: #290D30;
}
.AnyTagClassName
{
color: #290D30;
}
</style>
background-color css
<style>
a { background-color: #290D30; }
a { background-color: rgb(41,13,48); }
div.DivClassName
{
background-color: #290D30;
}
.BgClassName
{
background-color: #290D30;
}
</style>
border-color css
<style>
span { border-color: #290D30; }
span { border-color: rgb(41,13,48); }
td.TdClassName
{
border-color: #290D30;
}
.TagClassName
{
border-color: #290D30;
}
</style>