Shades of Blackcurrant #2E163C
Tints of Blackcurrant #2E163C
RGB
CMYK
RGB Variations
Color information
#2E163C (or 0x2E163C) is known color: Blackcurrant. HEX triplet: 2E, 16 and 3C. RGB value is (46,22,60). Sum of RGB (Red+Green+Blue) = 46+22+60=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E163C is #D1E9C3. Grayscale: #212121. Windows color (decimal): -13756868 or 3937838. OLE color: 3937838.
HSL color Cylindrical-coordinate representation of color #2E163C: hue angle of 277.89º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E163C is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 22 | 60 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.76 |
| HSL | 277.89º | 0.46% | 0.16% | - |
| HSV(B) | 277.89º | 0.63% | 0.24% | - |
| XYZ | 2.23 | 1.48 | 4.44 | - |
| YUV | 33.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 60 | 0.23 | 0.63 | 0 | 0.76 | 277.89 | 0.46 | 0.16 |
| Hex | 2E | 16 | 3C | 17 | 3F | 0 | 4C | 116 | 2E | 10 |
| Octal | 56 | 26 | 74 | 27 | 77 | 0 | 114 | 426 | 56 | 20 |
| Binary | 101110 | 10110 | 111100 | 10111 | 111111 | 0 | 1001100 | 100010110 | 101110 | 10000 |
Color Harmonies of #2E163C
Complementary color
Monochromatic Colors of #2E163C
Black with #2E163C
Text Example
Text Example
White with #2E163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E163C; }
p { color: rgb(46,22,60); }
H1.HeaderClassName
{
color: #2E163C;
}
.AnyTagClassName
{
color: #2E163C;
}
</style>
background-color css
<style>
a { background-color: #2E163C; }
a { background-color: rgb(46,22,60); }
div.DivClassName
{
background-color: #2E163C;
}
.BgClassName
{
background-color: #2E163C;
}
</style>
border-color css
<style>
span { border-color: #2E163C; }
span { border-color: rgb(46,22,60); }
td.TdClassName
{
border-color: #2E163C;
}
.TagClassName
{
border-color: #2E163C;
}
</style>