Shades of Blackcurrant #2E2137
Tints of Blackcurrant #2E2137
RGB
CMYK
RGB Variations
Color information
#2E2137 (or 0x2E2137) is known color: Blackcurrant. HEX triplet: 2E, 21 and 37. RGB value is (46,33,55). Sum of RGB (Red+Green+Blue) = 46+33+55=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E2137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2137 is #D1DEC8. Grayscale: #272727. Windows color (decimal): -13754057 or 3612974. OLE color: 3612974.
HSL color Cylindrical-coordinate representation of color #2E2137: hue angle of 275.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E2137 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 33 | 55 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.78 |
| HSL | 275.45º | 0.25% | 0.17% | - |
| HSV(B) | 275.45º | 0.4% | 0.22% | - |
| XYZ | 2.36 | 1.94 | 3.87 | - |
| YUV | 39.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 33 | 55 | 0.16 | 0.4 | 0 | 0.78 | 275.45 | 0.25 | 0.17 |
| Hex | 2E | 21 | 37 | 10 | 28 | 0 | 4E | 113 | 19 | 11 |
| Octal | 56 | 41 | 67 | 20 | 50 | 0 | 116 | 423 | 31 | 21 |
| Binary | 101110 | 100001 | 110111 | 10000 | 101000 | 0 | 1001110 | 100010011 | 11001 | 10001 |
Color Harmonies of #2E2137
Complementary color
Monochromatic Colors of #2E2137
Black with #2E2137
Text Example
Text Example
White with #2E2137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2137; }
p { color: rgb(46,33,55); }
H1.HeaderClassName
{
color: #2E2137;
}
.AnyTagClassName
{
color: #2E2137;
}
</style>
background-color css
<style>
a { background-color: #2E2137; }
a { background-color: rgb(46,33,55); }
div.DivClassName
{
background-color: #2E2137;
}
.BgClassName
{
background-color: #2E2137;
}
</style>
border-color css
<style>
span { border-color: #2E2137; }
span { border-color: rgb(46,33,55); }
td.TdClassName
{
border-color: #2E2137;
}
.TagClassName
{
border-color: #2E2137;
}
</style>