Shades of Blackcurrant #2E2734
Tints of Blackcurrant #2E2734
RGB
CMYK
RGB Variations
Color information
#2E2734 (or 0x2E2734) is known color: Blackcurrant. HEX triplet: 2E, 27 and 34. RGB value is (46,39,52). Sum of RGB (Red+Green+Blue) = 46+39+52=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 52 (20.70% from 255 or 37.96% from 137); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E2734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2734 is #D1D8CB. Grayscale: #2A2A2A. Windows color (decimal): -13752524 or 3417902. OLE color: 3417902.
HSL color Cylindrical-coordinate representation of color #2E2734: hue angle of 272.31º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E2734 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 39 | 52 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.80 |
| HSL | 272.31º | 0.14% | 0.18% | - |
| HSV(B) | 272.31º | 0.25% | 0.2% | - |
| XYZ | 2.47 | 2.28 | 3.56 | - |
| YUV | 42.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 52 | 0.12 | 0.25 | 0 | 0.80 | 272.31 | 0.14 | 0.18 |
| Hex | 2E | 27 | 34 | C | 19 | 0 | 50 | 110 | E | 12 |
| Octal | 56 | 47 | 64 | 14 | 31 | 0 | 120 | 420 | 16 | 22 |
| Binary | 101110 | 100111 | 110100 | 1100 | 11001 | 0 | 1010000 | 100010000 | 1110 | 10010 |
Color Harmonies of #2E2734
Complementary color
Monochromatic Colors of #2E2734
Black with #2E2734
Text Example
Text Example
White with #2E2734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2734; }
p { color: rgb(46,39,52); }
H1.HeaderClassName
{
color: #2E2734;
}
.AnyTagClassName
{
color: #2E2734;
}
</style>
background-color css
<style>
a { background-color: #2E2734; }
a { background-color: rgb(46,39,52); }
div.DivClassName
{
background-color: #2E2734;
}
.BgClassName
{
background-color: #2E2734;
}
</style>
border-color css
<style>
span { border-color: #2E2734; }
span { border-color: rgb(46,39,52); }
td.TdClassName
{
border-color: #2E2734;
}
.TagClassName
{
border-color: #2E2734;
}
</style>