Shades of Blackcurrant #2E173D
Tints of Blackcurrant #2E173D
RGB
CMYK
RGB Variations
Color information
#2E173D (or 0x2E173D) is known color: Blackcurrant. HEX triplet: 2E, 17 and 3D. RGB value is (46,23,61). Sum of RGB (Red+Green+Blue) = 46+23+61=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E173D is #D1E8C2. Grayscale: #222222. Windows color (decimal): -13756611 or 4003630. OLE color: 4003630.
HSL color Cylindrical-coordinate representation of color #2E173D: hue angle of 276.32º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E173D is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 23 | 61 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.76 |
| HSL | 276.32º | 0.45% | 0.16% | - |
| HSV(B) | 276.32º | 0.62% | 0.24% | - |
| XYZ | 2.28 | 1.53 | 4.59 | - |
| YUV | 34.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 61 | 0.25 | 0.62 | 0 | 0.76 | 276.32 | 0.45 | 0.16 |
| Hex | 2E | 17 | 3D | 19 | 3E | 0 | 4C | 114 | 2D | 10 |
| Octal | 56 | 27 | 75 | 31 | 76 | 0 | 114 | 424 | 55 | 20 |
| Binary | 101110 | 10111 | 111101 | 11001 | 111110 | 0 | 1001100 | 100010100 | 101101 | 10000 |
Color Harmonies of #2E173D
Complementary color
Monochromatic Colors of #2E173D
Black with #2E173D
Text Example
Text Example
White with #2E173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E173D; }
p { color: rgb(46,23,61); }
H1.HeaderClassName
{
color: #2E173D;
}
.AnyTagClassName
{
color: #2E173D;
}
</style>
background-color css
<style>
a { background-color: #2E173D; }
a { background-color: rgb(46,23,61); }
div.DivClassName
{
background-color: #2E173D;
}
.BgClassName
{
background-color: #2E173D;
}
</style>
border-color css
<style>
span { border-color: #2E173D; }
span { border-color: rgb(46,23,61); }
td.TdClassName
{
border-color: #2E173D;
}
.TagClassName
{
border-color: #2E173D;
}
</style>