Shades of Blackcurrant #2C292F
Tints of Blackcurrant #2C292F
RGB
CMYK
RGB Variations
Color information
#2C292F (or 0x2C292F) is known color: Blackcurrant. HEX triplet: 2C, 29 and 2F. RGB value is (44,41,47). Sum of RGB (Red+Green+Blue) = 44+41+47=132 (17% of max value = 765). Red value is 44 (17.58% from 255 or 33.33% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: blue. Hex color #2C292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C292F is #D3D6D0. Grayscale: #2A2A2A. Windows color (decimal): -13883089 or 3090732. OLE color: 3090732.
HSL color Cylindrical-coordinate representation of color #2C292F: hue angle of 270º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2C292F is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 41 | 47 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.82 |
| HSL | 270º | 0.07% | 0.17% | - |
| HSV(B) | 270º | 0.13% | 0.18% | - |
| XYZ | 2.34 | 2.33 | 3.01 | - |
| YUV | 42.58 | 130.49 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 41 | 47 | 0.06 | 0.13 | 0 | 0.82 | 270 | 0.07 | 0.17 |
| Hex | 2C | 29 | 2F | 6 | D | 0 | 52 | 10E | 7 | 11 |
| Octal | 54 | 51 | 57 | 6 | 15 | 0 | 122 | 416 | 7 | 21 |
| Binary | 101100 | 101001 | 101111 | 110 | 1101 | 0 | 1010010 | 100001110 | 111 | 10001 |
Color Harmonies of #2C292F
Complementary color
Monochromatic Colors of #2C292F
Black with #2C292F
Text Example
Text Example
White with #2C292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C292F; }
p { color: rgb(44,41,47); }
H1.HeaderClassName
{
color: #2C292F;
}
.AnyTagClassName
{
color: #2C292F;
}
</style>
background-color css
<style>
a { background-color: #2C292F; }
a { background-color: rgb(44,41,47); }
div.DivClassName
{
background-color: #2C292F;
}
.BgClassName
{
background-color: #2C292F;
}
</style>
border-color css
<style>
span { border-color: #2C292F; }
span { border-color: rgb(44,41,47); }
td.TdClassName
{
border-color: #2C292F;
}
.TagClassName
{
border-color: #2C292F;
}
</style>