Shades of Blackcurrant #2E1337
Tints of Blackcurrant #2E1337
RGB
CMYK
RGB Variations
Color information
#2E1337 (or 0x2E1337) is known color: Blackcurrant. HEX triplet: 2E, 13 and 37. RGB value is (46,19,55). Sum of RGB (Red+Green+Blue) = 46+19+55=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1337 is #D1ECC8. Grayscale: #1F1F1F. Windows color (decimal): -13757641 or 3609390. OLE color: 3609390.
HSL color Cylindrical-coordinate representation of color #2E1337: hue angle of 285º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E1337 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 19 | 55 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.78 |
| HSL | 285º | 0.49% | 0.15% | - |
| HSV(B) | 285º | 0.65% | 0.22% | - |
| XYZ | 2.05 | 1.32 | 3.76 | - |
| YUV | 31.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 55 | 0.16 | 0.65 | 0 | 0.78 | 285 | 0.49 | 0.15 |
| Hex | 2E | 13 | 37 | 10 | 41 | 0 | 4E | 11D | 31 | F |
| Octal | 56 | 23 | 67 | 20 | 101 | 0 | 116 | 435 | 61 | 17 |
| Binary | 101110 | 10011 | 110111 | 10000 | 1000001 | 0 | 1001110 | 100011101 | 110001 | 1111 |
Color Harmonies of #2E1337
Complementary color
Monochromatic Colors of #2E1337
Black with #2E1337
Text Example
Text Example
White with #2E1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1337; }
p { color: rgb(46,19,55); }
H1.HeaderClassName
{
color: #2E1337;
}
.AnyTagClassName
{
color: #2E1337;
}
</style>
background-color css
<style>
a { background-color: #2E1337; }
a { background-color: rgb(46,19,55); }
div.DivClassName
{
background-color: #2E1337;
}
.BgClassName
{
background-color: #2E1337;
}
</style>
border-color css
<style>
span { border-color: #2E1337; }
span { border-color: rgb(46,19,55); }
td.TdClassName
{
border-color: #2E1337;
}
.TagClassName
{
border-color: #2E1337;
}
</style>