Shades of Blackcurrant #2E1B38
Tints of Blackcurrant #2E1B38
RGB
CMYK
RGB Variations
Color information
#2E1B38 (or 0x2E1B38) is known color: Blackcurrant. HEX triplet: 2E, 1B and 38. RGB value is (46,27,56). Sum of RGB (Red+Green+Blue) = 46+27+56=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E1B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B38 is #D1E4C7. Grayscale: #232323. Windows color (decimal): -13755592 or 3676974. OLE color: 3676974.
HSL color Cylindrical-coordinate representation of color #2E1B38: hue angle of 279.31º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1B38 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 27 | 56 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.78 |
| HSL | 279.31º | 0.35% | 0.16% | - |
| HSV(B) | 279.31º | 0.52% | 0.22% | - |
| XYZ | 2.23 | 1.65 | 3.94 | - |
| YUV | 35.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 56 | 0.18 | 0.52 | 0 | 0.78 | 279.31 | 0.35 | 0.16 |
| Hex | 2E | 1B | 38 | 12 | 34 | 0 | 4E | 117 | 23 | 10 |
| Octal | 56 | 33 | 70 | 22 | 64 | 0 | 116 | 427 | 43 | 20 |
| Binary | 101110 | 11011 | 111000 | 10010 | 110100 | 0 | 1001110 | 100010111 | 100011 | 10000 |
Color Harmonies of #2E1B38
Complementary color
Monochromatic Colors of #2E1B38
Black with #2E1B38
Text Example
Text Example
White with #2E1B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B38; }
p { color: rgb(46,27,56); }
H1.HeaderClassName
{
color: #2E1B38;
}
.AnyTagClassName
{
color: #2E1B38;
}
</style>
background-color css
<style>
a { background-color: #2E1B38; }
a { background-color: rgb(46,27,56); }
div.DivClassName
{
background-color: #2E1B38;
}
.BgClassName
{
background-color: #2E1B38;
}
</style>
border-color css
<style>
span { border-color: #2E1B38; }
span { border-color: rgb(46,27,56); }
td.TdClassName
{
border-color: #2E1B38;
}
.TagClassName
{
border-color: #2E1B38;
}
</style>