Shades of Blackcurrant #290C38
Tints of Blackcurrant #290C38
RGB
CMYK
RGB Variations
Color information
#290C38 (or 0x290C38) is known color: Blackcurrant. HEX triplet: 29, 0C and 38. RGB value is (41,12,56). Sum of RGB (Red+Green+Blue) = 41+12+56=109 (14% of max value = 765). Red value is 41 (16.41% from 255 or 37.61% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #290C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C38 is #D6F3C7. Grayscale: #191919. Windows color (decimal): -14087112 or 3673129. OLE color: 3673129.
HSL color Cylindrical-coordinate representation of color #290C38: hue angle of 279.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #290C38 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 12 | 56 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.78 |
| HSL | 279.55º | 0.65% | 0.13% | - |
| HSV(B) | 279.55º | 0.79% | 0.22% | - |
| XYZ | 1.76 | 1.02 | 3.85 | - |
| YUV | 25.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 56 | 0.27 | 0.79 | 0 | 0.78 | 279.55 | 0.65 | 0.13 |
| Hex | 29 | C | 38 | 1B | 4F | 0 | 4E | 118 | 41 | D |
| Octal | 51 | 14 | 70 | 33 | 117 | 0 | 116 | 430 | 101 | 15 |
| Binary | 101001 | 1100 | 111000 | 11011 | 1001111 | 0 | 1001110 | 100011000 | 1000001 | 1101 |
Color Harmonies of #290C38
Complementary color
Monochromatic Colors of #290C38
Black with #290C38
Text Example
Text Example
White with #290C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C38; }
p { color: rgb(41,12,56); }
H1.HeaderClassName
{
color: #290C38;
}
.AnyTagClassName
{
color: #290C38;
}
</style>
background-color css
<style>
a { background-color: #290C38; }
a { background-color: rgb(41,12,56); }
div.DivClassName
{
background-color: #290C38;
}
.BgClassName
{
background-color: #290C38;
}
</style>
border-color css
<style>
span { border-color: #290C38; }
span { border-color: rgb(41,12,56); }
td.TdClassName
{
border-color: #290C38;
}
.TagClassName
{
border-color: #290C38;
}
</style>