Shades of Blackcurrant #2E163F
Tints of Blackcurrant #2E163F
RGB
CMYK
RGB Variations
Color information
#2E163F (or 0x2E163F) is known color: Blackcurrant. HEX triplet: 2E, 16 and 3F. RGB value is (46,22,63). Sum of RGB (Red+Green+Blue) = 46+22+63=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E163F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E163F is #D1E9C0. Grayscale: #212121. Windows color (decimal): -13756865 or 4134446. OLE color: 4134446.
HSL color Cylindrical-coordinate representation of color #2E163F: hue angle of 275.12º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E163F is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 22 | 63 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.75 |
| HSL | 275.12º | 0.48% | 0.17% | - |
| HSV(B) | 275.12º | 0.65% | 0.25% | - |
| XYZ | 2.31 | 1.51 | 4.87 | - |
| YUV | 33.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 63 | 0.27 | 0.65 | 0 | 0.75 | 275.12 | 0.48 | 0.17 |
| Hex | 2E | 16 | 3F | 1B | 41 | 0 | 4B | 113 | 30 | 11 |
| Octal | 56 | 26 | 77 | 33 | 101 | 0 | 113 | 423 | 60 | 21 |
| Binary | 101110 | 10110 | 111111 | 11011 | 1000001 | 0 | 1001011 | 100010011 | 110000 | 10001 |
Color Harmonies of #2E163F
Complementary color
Monochromatic Colors of #2E163F
Black with #2E163F
Text Example
Text Example
White with #2E163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E163F; }
p { color: rgb(46,22,63); }
H1.HeaderClassName
{
color: #2E163F;
}
.AnyTagClassName
{
color: #2E163F;
}
</style>
background-color css
<style>
a { background-color: #2E163F; }
a { background-color: rgb(46,22,63); }
div.DivClassName
{
background-color: #2E163F;
}
.BgClassName
{
background-color: #2E163F;
}
</style>
border-color css
<style>
span { border-color: #2E163F; }
span { border-color: rgb(46,22,63); }
td.TdClassName
{
border-color: #2E163F;
}
.TagClassName
{
border-color: #2E163F;
}
</style>