Shades of Blackcurrant #2C292E
Tints of Blackcurrant #2C292E
RGB
CMYK
RGB Variations
Color information
#2C292E (or 0x2C292E) is known color: Blackcurrant. HEX triplet: 2C, 29 and 2E. RGB value is (44,41,46). Sum of RGB (Red+Green+Blue) = 44+41+46=131 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.59% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C292E is #D3D6D1. Grayscale: #2A2A2A. Windows color (decimal): -13883090 or 3025196. OLE color: 3025196.
HSL color Cylindrical-coordinate representation of color #2C292E: hue angle of 276º degrees, saturation: 0.06, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2C292E is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 41 | 46 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.82 |
| HSL | 276º | 0.06% | 0.17% | - |
| HSV(B) | 276º | 0.11% | 0.18% | - |
| XYZ | 2.32 | 2.32 | 2.91 | - |
| YUV | 42.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 46 | 0.04 | 0.11 | 0 | 0.82 | 276 | 0.06 | 0.17 |
| Hex | 2C | 29 | 2E | 4 | B | 0 | 52 | 114 | 6 | 11 |
| Octal | 54 | 51 | 56 | 4 | 13 | 0 | 122 | 424 | 6 | 21 |
| Binary | 101100 | 101001 | 101110 | 100 | 1011 | 0 | 1010010 | 100010100 | 110 | 10001 |
Color Harmonies of #2C292E
Complementary color
Monochromatic Colors of #2C292E
Black with #2C292E
Text Example
Text Example
White with #2C292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C292E; }
p { color: rgb(44,41,46); }
H1.HeaderClassName
{
color: #2C292E;
}
.AnyTagClassName
{
color: #2C292E;
}
</style>
background-color css
<style>
a { background-color: #2C292E; }
a { background-color: rgb(44,41,46); }
div.DivClassName
{
background-color: #2C292E;
}
.BgClassName
{
background-color: #2C292E;
}
</style>
border-color css
<style>
span { border-color: #2C292E; }
span { border-color: rgb(44,41,46); }
td.TdClassName
{
border-color: #2C292E;
}
.TagClassName
{
border-color: #2C292E;
}
</style>