Shades of Blackcurrant #2E0D46
Tints of Blackcurrant #2E0D46
RGB
CMYK
RGB Variations
Color information
#2E0D46 (or 0x2E0D46) is known color: Blackcurrant. HEX triplet: 2E, 0D and 46. RGB value is (46,13,70). Sum of RGB (Red+Green+Blue) = 46+13+70=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E0D46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D46 is #D1F2B9. Grayscale: #1D1D1D. Windows color (decimal): -13759162 or 4590894. OLE color: 4590894.
HSL color Cylindrical-coordinate representation of color #2E0D46: hue angle of 274.74º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E0D46 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 13 | 70 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.73 |
| HSL | 274.74º | 0.69% | 0.16% | - |
| HSV(B) | 274.74º | 0.81% | 0.27% | - |
| XYZ | 2.38 | 1.31 | 5.92 | - |
| YUV | 29.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 70 | 0.34 | 0.81 | 0 | 0.73 | 274.74 | 0.69 | 0.16 |
| Hex | 2E | D | 46 | 22 | 51 | 0 | 49 | 113 | 45 | 10 |
| Octal | 56 | 15 | 106 | 42 | 121 | 0 | 111 | 423 | 105 | 20 |
| Binary | 101110 | 1101 | 1000110 | 100010 | 1010001 | 0 | 1001001 | 100010011 | 1000101 | 10000 |
Color Harmonies of #2E0D46
Complementary color
Monochromatic Colors of #2E0D46
Black with #2E0D46
Text Example
Text Example
White with #2E0D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D46; }
p { color: rgb(46,13,70); }
H1.HeaderClassName
{
color: #2E0D46;
}
.AnyTagClassName
{
color: #2E0D46;
}
</style>
background-color css
<style>
a { background-color: #2E0D46; }
a { background-color: rgb(46,13,70); }
div.DivClassName
{
background-color: #2E0D46;
}
.BgClassName
{
background-color: #2E0D46;
}
</style>
border-color css
<style>
span { border-color: #2E0D46; }
span { border-color: rgb(46,13,70); }
td.TdClassName
{
border-color: #2E0D46;
}
.TagClassName
{
border-color: #2E0D46;
}
</style>