Shades of Blackcurrant #2E1B3F
Tints of Blackcurrant #2E1B3F
RGB
CMYK
RGB Variations
Color information
#2E1B3F (or 0x2E1B3F) is known color: Blackcurrant. HEX triplet: 2E, 1B and 3F. RGB value is (46,27,63). Sum of RGB (Red+Green+Blue) = 46+27+63=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 63 (25% from 255 or 46.32% from 136); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E1B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B3F is #D1E4C0. Grayscale: #242424. Windows color (decimal): -13755585 or 4135726. OLE color: 4135726.
HSL color Cylindrical-coordinate representation of color #2E1B3F: hue angle of 271.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E1B3F is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 27 | 63 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.75 |
| HSL | 271.67º | 0.4% | 0.18% | - |
| HSV(B) | 271.67º | 0.57% | 0.25% | - |
| XYZ | 2.42 | 1.72 | 4.91 | - |
| YUV | 36.79 | 142.79 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 63 | 0.27 | 0.57 | 0 | 0.75 | 271.67 | 0.4 | 0.18 |
| Hex | 2E | 1B | 3F | 1B | 39 | 0 | 4B | 110 | 28 | 12 |
| Octal | 56 | 33 | 77 | 33 | 71 | 0 | 113 | 420 | 50 | 22 |
| Binary | 101110 | 11011 | 111111 | 11011 | 111001 | 0 | 1001011 | 100010000 | 101000 | 10010 |
Color Harmonies of #2E1B3F
Complementary color
Monochromatic Colors of #2E1B3F
Black with #2E1B3F
Text Example
Text Example
White with #2E1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B3F; }
p { color: rgb(46,27,63); }
H1.HeaderClassName
{
color: #2E1B3F;
}
.AnyTagClassName
{
color: #2E1B3F;
}
</style>
background-color css
<style>
a { background-color: #2E1B3F; }
a { background-color: rgb(46,27,63); }
div.DivClassName
{
background-color: #2E1B3F;
}
.BgClassName
{
background-color: #2E1B3F;
}
</style>
border-color css
<style>
span { border-color: #2E1B3F; }
span { border-color: rgb(46,27,63); }
td.TdClassName
{
border-color: #2E1B3F;
}
.TagClassName
{
border-color: #2E1B3F;
}
</style>