Shades of Blackcurrant #2E1747
Tints of Blackcurrant #2E1747
RGB
CMYK
RGB Variations
Color information
#2E1747 (or 0x2E1747) is known color: Blackcurrant. HEX triplet: 2E, 17 and 47. RGB value is (46,23,71). Sum of RGB (Red+Green+Blue) = 46+23+71=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E1747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1747 is #D1E8B8. Grayscale: #232323. Windows color (decimal): -13756601 or 4658990. OLE color: 4658990.
HSL color Cylindrical-coordinate representation of color #2E1747: hue angle of 268.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E1747 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 23 | 71 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.72 |
| HSL | 268.75º | 0.51% | 0.18% | - |
| HSV(B) | 268.75º | 0.68% | 0.28% | - |
| XYZ | 2.57 | 1.65 | 6.14 | - |
| YUV | 35.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 71 | 0.35 | 0.68 | 0 | 0.72 | 268.75 | 0.51 | 0.18 |
| Hex | 2E | 17 | 47 | 23 | 44 | 0 | 48 | 10D | 33 | 12 |
| Octal | 56 | 27 | 107 | 43 | 104 | 0 | 110 | 415 | 63 | 22 |
| Binary | 101110 | 10111 | 1000111 | 100011 | 1000100 | 0 | 1001000 | 100001101 | 110011 | 10010 |
Color Harmonies of #2E1747
Complementary color
Monochromatic Colors of #2E1747
Black with #2E1747
Text Example
Text Example
White with #2E1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1747; }
p { color: rgb(46,23,71); }
H1.HeaderClassName
{
color: #2E1747;
}
.AnyTagClassName
{
color: #2E1747;
}
</style>
background-color css
<style>
a { background-color: #2E1747; }
a { background-color: rgb(46,23,71); }
div.DivClassName
{
background-color: #2E1747;
}
.BgClassName
{
background-color: #2E1747;
}
</style>
border-color css
<style>
span { border-color: #2E1747; }
span { border-color: rgb(46,23,71); }
td.TdClassName
{
border-color: #2E1747;
}
.TagClassName
{
border-color: #2E1747;
}
</style>