Shades of Blackcurrant #2C262E
Tints of Blackcurrant #2C262E
RGB
CMYK
RGB Variations
Color information
#2C262E (or 0x2C262E) is known color: Blackcurrant. HEX triplet: 2C, 26 and 2E. RGB value is (44,38,46). Sum of RGB (Red+Green+Blue) = 44+38+46=128 (16% of max value = 765). Red value is 44 (17.58% from 255 or 34.38% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #2C262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C262E is #D3D9D1. Grayscale: #282828. Windows color (decimal): -13883858 or 3024428. OLE color: 3024428.
HSL color Cylindrical-coordinate representation of color #2C262E: hue angle of 285º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2C262E is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 44 | 38 | 46 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.82 |
| HSL | 285º | 0.1% | 0.16% | - |
| HSV(B) | 285º | 0.17% | 0.18% | - |
| XYZ | 2.22 | 2.12 | 2.88 | - |
| YUV | 40.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 46 | 0.04 | 0.17 | 0 | 0.82 | 285 | 0.1 | 0.16 |
| Hex | 2C | 26 | 2E | 4 | 11 | 0 | 52 | 11D | A | 10 |
| Octal | 54 | 46 | 56 | 4 | 21 | 0 | 122 | 435 | 12 | 20 |
| Binary | 101100 | 100110 | 101110 | 100 | 10001 | 0 | 1010010 | 100011101 | 1010 | 10000 |
Color Harmonies of #2C262E
Complementary color
Monochromatic Colors of #2C262E
Black with #2C262E
Text Example
Text Example
White with #2C262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C262E; }
p { color: rgb(44,38,46); }
H1.HeaderClassName
{
color: #2C262E;
}
.AnyTagClassName
{
color: #2C262E;
}
</style>
background-color css
<style>
a { background-color: #2C262E; }
a { background-color: rgb(44,38,46); }
div.DivClassName
{
background-color: #2C262E;
}
.BgClassName
{
background-color: #2C262E;
}
</style>
border-color css
<style>
span { border-color: #2C262E; }
span { border-color: rgb(44,38,46); }
td.TdClassName
{
border-color: #2C262E;
}
.TagClassName
{
border-color: #2C262E;
}
</style>