Shades of Blackcurrant #2E004D
Tints of Blackcurrant #2E004D
RGB
CMYK
RGB Variations
Color information
#2E004D (or 0x2E004D) is known color: Blackcurrant. HEX triplet: 2E, 00 and 4D. RGB value is (46,0,77). Sum of RGB (Red+Green+Blue) = 46+0+77=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E004D is #D1FFB2. Grayscale: #161616. Windows color (decimal): -13762483 or 5046318. OLE color: 5046318.
HSL color Cylindrical-coordinate representation of color #2E004D: hue angle of 275.84º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E004D is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 0 | 77 | - |
| CMYK | 0.40 | 1 | 0 | 0.70 |
| HSL | 275.84º | 1% | 0.15% | - |
| HSV(B) | 275.84º | 1% | 0.3% | - |
| XYZ | 2.47 | 1.12 | 7.11 | - |
| YUV | 22.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 77 | 0.40 | 1 | 0 | 0.70 | 275.84 | 1 | 0.15 |
| Hex | 2E | 0 | 4D | 28 | 64 | 0 | 46 | 114 | 64 | F |
| Octal | 56 | 0 | 115 | 50 | 144 | 0 | 106 | 424 | 144 | 17 |
| Binary | 101110 | 0 | 1001101 | 101000 | 1100100 | 0 | 1000110 | 100010100 | 1100100 | 1111 |
Color Harmonies of #2E004D
Complementary color
Monochromatic Colors of #2E004D
Black with #2E004D
Text Example
Text Example
White with #2E004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E004D; }
p { color: rgb(46,0,77); }
H1.HeaderClassName
{
color: #2E004D;
}
.AnyTagClassName
{
color: #2E004D;
}
</style>
background-color css
<style>
a { background-color: #2E004D; }
a { background-color: rgb(46,0,77); }
div.DivClassName
{
background-color: #2E004D;
}
.BgClassName
{
background-color: #2E004D;
}
</style>
border-color css
<style>
span { border-color: #2E004D; }
span { border-color: rgb(46,0,77); }
td.TdClassName
{
border-color: #2E004D;
}
.TagClassName
{
border-color: #2E004D;
}
</style>