Shades of Blackcurrant #291334
Tints of Blackcurrant #291334
RGB
CMYK
RGB Variations
Color information
#291334 (or 0x291334) is known color: Blackcurrant. HEX triplet: 29, 13 and 34. RGB value is (41,19,52). Sum of RGB (Red+Green+Blue) = 41+19+52=112 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.61% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #291334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291334 is #D6ECCB. Grayscale: #1D1D1D. Windows color (decimal): -14085324 or 3412777. OLE color: 3412777.
HSL color Cylindrical-coordinate representation of color #291334: hue angle of 280º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #291334 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 19 | 52 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.80 |
| HSL | 280º | 0.46% | 0.14% | - |
| HSV(B) | 280º | 0.63% | 0.2% | - |
| XYZ | 1.77 | 1.19 | 3.38 | - |
| YUV | 29.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 52 | 0.21 | 0.63 | 0 | 0.80 | 280 | 0.46 | 0.14 |
| Hex | 29 | 13 | 34 | 15 | 3F | 0 | 50 | 118 | 2E | E |
| Octal | 51 | 23 | 64 | 25 | 77 | 0 | 120 | 430 | 56 | 16 |
| Binary | 101001 | 10011 | 110100 | 10101 | 111111 | 0 | 1010000 | 100011000 | 101110 | 1110 |
Color Harmonies of #291334
Complementary color
Monochromatic Colors of #291334
Black with #291334
Text Example
Text Example
White with #291334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291334; }
p { color: rgb(41,19,52); }
H1.HeaderClassName
{
color: #291334;
}
.AnyTagClassName
{
color: #291334;
}
</style>
background-color css
<style>
a { background-color: #291334; }
a { background-color: rgb(41,19,52); }
div.DivClassName
{
background-color: #291334;
}
.BgClassName
{
background-color: #291334;
}
</style>
border-color css
<style>
span { border-color: #291334; }
span { border-color: rgb(41,19,52); }
td.TdClassName
{
border-color: #291334;
}
.TagClassName
{
border-color: #291334;
}
</style>