Shades of Blackcurrant #2E0847
Tints of Blackcurrant #2E0847
RGB
CMYK
RGB Variations
Color information
#2E0847 (or 0x2E0847) is known color: Blackcurrant. HEX triplet: 2E, 08 and 47. RGB value is (46,8,71). Sum of RGB (Red+Green+Blue) = 46+8+71=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E0847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0847 is #D1F7B8. Grayscale: #1A1A1A. Windows color (decimal): -13760441 or 4655150. OLE color: 4655150.
HSL color Cylindrical-coordinate representation of color #2E0847: hue angle of 276.19º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0847 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 8 | 71 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.72 |
| HSL | 276.19º | 0.8% | 0.15% | - |
| HSV(B) | 276.19º | 0.89% | 0.28% | - |
| XYZ | 2.35 | 1.21 | 6.07 | - |
| YUV | 26.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 71 | 0.35 | 0.89 | 0 | 0.72 | 276.19 | 0.8 | 0.15 |
| Hex | 2E | 8 | 47 | 23 | 59 | 0 | 48 | 114 | 50 | F |
| Octal | 56 | 10 | 107 | 43 | 131 | 0 | 110 | 424 | 120 | 17 |
| Binary | 101110 | 1000 | 1000111 | 100011 | 1011001 | 0 | 1001000 | 100010100 | 1010000 | 1111 |
Color Harmonies of #2E0847
Complementary color
Monochromatic Colors of #2E0847
Black with #2E0847
Text Example
Text Example
White with #2E0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0847; }
p { color: rgb(46,8,71); }
H1.HeaderClassName
{
color: #2E0847;
}
.AnyTagClassName
{
color: #2E0847;
}
</style>
background-color css
<style>
a { background-color: #2E0847; }
a { background-color: rgb(46,8,71); }
div.DivClassName
{
background-color: #2E0847;
}
.BgClassName
{
background-color: #2E0847;
}
</style>
border-color css
<style>
span { border-color: #2E0847; }
span { border-color: rgb(46,8,71); }
td.TdClassName
{
border-color: #2E0847;
}
.TagClassName
{
border-color: #2E0847;
}
</style>