Shades of Blackcurrant #2E0B49
Tints of Blackcurrant #2E0B49
RGB
CMYK
RGB Variations
Color information
#2E0B49 (or 0x2E0B49) is known color: Blackcurrant. HEX triplet: 2E, 0B and 49. RGB value is (46,11,73). Sum of RGB (Red+Green+Blue) = 46+11+73=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E0B49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B49 is #D1F4B6. Grayscale: #1C1C1C. Windows color (decimal): -13759671 or 4786990. OLE color: 4786990.
HSL color Cylindrical-coordinate representation of color #2E0B49: hue angle of 273.87º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E0B49 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 11 | 73 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.71 |
| HSL | 273.87º | 0.74% | 0.16% | - |
| HSV(B) | 273.87º | 0.85% | 0.29% | - |
| XYZ | 2.45 | 1.3 | 6.43 | - |
| YUV | 28.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 73 | 0.37 | 0.85 | 0 | 0.71 | 273.87 | 0.74 | 0.16 |
| Hex | 2E | B | 49 | 25 | 55 | 0 | 47 | 112 | 4A | 10 |
| Octal | 56 | 13 | 111 | 45 | 125 | 0 | 107 | 422 | 112 | 20 |
| Binary | 101110 | 1011 | 1001001 | 100101 | 1010101 | 0 | 1000111 | 100010010 | 1001010 | 10000 |
Color Harmonies of #2E0B49
Complementary color
Monochromatic Colors of #2E0B49
Black with #2E0B49
Text Example
Text Example
White with #2E0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B49; }
p { color: rgb(46,11,73); }
H1.HeaderClassName
{
color: #2E0B49;
}
.AnyTagClassName
{
color: #2E0B49;
}
</style>
background-color css
<style>
a { background-color: #2E0B49; }
a { background-color: rgb(46,11,73); }
div.DivClassName
{
background-color: #2E0B49;
}
.BgClassName
{
background-color: #2E0B49;
}
</style>
border-color css
<style>
span { border-color: #2E0B49; }
span { border-color: rgb(46,11,73); }
td.TdClassName
{
border-color: #2E0B49;
}
.TagClassName
{
border-color: #2E0B49;
}
</style>