Shades of Blackcurrant #2E2632
Tints of Blackcurrant #2E2632
RGB
CMYK
RGB Variations
Color information
#2E2632 (or 0x2E2632) is known color: Blackcurrant. HEX triplet: 2E, 26 and 32. RGB value is (46,38,50). Sum of RGB (Red+Green+Blue) = 46+38+50=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2632 is #D1D9CD. Grayscale: #292929. Windows color (decimal): -13752782 or 3286574. OLE color: 3286574.
HSL color Cylindrical-coordinate representation of color #2E2632: hue angle of 280º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2E2632 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 38 | 50 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.80 |
| HSL | 280º | 0.14% | 0.17% | - |
| HSV(B) | 280º | 0.24% | 0.2% | - |
| XYZ | 2.4 | 2.2 | 3.32 | - |
| YUV | 41.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 50 | 0.08 | 0.24 | 0 | 0.80 | 280 | 0.14 | 0.17 |
| Hex | 2E | 26 | 32 | 8 | 18 | 0 | 50 | 118 | E | 11 |
| Octal | 56 | 46 | 62 | 10 | 30 | 0 | 120 | 430 | 16 | 21 |
| Binary | 101110 | 100110 | 110010 | 1000 | 11000 | 0 | 1010000 | 100011000 | 1110 | 10001 |
Color Harmonies of #2E2632
Complementary color
Monochromatic Colors of #2E2632
Black with #2E2632
Text Example
Text Example
White with #2E2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2632; }
p { color: rgb(46,38,50); }
H1.HeaderClassName
{
color: #2E2632;
}
.AnyTagClassName
{
color: #2E2632;
}
</style>
background-color css
<style>
a { background-color: #2E2632; }
a { background-color: rgb(46,38,50); }
div.DivClassName
{
background-color: #2E2632;
}
.BgClassName
{
background-color: #2E2632;
}
</style>
border-color css
<style>
span { border-color: #2E2632; }
span { border-color: rgb(46,38,50); }
td.TdClassName
{
border-color: #2E2632;
}
.TagClassName
{
border-color: #2E2632;
}
</style>