Shades of Blackcurrant #291240
Tints of Blackcurrant #291240
RGB
CMYK
RGB Variations
Color information
#291240 (or 0x291240) is known color: Blackcurrant. HEX triplet: 29, 12 and 40. RGB value is (41,18,64). Sum of RGB (Red+Green+Blue) = 41+18+64=123 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.33% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #291240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291240 is #D6EDBF. Grayscale: #1D1D1D. Windows color (decimal): -14085568 or 4198953. OLE color: 4198953.
HSL color Cylindrical-coordinate representation of color #291240: hue angle of 270º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #291240 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 18 | 64 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.75 |
| HSL | 270º | 0.56% | 0.16% | - |
| HSV(B) | 270º | 0.72% | 0.25% | - |
| XYZ | 2.06 | 1.27 | 4.99 | - |
| YUV | 30.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 64 | 0.36 | 0.72 | 0 | 0.75 | 270 | 0.56 | 0.16 |
| Hex | 29 | 12 | 40 | 24 | 48 | 0 | 4B | 10E | 38 | 10 |
| Octal | 51 | 22 | 100 | 44 | 110 | 0 | 113 | 416 | 70 | 20 |
| Binary | 101001 | 10010 | 1000000 | 100100 | 1001000 | 0 | 1001011 | 100001110 | 111000 | 10000 |
Color Harmonies of #291240
Complementary color
Monochromatic Colors of #291240
Black with #291240
Text Example
Text Example
White with #291240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291240; }
p { color: rgb(41,18,64); }
H1.HeaderClassName
{
color: #291240;
}
.AnyTagClassName
{
color: #291240;
}
</style>
background-color css
<style>
a { background-color: #291240; }
a { background-color: rgb(41,18,64); }
div.DivClassName
{
background-color: #291240;
}
.BgClassName
{
background-color: #291240;
}
</style>
border-color css
<style>
span { border-color: #291240; }
span { border-color: rgb(41,18,64); }
td.TdClassName
{
border-color: #291240;
}
.TagClassName
{
border-color: #291240;
}
</style>