Shades of Blackcurrant #290C2E
Tints of Blackcurrant #290C2E
RGB
CMYK
RGB Variations
Color information
#290C2E (or 0x290C2E) is known color: Blackcurrant. HEX triplet: 29, 0C and 2E. RGB value is (41,12,46). Sum of RGB (Red+Green+Blue) = 41+12+46=99 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41.41% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 46 (18.36% from 255 or 46.46% from 99); Max value from RGB is 46 - color contains mainly: blue. Hex color #290C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C2E is #D6F3D1. Grayscale: #181818. Windows color (decimal): -14087122 or 3017769. OLE color: 3017769.
HSL color Cylindrical-coordinate representation of color #290C2E: hue angle of 291.18º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #290C2E is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 12 | 46 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.82 |
| HSL | 291.18º | 0.59% | 0.11% | - |
| HSV(B) | 291.18º | 0.74% | 0.18% | - |
| XYZ | 1.54 | 0.93 | 2.68 | - |
| YUV | 24.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 46 | 0.11 | 0.74 | 0 | 0.82 | 291.18 | 0.59 | 0.11 |
| Hex | 29 | C | 2E | B | 4A | 0 | 52 | 123 | 3B | B |
| Octal | 51 | 14 | 56 | 13 | 112 | 0 | 122 | 443 | 73 | 13 |
| Binary | 101001 | 1100 | 101110 | 1011 | 1001010 | 0 | 1010010 | 100100011 | 111011 | 1011 |
Color Harmonies of #290C2E
Complementary color
Monochromatic Colors of #290C2E
Black with #290C2E
Text Example
Text Example
White with #290C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290C2E; }
p { color: rgb(41,12,46); }
H1.HeaderClassName
{
color: #290C2E;
}
.AnyTagClassName
{
color: #290C2E;
}
</style>
background-color css
<style>
a { background-color: #290C2E; }
a { background-color: rgb(41,12,46); }
div.DivClassName
{
background-color: #290C2E;
}
.BgClassName
{
background-color: #290C2E;
}
</style>
border-color css
<style>
span { border-color: #290C2E; }
span { border-color: rgb(41,12,46); }
td.TdClassName
{
border-color: #290C2E;
}
.TagClassName
{
border-color: #290C2E;
}
</style>