Shades of Blackcurrant #2E0040
Tints of Blackcurrant #2E0040
RGB
CMYK
RGB Variations
Color information
#2E0040 (or 0x2E0040) is known color: Blackcurrant. HEX triplet: 2E, 00 and 40. RGB value is (46,0,64). Sum of RGB (Red+Green+Blue) = 46+0+64=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E0040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0040 is #D1FFBF. Grayscale: #141414. Windows color (decimal): -13762496 or 4194350. OLE color: 4194350.
HSL color Cylindrical-coordinate representation of color #2E0040: hue angle of 283.12º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0040 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 0 | 64 | - |
| CMYK | 0.28 | 1 | 0 | 0.75 |
| HSL | 283.13º | 1% | 0.13% | - |
| HSV(B) | 283.13º | 1% | 0.25% | - |
| XYZ | 2.05 | 0.95 | 4.93 | - |
| YUV | 21.05 | 152.24 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 64 | 0.28 | 1 | 0 | 0.75 | 283.13 | 1 | 0.13 |
| Hex | 2E | 0 | 40 | 1C | 64 | 0 | 4B | 11B | 64 | D |
| Octal | 56 | 0 | 100 | 34 | 144 | 0 | 113 | 433 | 144 | 15 |
| Binary | 101110 | 0 | 1000000 | 11100 | 1100100 | 0 | 1001011 | 100011011 | 1100100 | 1101 |
Color Harmonies of #2E0040
Complementary color
Monochromatic Colors of #2E0040
Black with #2E0040
Text Example
Text Example
White with #2E0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0040; }
p { color: rgb(46,0,64); }
H1.HeaderClassName
{
color: #2E0040;
}
.AnyTagClassName
{
color: #2E0040;
}
</style>
background-color css
<style>
a { background-color: #2E0040; }
a { background-color: rgb(46,0,64); }
div.DivClassName
{
background-color: #2E0040;
}
.BgClassName
{
background-color: #2E0040;
}
</style>
border-color css
<style>
span { border-color: #2E0040; }
span { border-color: rgb(46,0,64); }
td.TdClassName
{
border-color: #2E0040;
}
.TagClassName
{
border-color: #2E0040;
}
</style>