Shades of Blackcurrant #2E153F
Tints of Blackcurrant #2E153F
RGB
CMYK
RGB Variations
Color information
#2E153F (or 0x2E153F) is known color: Blackcurrant. HEX triplet: 2E, 15 and 3F. RGB value is (46,21,63). Sum of RGB (Red+Green+Blue) = 46+21+63=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E153F is #D1EAC0. Grayscale: #212121. Windows color (decimal): -13757121 or 4134190. OLE color: 4134190.
HSL color Cylindrical-coordinate representation of color #2E153F: hue angle of 275.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E153F is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 21 | 63 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.75 |
| HSL | 275.71º | 0.5% | 0.16% | - |
| HSV(B) | 275.71º | 0.67% | 0.25% | - |
| XYZ | 2.29 | 1.48 | 4.87 | - |
| YUV | 33.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 63 | 0.27 | 0.67 | 0 | 0.75 | 275.71 | 0.5 | 0.16 |
| Hex | 2E | 15 | 3F | 1B | 43 | 0 | 4B | 114 | 32 | 10 |
| Octal | 56 | 25 | 77 | 33 | 103 | 0 | 113 | 424 | 62 | 20 |
| Binary | 101110 | 10101 | 111111 | 11011 | 1000011 | 0 | 1001011 | 100010100 | 110010 | 10000 |
Color Harmonies of #2E153F
Complementary color
Monochromatic Colors of #2E153F
Black with #2E153F
Text Example
Text Example
White with #2E153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E153F; }
p { color: rgb(46,21,63); }
H1.HeaderClassName
{
color: #2E153F;
}
.AnyTagClassName
{
color: #2E153F;
}
</style>
background-color css
<style>
a { background-color: #2E153F; }
a { background-color: rgb(46,21,63); }
div.DivClassName
{
background-color: #2E153F;
}
.BgClassName
{
background-color: #2E153F;
}
</style>
border-color css
<style>
span { border-color: #2E153F; }
span { border-color: rgb(46,21,63); }
td.TdClassName
{
border-color: #2E153F;
}
.TagClassName
{
border-color: #2E153F;
}
</style>