Shades of Blackcurrant #2E1648
Tints of Blackcurrant #2E1648
RGB
CMYK
RGB Variations
Color information
#2E1648 (or 0x2E1648) is known color: Blackcurrant. HEX triplet: 2E, 16 and 48. RGB value is (46,22,72). Sum of RGB (Red+Green+Blue) = 46+22+72=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E1648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1648 is #D1E9B7. Grayscale: #222222. Windows color (decimal): -13756856 or 4724270. OLE color: 4724270.
HSL color Cylindrical-coordinate representation of color #2E1648: hue angle of 268.8º 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 #2E1648 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 22 | 72 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.72 |
| HSL | 268.8º | 0.53% | 0.18% | - |
| HSV(B) | 268.8º | 0.69% | 0.28% | - |
| XYZ | 2.58 | 1.62 | 6.31 | - |
| YUV | 34.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 72 | 0.36 | 0.69 | 0 | 0.72 | 268.8 | 0.53 | 0.18 |
| Hex | 2E | 16 | 48 | 24 | 45 | 0 | 48 | 10D | 35 | 12 |
| Octal | 56 | 26 | 110 | 44 | 105 | 0 | 110 | 415 | 65 | 22 |
| Binary | 101110 | 10110 | 1001000 | 100100 | 1000101 | 0 | 1001000 | 100001101 | 110101 | 10010 |
Color Harmonies of #2E1648
Complementary color
Monochromatic Colors of #2E1648
Black with #2E1648
Text Example
Text Example
White with #2E1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1648; }
p { color: rgb(46,22,72); }
H1.HeaderClassName
{
color: #2E1648;
}
.AnyTagClassName
{
color: #2E1648;
}
</style>
background-color css
<style>
a { background-color: #2E1648; }
a { background-color: rgb(46,22,72); }
div.DivClassName
{
background-color: #2E1648;
}
.BgClassName
{
background-color: #2E1648;
}
</style>
border-color css
<style>
span { border-color: #2E1648; }
span { border-color: rgb(46,22,72); }
td.TdClassName
{
border-color: #2E1648;
}
.TagClassName
{
border-color: #2E1648;
}
</style>