Shades of Blackcurrant #2E0844
Tints of Blackcurrant #2E0844
RGB
CMYK
RGB Variations
Color information
#2E0844 (or 0x2E0844) is known color: Blackcurrant. HEX triplet: 2E, 08 and 44. RGB value is (46,8,68). Sum of RGB (Red+Green+Blue) = 46+8+68=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 68 (26.95% from 255 or 55.74% from 122); Max value from RGB is 68 - color contains mainly: blue. Hex color #2E0844 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0844 is #D1F7BB. Grayscale: #1A1A1A. Windows color (decimal): -13760444 or 4458542. OLE color: 4458542.
HSL color Cylindrical-coordinate representation of color #2E0844: hue angle of 278º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0844 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 8 | 68 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.73 |
| HSL | 278º | 0.79% | 0.15% | - |
| HSV(B) | 278º | 0.88% | 0.27% | - |
| XYZ | 2.26 | 1.17 | 5.58 | - |
| YUV | 26.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 68 | 0.32 | 0.88 | 0 | 0.73 | 278 | 0.79 | 0.15 |
| Hex | 2E | 8 | 44 | 20 | 58 | 0 | 49 | 116 | 4F | F |
| Octal | 56 | 10 | 104 | 40 | 130 | 0 | 111 | 426 | 117 | 17 |
| Binary | 101110 | 1000 | 1000100 | 100000 | 1011000 | 0 | 1001001 | 100010110 | 1001111 | 1111 |
Color Harmonies of #2E0844
Complementary color
Monochromatic Colors of #2E0844
Black with #2E0844
Text Example
Text Example
White with #2E0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0844; }
p { color: rgb(46,8,68); }
H1.HeaderClassName
{
color: #2E0844;
}
.AnyTagClassName
{
color: #2E0844;
}
</style>
background-color css
<style>
a { background-color: #2E0844; }
a { background-color: rgb(46,8,68); }
div.DivClassName
{
background-color: #2E0844;
}
.BgClassName
{
background-color: #2E0844;
}
</style>
border-color css
<style>
span { border-color: #2E0844; }
span { border-color: rgb(46,8,68); }
td.TdClassName
{
border-color: #2E0844;
}
.TagClassName
{
border-color: #2E0844;
}
</style>