Shades of Blackcurrant #2E2834
Tints of Blackcurrant #2E2834
RGB
CMYK
RGB Variations
Color information
#2E2834 (or 0x2E2834) is known color: Blackcurrant. HEX triplet: 2E, 28 and 34. RGB value is (46,40,52). Sum of RGB (Red+Green+Blue) = 46+40+52=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E2834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2834 is #D1D7CB. Grayscale: #2B2B2B. Windows color (decimal): -13752268 or 3418158. OLE color: 3418158.
HSL color Cylindrical-coordinate representation of color #2E2834: hue angle of 270º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E2834 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 40 | 52 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.80 |
| HSL | 270º | 0.13% | 0.18% | - |
| HSV(B) | 270º | 0.23% | 0.2% | - |
| XYZ | 2.51 | 2.35 | 3.57 | - |
| YUV | 43.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 40 | 52 | 0.12 | 0.23 | 0 | 0.80 | 270 | 0.13 | 0.18 |
| Hex | 2E | 28 | 34 | C | 17 | 0 | 50 | 10E | D | 12 |
| Octal | 56 | 50 | 64 | 14 | 27 | 0 | 120 | 416 | 15 | 22 |
| Binary | 101110 | 101000 | 110100 | 1100 | 10111 | 0 | 1010000 | 100001110 | 1101 | 10010 |
Color Harmonies of #2E2834
Complementary color
Monochromatic Colors of #2E2834
Black with #2E2834
Text Example
Text Example
White with #2E2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2834; }
p { color: rgb(46,40,52); }
H1.HeaderClassName
{
color: #2E2834;
}
.AnyTagClassName
{
color: #2E2834;
}
</style>
background-color css
<style>
a { background-color: #2E2834; }
a { background-color: rgb(46,40,52); }
div.DivClassName
{
background-color: #2E2834;
}
.BgClassName
{
background-color: #2E2834;
}
</style>
border-color css
<style>
span { border-color: #2E2834; }
span { border-color: rgb(46,40,52); }
td.TdClassName
{
border-color: #2E2834;
}
.TagClassName
{
border-color: #2E2834;
}
</style>