Shades of Blackcurrant #290C31
Tints of Blackcurrant #290C31
RGB
CMYK
RGB Variations
Color information
#290C31 (or 0x290C31) is known color: Blackcurrant. HEX triplet: 29, 0C and 31. RGB value is (41,12,49). Sum of RGB (Red+Green+Blue) = 41+12+49=102 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.20% from 102); Green value is 12 (5.08% from 255 or 11.76% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #290C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C31 is #D6F3CE. Grayscale: #181818. Windows color (decimal): -14087119 or 3214377. OLE color: 3214377.
HSL color Cylindrical-coordinate representation of color #290C31: hue angle of 287.03º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290C31 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 12 | 49 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.81 |
| HSL | 287.03º | 0.61% | 0.12% | - |
| HSV(B) | 287.03º | 0.76% | 0.19% | - |
| XYZ | 1.6 | 0.96 | 3.01 | - |
| YUV | 24.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 49 | 0.16 | 0.76 | 0 | 0.81 | 287.03 | 0.61 | 0.12 |
| Hex | 29 | C | 31 | 10 | 4C | 0 | 51 | 11F | 3D | C |
| Octal | 51 | 14 | 61 | 20 | 114 | 0 | 121 | 437 | 75 | 14 |
| Binary | 101001 | 1100 | 110001 | 10000 | 1001100 | 0 | 1010001 | 100011111 | 111101 | 1100 |
Color Harmonies of #290C31
Complementary color
Monochromatic Colors of #290C31
Black with #290C31
Text Example
Text Example
White with #290C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C31; }
p { color: rgb(41,12,49); }
H1.HeaderClassName
{
color: #290C31;
}
.AnyTagClassName
{
color: #290C31;
}
</style>
background-color css
<style>
a { background-color: #290C31; }
a { background-color: rgb(41,12,49); }
div.DivClassName
{
background-color: #290C31;
}
.BgClassName
{
background-color: #290C31;
}
</style>
border-color css
<style>
span { border-color: #290C31; }
span { border-color: rgb(41,12,49); }
td.TdClassName
{
border-color: #290C31;
}
.TagClassName
{
border-color: #290C31;
}
</style>