Shades of Blackcurrant #2E1347
Tints of Blackcurrant #2E1347
RGB
CMYK
RGB Variations
Color information
#2E1347 (or 0x2E1347) is known color: Blackcurrant. HEX triplet: 2E, 13 and 47. RGB value is (46,19,71). Sum of RGB (Red+Green+Blue) = 46+19+71=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E1347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1347 is #D1ECB8. Grayscale: #202020. Windows color (decimal): -13757625 or 4657966. OLE color: 4657966.
HSL color Cylindrical-coordinate representation of color #2E1347: hue angle of 271.15º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E1347 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 19 | 71 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.72 |
| HSL | 271.15º | 0.58% | 0.18% | - |
| HSV(B) | 271.15º | 0.73% | 0.28% | - |
| XYZ | 2.5 | 1.5 | 6.12 | - |
| YUV | 33 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 71 | 0.35 | 0.73 | 0 | 0.72 | 271.15 | 0.58 | 0.18 |
| Hex | 2E | 13 | 47 | 23 | 49 | 0 | 48 | 10F | 3A | 12 |
| Octal | 56 | 23 | 107 | 43 | 111 | 0 | 110 | 417 | 72 | 22 |
| Binary | 101110 | 10011 | 1000111 | 100011 | 1001001 | 0 | 1001000 | 100001111 | 111010 | 10010 |
Color Harmonies of #2E1347
Complementary color
Monochromatic Colors of #2E1347
Black with #2E1347
Text Example
Text Example
White with #2E1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1347; }
p { color: rgb(46,19,71); }
H1.HeaderClassName
{
color: #2E1347;
}
.AnyTagClassName
{
color: #2E1347;
}
</style>
background-color css
<style>
a { background-color: #2E1347; }
a { background-color: rgb(46,19,71); }
div.DivClassName
{
background-color: #2E1347;
}
.BgClassName
{
background-color: #2E1347;
}
</style>
border-color css
<style>
span { border-color: #2E1347; }
span { border-color: rgb(46,19,71); }
td.TdClassName
{
border-color: #2E1347;
}
.TagClassName
{
border-color: #2E1347;
}
</style>