Shades of Blackcurrant #291432
Tints of Blackcurrant #291432
RGB
CMYK
RGB Variations
Color information
#291432 (or 0x291432) is known color: Blackcurrant. HEX triplet: 29, 14 and 32. RGB value is (41,20,50). Sum of RGB (Red+Green+Blue) = 41+20+50=111 (14% of max value = 765). Red value is 41 (16.41% from 255 or 36.94% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #291432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #291432 is #D6EBCD. Grayscale: #1D1D1D. Windows color (decimal): -14085070 or 3281961. OLE color: 3281961.
HSL color Cylindrical-coordinate representation of color #291432: hue angle of 282º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #291432 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 20 | 50 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.80 |
| HSL | 282º | 0.43% | 0.14% | - |
| HSV(B) | 282º | 0.6% | 0.2% | - |
| XYZ | 1.74 | 1.2 | 3.16 | - |
| YUV | 29.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 20 | 50 | 0.18 | 0.60 | 0 | 0.80 | 282 | 0.43 | 0.14 |
| Hex | 29 | 14 | 32 | 12 | 3C | 0 | 50 | 11A | 2B | E |
| Octal | 51 | 24 | 62 | 22 | 74 | 0 | 120 | 432 | 53 | 16 |
| Binary | 101001 | 10100 | 110010 | 10010 | 111100 | 0 | 1010000 | 100011010 | 101011 | 1110 |
Color Harmonies of #291432
Complementary color
Monochromatic Colors of #291432
Black with #291432
Text Example
Text Example
White with #291432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291432; }
p { color: rgb(41,20,50); }
H1.HeaderClassName
{
color: #291432;
}
.AnyTagClassName
{
color: #291432;
}
</style>
background-color css
<style>
a { background-color: #291432; }
a { background-color: rgb(41,20,50); }
div.DivClassName
{
background-color: #291432;
}
.BgClassName
{
background-color: #291432;
}
</style>
border-color css
<style>
span { border-color: #291432; }
span { border-color: rgb(41,20,50); }
td.TdClassName
{
border-color: #291432;
}
.TagClassName
{
border-color: #291432;
}
</style>