Shades of Blackcurrant #2E193D
Tints of Blackcurrant #2E193D
RGB
CMYK
RGB Variations
Color information
#2E193D (or 0x2E193D) is known color: Blackcurrant. HEX triplet: 2E, 19 and 3D. RGB value is (46,25,61). Sum of RGB (Red+Green+Blue) = 46+25+61=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E193D is #D1E6C2. Grayscale: #232323. Windows color (decimal): -13756099 or 4004142. OLE color: 4004142.
HSL color Cylindrical-coordinate representation of color #2E193D: hue angle of 275º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E193D is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 25 | 61 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.76 |
| HSL | 275º | 0.42% | 0.17% | - |
| HSV(B) | 275º | 0.59% | 0.24% | - |
| XYZ | 2.32 | 1.61 | 4.6 | - |
| YUV | 35.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 61 | 0.25 | 0.59 | 0 | 0.76 | 275 | 0.42 | 0.17 |
| Hex | 2E | 19 | 3D | 19 | 3B | 0 | 4C | 113 | 2A | 11 |
| Octal | 56 | 31 | 75 | 31 | 73 | 0 | 114 | 423 | 52 | 21 |
| Binary | 101110 | 11001 | 111101 | 11001 | 111011 | 0 | 1001100 | 100010011 | 101010 | 10001 |
Color Harmonies of #2E193D
Complementary color
Monochromatic Colors of #2E193D
Black with #2E193D
Text Example
Text Example
White with #2E193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E193D; }
p { color: rgb(46,25,61); }
H1.HeaderClassName
{
color: #2E193D;
}
.AnyTagClassName
{
color: #2E193D;
}
</style>
background-color css
<style>
a { background-color: #2E193D; }
a { background-color: rgb(46,25,61); }
div.DivClassName
{
background-color: #2E193D;
}
.BgClassName
{
background-color: #2E193D;
}
</style>
border-color css
<style>
span { border-color: #2E193D; }
span { border-color: rgb(46,25,61); }
td.TdClassName
{
border-color: #2E193D;
}
.TagClassName
{
border-color: #2E193D;
}
</style>