Shades of Blackcurrant #2E2334
Tints of Blackcurrant #2E2334
RGB
CMYK
RGB Variations
Color information
#2E2334 (or 0x2E2334) is known color: Blackcurrant. HEX triplet: 2E, 23 and 34. RGB value is (46,35,52). Sum of RGB (Red+Green+Blue) = 46+35+52=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2334 is #D1DCCB. Grayscale: #282828. Windows color (decimal): -13753548 or 3416878. OLE color: 3416878.
HSL color Cylindrical-coordinate representation of color #2E2334: hue angle of 278.82º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E2334 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 35 | 52 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.80 |
| HSL | 278.82º | 0.2% | 0.17% | - |
| HSV(B) | 278.82º | 0.33% | 0.2% | - |
| XYZ | 2.35 | 2.03 | 3.52 | - |
| YUV | 40.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 52 | 0.12 | 0.33 | 0 | 0.80 | 278.82 | 0.2 | 0.17 |
| Hex | 2E | 23 | 34 | C | 21 | 0 | 50 | 117 | 14 | 11 |
| Octal | 56 | 43 | 64 | 14 | 41 | 0 | 120 | 427 | 24 | 21 |
| Binary | 101110 | 100011 | 110100 | 1100 | 100001 | 0 | 1010000 | 100010111 | 10100 | 10001 |
Color Harmonies of #2E2334
Complementary color
Monochromatic Colors of #2E2334
Black with #2E2334
Text Example
Text Example
White with #2E2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2334; }
p { color: rgb(46,35,52); }
H1.HeaderClassName
{
color: #2E2334;
}
.AnyTagClassName
{
color: #2E2334;
}
</style>
background-color css
<style>
a { background-color: #2E2334; }
a { background-color: rgb(46,35,52); }
div.DivClassName
{
background-color: #2E2334;
}
.BgClassName
{
background-color: #2E2334;
}
</style>
border-color css
<style>
span { border-color: #2E2334; }
span { border-color: rgb(46,35,52); }
td.TdClassName
{
border-color: #2E2334;
}
.TagClassName
{
border-color: #2E2334;
}
</style>