Shades of Blackcurrant #2E1238
Tints of Blackcurrant #2E1238
RGB
CMYK
RGB Variations
Color information
#2E1238 (or 0x2E1238) is known color: Blackcurrant. HEX triplet: 2E, 12 and 38. RGB value is (46,18,56). Sum of RGB (Red+Green+Blue) = 46+18+56=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E1238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1238 is #D1EDC7. Grayscale: #1E1E1E. Windows color (decimal): -13757896 or 3674670. OLE color: 3674670.
HSL color Cylindrical-coordinate representation of color #2E1238: hue angle of 284.21º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E1238 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 18 | 56 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.78 |
| HSL | 284.21º | 0.51% | 0.15% | - |
| HSV(B) | 284.21º | 0.68% | 0.22% | - |
| XYZ | 2.06 | 1.3 | 3.88 | - |
| YUV | 30.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 56 | 0.18 | 0.68 | 0 | 0.78 | 284.21 | 0.51 | 0.15 |
| Hex | 2E | 12 | 38 | 12 | 44 | 0 | 4E | 11C | 33 | F |
| Octal | 56 | 22 | 70 | 22 | 104 | 0 | 116 | 434 | 63 | 17 |
| Binary | 101110 | 10010 | 111000 | 10010 | 1000100 | 0 | 1001110 | 100011100 | 110011 | 1111 |
Color Harmonies of #2E1238
Complementary color
Monochromatic Colors of #2E1238
Black with #2E1238
Text Example
Text Example
White with #2E1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1238; }
p { color: rgb(46,18,56); }
H1.HeaderClassName
{
color: #2E1238;
}
.AnyTagClassName
{
color: #2E1238;
}
</style>
background-color css
<style>
a { background-color: #2E1238; }
a { background-color: rgb(46,18,56); }
div.DivClassName
{
background-color: #2E1238;
}
.BgClassName
{
background-color: #2E1238;
}
</style>
border-color css
<style>
span { border-color: #2E1238; }
span { border-color: rgb(46,18,56); }
td.TdClassName
{
border-color: #2E1238;
}
.TagClassName
{
border-color: #2E1238;
}
</style>