Shades of Blackcurrant #2E173A
Tints of Blackcurrant #2E173A
RGB
CMYK
RGB Variations
Color information
#2E173A (or 0x2E173A) is known color: Blackcurrant. HEX triplet: 2E, 17 and 3A. RGB value is (46,23,58). Sum of RGB (Red+Green+Blue) = 46+23+58=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E173A is #D1E8C5. Grayscale: #212121. Windows color (decimal): -13756614 or 3807022. OLE color: 3807022.
HSL color Cylindrical-coordinate representation of color #2E173A: hue angle of 279.43º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E173A is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 23 | 58 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.77 |
| HSL | 279.43º | 0.43% | 0.16% | - |
| HSV(B) | 279.43º | 0.6% | 0.23% | - |
| XYZ | 2.2 | 1.5 | 4.18 | - |
| YUV | 33.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 58 | 0.21 | 0.60 | 0 | 0.77 | 279.43 | 0.43 | 0.16 |
| Hex | 2E | 17 | 3A | 15 | 3C | 0 | 4D | 117 | 2B | 10 |
| Octal | 56 | 27 | 72 | 25 | 74 | 0 | 115 | 427 | 53 | 20 |
| Binary | 101110 | 10111 | 111010 | 10101 | 111100 | 0 | 1001101 | 100010111 | 101011 | 10000 |
Color Harmonies of #2E173A
Complementary color
Monochromatic Colors of #2E173A
Black with #2E173A
Text Example
Text Example
White with #2E173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E173A; }
p { color: rgb(46,23,58); }
H1.HeaderClassName
{
color: #2E173A;
}
.AnyTagClassName
{
color: #2E173A;
}
</style>
background-color css
<style>
a { background-color: #2E173A; }
a { background-color: rgb(46,23,58); }
div.DivClassName
{
background-color: #2E173A;
}
.BgClassName
{
background-color: #2E173A;
}
</style>
border-color css
<style>
span { border-color: #2E173A; }
span { border-color: rgb(46,23,58); }
td.TdClassName
{
border-color: #2E173A;
}
.TagClassName
{
border-color: #2E173A;
}
</style>