Shades of Blackcurrant #2E1449
Tints of Blackcurrant #2E1449
RGB
CMYK
RGB Variations
Color information
#2E1449 (or 0x2E1449) is known color: Blackcurrant. HEX triplet: 2E, 14 and 49. RGB value is (46,20,73). Sum of RGB (Red+Green+Blue) = 46+20+73=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E1449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1449 is #D1EBB6. Grayscale: #212121. Windows color (decimal): -13757367 or 4789294. OLE color: 4789294.
HSL color Cylindrical-coordinate representation of color #2E1449: hue angle of 269.43º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1449 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 20 | 73 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.71 |
| HSL | 269.43º | 0.57% | 0.18% | - |
| HSV(B) | 269.43º | 0.73% | 0.29% | - |
| XYZ | 2.58 | 1.56 | 6.47 | - |
| YUV | 33.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 73 | 0.37 | 0.73 | 0 | 0.71 | 269.43 | 0.57 | 0.18 |
| Hex | 2E | 14 | 49 | 25 | 49 | 0 | 47 | 10D | 39 | 12 |
| Octal | 56 | 24 | 111 | 45 | 111 | 0 | 107 | 415 | 71 | 22 |
| Binary | 101110 | 10100 | 1001001 | 100101 | 1001001 | 0 | 1000111 | 100001101 | 111001 | 10010 |
Color Harmonies of #2E1449
Complementary color
Monochromatic Colors of #2E1449
Black with #2E1449
Text Example
Text Example
White with #2E1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1449; }
p { color: rgb(46,20,73); }
H1.HeaderClassName
{
color: #2E1449;
}
.AnyTagClassName
{
color: #2E1449;
}
</style>
background-color css
<style>
a { background-color: #2E1449; }
a { background-color: rgb(46,20,73); }
div.DivClassName
{
background-color: #2E1449;
}
.BgClassName
{
background-color: #2E1449;
}
</style>
border-color css
<style>
span { border-color: #2E1449; }
span { border-color: rgb(46,20,73); }
td.TdClassName
{
border-color: #2E1449;
}
.TagClassName
{
border-color: #2E1449;
}
</style>