Shades of Blackcurrant #2E1140
Tints of Blackcurrant #2E1140
RGB
CMYK
RGB Variations
Color information
#2E1140 (or 0x2E1140) is known color: Blackcurrant. HEX triplet: 2E, 11 and 40. RGB value is (46,17,64). Sum of RGB (Red+Green+Blue) = 46+17+64=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E1140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1140 is #D1EEBF. Grayscale: #1E1E1E. Windows color (decimal): -13758144 or 4198702. OLE color: 4198702.
HSL color Cylindrical-coordinate representation of color #2E1140: hue angle of 277.02º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1140 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 17 | 64 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.75 |
| HSL | 277.02º | 0.58% | 0.16% | - |
| HSV(B) | 277.02º | 0.73% | 0.25% | - |
| XYZ | 2.25 | 1.35 | 4.99 | - |
| YUV | 31.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 64 | 0.28 | 0.73 | 0 | 0.75 | 277.02 | 0.58 | 0.16 |
| Hex | 2E | 11 | 40 | 1C | 49 | 0 | 4B | 115 | 3A | 10 |
| Octal | 56 | 21 | 100 | 34 | 111 | 0 | 113 | 425 | 72 | 20 |
| Binary | 101110 | 10001 | 1000000 | 11100 | 1001001 | 0 | 1001011 | 100010101 | 111010 | 10000 |
Color Harmonies of #2E1140
Complementary color
Monochromatic Colors of #2E1140
Black with #2E1140
Text Example
Text Example
White with #2E1140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1140; }
p { color: rgb(46,17,64); }
H1.HeaderClassName
{
color: #2E1140;
}
.AnyTagClassName
{
color: #2E1140;
}
</style>
background-color css
<style>
a { background-color: #2E1140; }
a { background-color: rgb(46,17,64); }
div.DivClassName
{
background-color: #2E1140;
}
.BgClassName
{
background-color: #2E1140;
}
</style>
border-color css
<style>
span { border-color: #2E1140; }
span { border-color: rgb(46,17,64); }
td.TdClassName
{
border-color: #2E1140;
}
.TagClassName
{
border-color: #2E1140;
}
</style>