Shades of Blackcurrant #291530
Tints of Blackcurrant #291530
RGB
CMYK
RGB Variations
Color information
#291530 (or 0x291530) is known color: Blackcurrant. HEX triplet: 29, 15 and 30. RGB value is (41,21,48). Sum of RGB (Red+Green+Blue) = 41+21+48=110 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.27% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #291530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291530 is #D6EACF. Grayscale: #1D1D1D. Windows color (decimal): -14084816 or 3151145. OLE color: 3151145.
HSL color Cylindrical-coordinate representation of color #291530: hue angle of 284.44º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291530 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 21 | 48 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.81 |
| HSL | 284.44º | 0.39% | 0.14% | - |
| HSV(B) | 284.44º | 0.56% | 0.19% | - |
| XYZ | 1.72 | 1.22 | 2.94 | - |
| YUV | 30.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 48 | 0.15 | 0.56 | 0 | 0.81 | 284.44 | 0.39 | 0.14 |
| Hex | 29 | 15 | 30 | F | 38 | 0 | 51 | 11C | 27 | E |
| Octal | 51 | 25 | 60 | 17 | 70 | 0 | 121 | 434 | 47 | 16 |
| Binary | 101001 | 10101 | 110000 | 1111 | 111000 | 0 | 1010001 | 100011100 | 100111 | 1110 |
Color Harmonies of #291530
Complementary color
Monochromatic Colors of #291530
Black with #291530
Text Example
Text Example
White with #291530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291530; }
p { color: rgb(41,21,48); }
H1.HeaderClassName
{
color: #291530;
}
.AnyTagClassName
{
color: #291530;
}
</style>
background-color css
<style>
a { background-color: #291530; }
a { background-color: rgb(41,21,48); }
div.DivClassName
{
background-color: #291530;
}
.BgClassName
{
background-color: #291530;
}
</style>
border-color css
<style>
span { border-color: #291530; }
span { border-color: rgb(41,21,48); }
td.TdClassName
{
border-color: #291530;
}
.TagClassName
{
border-color: #291530;
}
</style>