Shades of Blackcurrant #2E143A
Tints of Blackcurrant #2E143A
RGB
CMYK
RGB Variations
Color information
#2E143A (or 0x2E143A) is known color: Blackcurrant. HEX triplet: 2E, 14 and 3A. RGB value is (46,20,58). Sum of RGB (Red+Green+Blue) = 46+20+58=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E143A is #D1EBC5. Grayscale: #1F1F1F. Windows color (decimal): -13757382 or 3806254. OLE color: 3806254.
HSL color Cylindrical-coordinate representation of color #2E143A: hue angle of 281.05º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E143A is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 20 | 58 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.77 |
| HSL | 281.05º | 0.49% | 0.15% | - |
| HSV(B) | 281.05º | 0.66% | 0.23% | - |
| XYZ | 2.14 | 1.39 | 4.16 | - |
| YUV | 32.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 58 | 0.21 | 0.66 | 0 | 0.77 | 281.05 | 0.49 | 0.15 |
| Hex | 2E | 14 | 3A | 15 | 42 | 0 | 4D | 119 | 31 | F |
| Octal | 56 | 24 | 72 | 25 | 102 | 0 | 115 | 431 | 61 | 17 |
| Binary | 101110 | 10100 | 111010 | 10101 | 1000010 | 0 | 1001101 | 100011001 | 110001 | 1111 |
Color Harmonies of #2E143A
Complementary color
Monochromatic Colors of #2E143A
Black with #2E143A
Text Example
Text Example
White with #2E143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E143A; }
p { color: rgb(46,20,58); }
H1.HeaderClassName
{
color: #2E143A;
}
.AnyTagClassName
{
color: #2E143A;
}
</style>
background-color css
<style>
a { background-color: #2E143A; }
a { background-color: rgb(46,20,58); }
div.DivClassName
{
background-color: #2E143A;
}
.BgClassName
{
background-color: #2E143A;
}
</style>
border-color css
<style>
span { border-color: #2E143A; }
span { border-color: rgb(46,20,58); }
td.TdClassName
{
border-color: #2E143A;
}
.TagClassName
{
border-color: #2E143A;
}
</style>