Shades of Blackcurrant #2E143D
Tints of Blackcurrant #2E143D
RGB
CMYK
RGB Variations
Color information
#2E143D (or 0x2E143D) is known color: Blackcurrant. HEX triplet: 2E, 14 and 3D. RGB value is (46,20,61). Sum of RGB (Red+Green+Blue) = 46+20+61=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E143D is #D1EBC2. Grayscale: #202020. Windows color (decimal): -13757379 or 4002862. OLE color: 4002862.
HSL color Cylindrical-coordinate representation of color #2E143D: hue angle of 278.05º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E143D is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 20 | 61 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.76 |
| HSL | 278.05º | 0.51% | 0.16% | - |
| HSV(B) | 278.05º | 0.67% | 0.24% | - |
| XYZ | 2.22 | 1.42 | 4.57 | - |
| YUV | 32.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 61 | 0.25 | 0.67 | 0 | 0.76 | 278.05 | 0.51 | 0.16 |
| Hex | 2E | 14 | 3D | 19 | 43 | 0 | 4C | 116 | 33 | 10 |
| Octal | 56 | 24 | 75 | 31 | 103 | 0 | 114 | 426 | 63 | 20 |
| Binary | 101110 | 10100 | 111101 | 11001 | 1000011 | 0 | 1001100 | 100010110 | 110011 | 10000 |
Color Harmonies of #2E143D
Complementary color
Monochromatic Colors of #2E143D
Black with #2E143D
Text Example
Text Example
White with #2E143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E143D; }
p { color: rgb(46,20,61); }
H1.HeaderClassName
{
color: #2E143D;
}
.AnyTagClassName
{
color: #2E143D;
}
</style>
background-color css
<style>
a { background-color: #2E143D; }
a { background-color: rgb(46,20,61); }
div.DivClassName
{
background-color: #2E143D;
}
.BgClassName
{
background-color: #2E143D;
}
</style>
border-color css
<style>
span { border-color: #2E143D; }
span { border-color: rgb(46,20,61); }
td.TdClassName
{
border-color: #2E143D;
}
.TagClassName
{
border-color: #2E143D;
}
</style>