Shades of Blackcurrant #2E1647
Tints of Blackcurrant #2E1647
RGB
CMYK
RGB Variations
Color information
#2E1647 (or 0x2E1647) is known color: Blackcurrant. HEX triplet: 2E, 16 and 47. RGB value is (46,22,71). Sum of RGB (Red+Green+Blue) = 46+22+71=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 71 (28.12% from 255 or 51.08% from 139); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E1647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1647 is #D1E9B8. Grayscale: #222222. Windows color (decimal): -13756857 or 4658734. OLE color: 4658734.
HSL color Cylindrical-coordinate representation of color #2E1647: hue angle of 269.39º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E1647 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 22 | 71 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.72 |
| HSL | 269.39º | 0.53% | 0.18% | - |
| HSV(B) | 269.39º | 0.69% | 0.28% | - |
| XYZ | 2.55 | 1.61 | 6.14 | - |
| YUV | 34.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 71 | 0.35 | 0.69 | 0 | 0.72 | 269.39 | 0.53 | 0.18 |
| Hex | 2E | 16 | 47 | 23 | 45 | 0 | 48 | 10D | 35 | 12 |
| Octal | 56 | 26 | 107 | 43 | 105 | 0 | 110 | 415 | 65 | 22 |
| Binary | 101110 | 10110 | 1000111 | 100011 | 1000101 | 0 | 1001000 | 100001101 | 110101 | 10010 |
Color Harmonies of #2E1647
Complementary color
Monochromatic Colors of #2E1647
Black with #2E1647
Text Example
Text Example
White with #2E1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1647; }
p { color: rgb(46,22,71); }
H1.HeaderClassName
{
color: #2E1647;
}
.AnyTagClassName
{
color: #2E1647;
}
</style>
background-color css
<style>
a { background-color: #2E1647; }
a { background-color: rgb(46,22,71); }
div.DivClassName
{
background-color: #2E1647;
}
.BgClassName
{
background-color: #2E1647;
}
</style>
border-color css
<style>
span { border-color: #2E1647; }
span { border-color: rgb(46,22,71); }
td.TdClassName
{
border-color: #2E1647;
}
.TagClassName
{
border-color: #2E1647;
}
</style>