Shades of Blackcurrant #291939
Tints of Blackcurrant #291939
RGB
CMYK
RGB Variations
Color information
#291939 (or 0x291939) is known color: Blackcurrant. HEX triplet: 29, 19 and 39. RGB value is (41,25,57). Sum of RGB (Red+Green+Blue) = 41+25+57=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #291939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291939 is #D6E6C6. Grayscale: #212121. Windows color (decimal): -14083783 or 3741993. OLE color: 3741993.
HSL color Cylindrical-coordinate representation of color #291939: hue angle of 270º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291939 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 25 | 57 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.78 |
| HSL | 270º | 0.39% | 0.16% | - |
| HSV(B) | 270º | 0.56% | 0.22% | - |
| XYZ | 2 | 1.46 | 4.05 | - |
| YUV | 33.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 57 | 0.28 | 0.56 | 0 | 0.78 | 270 | 0.39 | 0.16 |
| Hex | 29 | 19 | 39 | 1C | 38 | 0 | 4E | 10E | 27 | 10 |
| Octal | 51 | 31 | 71 | 34 | 70 | 0 | 116 | 416 | 47 | 20 |
| Binary | 101001 | 11001 | 111001 | 11100 | 111000 | 0 | 1001110 | 100001110 | 100111 | 10000 |
Color Harmonies of #291939
Complementary color
Monochromatic Colors of #291939
Black with #291939
Text Example
Text Example
White with #291939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291939; }
p { color: rgb(41,25,57); }
H1.HeaderClassName
{
color: #291939;
}
.AnyTagClassName
{
color: #291939;
}
</style>
background-color css
<style>
a { background-color: #291939; }
a { background-color: rgb(41,25,57); }
div.DivClassName
{
background-color: #291939;
}
.BgClassName
{
background-color: #291939;
}
</style>
border-color css
<style>
span { border-color: #291939; }
span { border-color: rgb(41,25,57); }
td.TdClassName
{
border-color: #291939;
}
.TagClassName
{
border-color: #291939;
}
</style>