Shades of Blackcurrant #2E2332
Tints of Blackcurrant #2E2332
RGB
CMYK
RGB Variations
Color information
#2E2332 (or 0x2E2332) is known color: Blackcurrant. HEX triplet: 2E, 23 and 32. RGB value is (46,35,50). Sum of RGB (Red+Green+Blue) = 46+35+50=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2332 is #D1DCCD. Grayscale: #272727. Windows color (decimal): -13753550 or 3285806. OLE color: 3285806.
HSL color Cylindrical-coordinate representation of color #2E2332: hue angle of 284º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2332 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 35 | 50 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.80 |
| HSL | 284º | 0.18% | 0.17% | - |
| HSV(B) | 284º | 0.3% | 0.2% | - |
| XYZ | 2.3 | 2.01 | 3.28 | - |
| YUV | 40 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 50 | 0.08 | 0.30 | 0 | 0.80 | 284 | 0.18 | 0.17 |
| Hex | 2E | 23 | 32 | 8 | 1E | 0 | 50 | 11C | 12 | 11 |
| Octal | 56 | 43 | 62 | 10 | 36 | 0 | 120 | 434 | 22 | 21 |
| Binary | 101110 | 100011 | 110010 | 1000 | 11110 | 0 | 1010000 | 100011100 | 10010 | 10001 |
Color Harmonies of #2E2332
Complementary color
Monochromatic Colors of #2E2332
Black with #2E2332
Text Example
Text Example
White with #2E2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2332; }
p { color: rgb(46,35,50); }
H1.HeaderClassName
{
color: #2E2332;
}
.AnyTagClassName
{
color: #2E2332;
}
</style>
background-color css
<style>
a { background-color: #2E2332; }
a { background-color: rgb(46,35,50); }
div.DivClassName
{
background-color: #2E2332;
}
.BgClassName
{
background-color: #2E2332;
}
</style>
border-color css
<style>
span { border-color: #2E2332; }
span { border-color: rgb(46,35,50); }
td.TdClassName
{
border-color: #2E2332;
}
.TagClassName
{
border-color: #2E2332;
}
</style>