Shades of Blackcurrant #2E0739
Tints of Blackcurrant #2E0739
RGB
CMYK
RGB Variations
Color information
#2E0739 (or 0x2E0739) is known color: Blackcurrant. HEX triplet: 2E, 07 and 39. RGB value is (46,7,57). Sum of RGB (Red+Green+Blue) = 46+7+57=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E0739 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0739 is #D1F8C6. Grayscale: #181818. Windows color (decimal): -13760711 or 3737390. OLE color: 3737390.
HSL color Cylindrical-coordinate representation of color #2E0739: hue angle of 286.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0739 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 7 | 57 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.78 |
| HSL | 286.8º | 0.78% | 0.13% | - |
| HSV(B) | 286.8º | 0.88% | 0.22% | - |
| XYZ | 1.94 | 1.03 | 3.97 | - |
| YUV | 24.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 57 | 0.19 | 0.88 | 0 | 0.78 | 286.8 | 0.78 | 0.13 |
| Hex | 2E | 7 | 39 | 13 | 58 | 0 | 4E | 11F | 4E | D |
| Octal | 56 | 7 | 71 | 23 | 130 | 0 | 116 | 437 | 116 | 15 |
| Binary | 101110 | 111 | 111001 | 10011 | 1011000 | 0 | 1001110 | 100011111 | 1001110 | 1101 |
Color Harmonies of #2E0739
Complementary color
Monochromatic Colors of #2E0739
Black with #2E0739
Text Example
Text Example
White with #2E0739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0739; }
p { color: rgb(46,7,57); }
H1.HeaderClassName
{
color: #2E0739;
}
.AnyTagClassName
{
color: #2E0739;
}
</style>
background-color css
<style>
a { background-color: #2E0739; }
a { background-color: rgb(46,7,57); }
div.DivClassName
{
background-color: #2E0739;
}
.BgClassName
{
background-color: #2E0739;
}
</style>
border-color css
<style>
span { border-color: #2E0739; }
span { border-color: rgb(46,7,57); }
td.TdClassName
{
border-color: #2E0739;
}
.TagClassName
{
border-color: #2E0739;
}
</style>