Shades of Blackcurrant #290C35
Tints of Blackcurrant #290C35
RGB
CMYK
RGB Variations
Color information
#290C35 (or 0x290C35) is known color: Blackcurrant. HEX triplet: 29, 0C and 35. RGB value is (41,12,53). Sum of RGB (Red+Green+Blue) = 41+12+53=106 (14% of max value = 765). Red value is 41 (16.41% from 255 or 38.68% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #290C35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C35 is #D6F3CA. Grayscale: #191919. Windows color (decimal): -14087115 or 3476521. OLE color: 3476521.
HSL color Cylindrical-coordinate representation of color #290C35: hue angle of 282.44º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #290C35 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 12 | 53 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.79 |
| HSL | 282.44º | 0.63% | 0.13% | - |
| HSV(B) | 282.44º | 0.77% | 0.21% | - |
| XYZ | 1.69 | 0.99 | 3.47 | - |
| YUV | 25.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 53 | 0.23 | 0.77 | 0 | 0.79 | 282.44 | 0.63 | 0.13 |
| Hex | 29 | C | 35 | 17 | 4D | 0 | 4F | 11A | 3F | D |
| Octal | 51 | 14 | 65 | 27 | 115 | 0 | 117 | 432 | 77 | 15 |
| Binary | 101001 | 1100 | 110101 | 10111 | 1001101 | 0 | 1001111 | 100011010 | 111111 | 1101 |
Color Harmonies of #290C35
Complementary color
Monochromatic Colors of #290C35
Black with #290C35
Text Example
Text Example
White with #290C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C35; }
p { color: rgb(41,12,53); }
H1.HeaderClassName
{
color: #290C35;
}
.AnyTagClassName
{
color: #290C35;
}
</style>
background-color css
<style>
a { background-color: #290C35; }
a { background-color: rgb(41,12,53); }
div.DivClassName
{
background-color: #290C35;
}
.BgClassName
{
background-color: #290C35;
}
</style>
border-color css
<style>
span { border-color: #290C35; }
span { border-color: rgb(41,12,53); }
td.TdClassName
{
border-color: #290C35;
}
.TagClassName
{
border-color: #290C35;
}
</style>