Shades of Blackcurrant #290732
Tints of Blackcurrant #290732
RGB
CMYK
RGB Variations
Color information
#290732 (or 0x290732) is known color: Blackcurrant. HEX triplet: 29, 07 and 32. RGB value is (41,7,50). Sum of RGB (Red+Green+Blue) = 41+7+50=98 (12% of max value = 765). Red value is 41 (16.41% from 255 or 41.84% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #290732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290732 is #D6F8CD. Grayscale: #151515. Windows color (decimal): -14088398 or 3278633. OLE color: 3278633.
HSL color Cylindrical-coordinate representation of color #290732: hue angle of 287.44º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #290732 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 7 | 50 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.80 |
| HSL | 287.44º | 0.75% | 0.11% | - |
| HSV(B) | 287.44º | 0.86% | 0.2% | - |
| XYZ | 1.57 | 0.85 | 3.1 | - |
| YUV | 22.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 50 | 0.18 | 0.86 | 0 | 0.80 | 287.44 | 0.75 | 0.11 |
| Hex | 29 | 7 | 32 | 12 | 56 | 0 | 50 | 11F | 4B | B |
| Octal | 51 | 7 | 62 | 22 | 126 | 0 | 120 | 437 | 113 | 13 |
| Binary | 101001 | 111 | 110010 | 10010 | 1010110 | 0 | 1010000 | 100011111 | 1001011 | 1011 |
Color Harmonies of #290732
Complementary color
Monochromatic Colors of #290732
Black with #290732
Text Example
Text Example
White with #290732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290732; }
p { color: rgb(41,7,50); }
H1.HeaderClassName
{
color: #290732;
}
.AnyTagClassName
{
color: #290732;
}
</style>
background-color css
<style>
a { background-color: #290732; }
a { background-color: rgb(41,7,50); }
div.DivClassName
{
background-color: #290732;
}
.BgClassName
{
background-color: #290732;
}
</style>
border-color css
<style>
span { border-color: #290732; }
span { border-color: rgb(41,7,50); }
td.TdClassName
{
border-color: #290732;
}
.TagClassName
{
border-color: #290732;
}
</style>