Shades of Blackcurrant #2E1C3D
Tints of Blackcurrant #2E1C3D
RGB
CMYK
RGB Variations
Color information
#2E1C3D (or 0x2E1C3D) is known color: Blackcurrant. HEX triplet: 2E, 1C and 3D. RGB value is (46,28,61). Sum of RGB (Red+Green+Blue) = 46+28+61=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E1C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1C3D is #D1E3C2. Grayscale: #252525. Windows color (decimal): -13755331 or 4004910. OLE color: 4004910.
HSL color Cylindrical-coordinate representation of color #2E1C3D: hue angle of 272.73º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1C3D is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 28 | 61 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.76 |
| HSL | 272.73º | 0.37% | 0.17% | - |
| HSV(B) | 272.73º | 0.54% | 0.24% | - |
| XYZ | 2.38 | 1.75 | 4.63 | - |
| YUV | 37.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 28 | 61 | 0.25 | 0.54 | 0 | 0.76 | 272.73 | 0.37 | 0.17 |
| Hex | 2E | 1C | 3D | 19 | 36 | 0 | 4C | 111 | 25 | 11 |
| Octal | 56 | 34 | 75 | 31 | 66 | 0 | 114 | 421 | 45 | 21 |
| Binary | 101110 | 11100 | 111101 | 11001 | 110110 | 0 | 1001100 | 100010001 | 100101 | 10001 |
Color Harmonies of #2E1C3D
Complementary color
Monochromatic Colors of #2E1C3D
Black with #2E1C3D
Text Example
Text Example
White with #2E1C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1C3D; }
p { color: rgb(46,28,61); }
H1.HeaderClassName
{
color: #2E1C3D;
}
.AnyTagClassName
{
color: #2E1C3D;
}
</style>
background-color css
<style>
a { background-color: #2E1C3D; }
a { background-color: rgb(46,28,61); }
div.DivClassName
{
background-color: #2E1C3D;
}
.BgClassName
{
background-color: #2E1C3D;
}
</style>
border-color css
<style>
span { border-color: #2E1C3D; }
span { border-color: rgb(46,28,61); }
td.TdClassName
{
border-color: #2E1C3D;
}
.TagClassName
{
border-color: #2E1C3D;
}
</style>