Shades of Blackcurrant #2E2133
Tints of Blackcurrant #2E2133
RGB
CMYK
RGB Variations
Color information
#2E2133 (or 0x2E2133) is known color: Blackcurrant. HEX triplet: 2E, 21 and 33. RGB value is (46,33,51). Sum of RGB (Red+Green+Blue) = 46+33+51=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E2133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2133 is #D1DECC. Grayscale: #262626. Windows color (decimal): -13754061 or 3350830. OLE color: 3350830.
HSL color Cylindrical-coordinate representation of color #2E2133: hue angle of 283.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E2133 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 33 | 51 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.8 |
| HSL | 283.33º | 0.21% | 0.16% | - |
| HSV(B) | 283.33º | 0.35% | 0.2% | - |
| XYZ | 2.27 | 1.91 | 3.38 | - |
| YUV | 38.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 51 | 0.10 | 0.35 | 0 | 0.8 | 283.33 | 0.21 | 0.16 |
| Hex | 2E | 21 | 33 | A | 23 | 0 | 50 | 11B | 15 | 10 |
| Octal | 56 | 41 | 63 | 12 | 43 | 0 | 120 | 433 | 25 | 20 |
| Binary | 101110 | 100001 | 110011 | 1010 | 100011 | 0 | 1010000 | 100011011 | 10101 | 10000 |
Color Harmonies of #2E2133
Complementary color
Monochromatic Colors of #2E2133
Black with #2E2133
Text Example
Text Example
White with #2E2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2133; }
p { color: rgb(46,33,51); }
H1.HeaderClassName
{
color: #2E2133;
}
.AnyTagClassName
{
color: #2E2133;
}
</style>
background-color css
<style>
a { background-color: #2E2133; }
a { background-color: rgb(46,33,51); }
div.DivClassName
{
background-color: #2E2133;
}
.BgClassName
{
background-color: #2E2133;
}
</style>
border-color css
<style>
span { border-color: #2E2133; }
span { border-color: rgb(46,33,51); }
td.TdClassName
{
border-color: #2E2133;
}
.TagClassName
{
border-color: #2E2133;
}
</style>