Shades of Blackcurrant #290932
Tints of Blackcurrant #290932
RGB
CMYK
RGB Variations
Color information
#290932 (or 0x290932) is known color: Blackcurrant. HEX triplet: 29, 09 and 32. RGB value is (41,9,50). Sum of RGB (Red+Green+Blue) = 41+9+50=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #290932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290932 is #D6F6CD. Grayscale: #171717. Windows color (decimal): -14087886 or 3279145. OLE color: 3279145.
HSL color Cylindrical-coordinate representation of color #290932: hue angle of 286.83º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #290932 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 9 | 50 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.80 |
| HSL | 286.83º | 0.69% | 0.12% | - |
| HSV(B) | 286.83º | 0.82% | 0.2% | - |
| XYZ | 1.59 | 0.9 | 3.11 | - |
| YUV | 23.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 9 | 50 | 0.18 | 0.82 | 0 | 0.80 | 286.83 | 0.69 | 0.12 |
| Hex | 29 | 9 | 32 | 12 | 52 | 0 | 50 | 11F | 45 | C |
| Octal | 51 | 11 | 62 | 22 | 122 | 0 | 120 | 437 | 105 | 14 |
| Binary | 101001 | 1001 | 110010 | 10010 | 1010010 | 0 | 1010000 | 100011111 | 1000101 | 1100 |
Color Harmonies of #290932
Complementary color
Monochromatic Colors of #290932
Black with #290932
Text Example
Text Example
White with #290932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290932; }
p { color: rgb(41,9,50); }
H1.HeaderClassName
{
color: #290932;
}
.AnyTagClassName
{
color: #290932;
}
</style>
background-color css
<style>
a { background-color: #290932; }
a { background-color: rgb(41,9,50); }
div.DivClassName
{
background-color: #290932;
}
.BgClassName
{
background-color: #290932;
}
</style>
border-color css
<style>
span { border-color: #290932; }
span { border-color: rgb(41,9,50); }
td.TdClassName
{
border-color: #290932;
}
.TagClassName
{
border-color: #290932;
}
</style>