Shades of Blackcurrant #2E0138
Tints of Blackcurrant #2E0138
RGB
CMYK
RGB Variations
Color information
#2E0138 (or 0x2E0138) is known color: Blackcurrant. HEX triplet: 2E, 01 and 38. RGB value is (46,1,56). Sum of RGB (Red+Green+Blue) = 46+1+56=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0138 is #D1FEC7. Grayscale: #141414. Windows color (decimal): -13762248 or 3670318. OLE color: 3670318.
HSL color Cylindrical-coordinate representation of color #2E0138: hue angle of 289.09º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0138 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 1 | 56 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.78 |
| HSL | 289.09º | 0.96% | 0.11% | - |
| HSV(B) | 289.09º | 0.98% | 0.22% | - |
| XYZ | 1.85 | 0.89 | 3.82 | - |
| YUV | 20.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 56 | 0.18 | 0.98 | 0 | 0.78 | 289.09 | 0.96 | 0.11 |
| Hex | 2E | 1 | 38 | 12 | 62 | 0 | 4E | 121 | 60 | B |
| Octal | 56 | 1 | 70 | 22 | 142 | 0 | 116 | 441 | 140 | 13 |
| Binary | 101110 | 1 | 111000 | 10010 | 1100010 | 0 | 1001110 | 100100001 | 1100000 | 1011 |
Color Harmonies of #2E0138
Complementary color
Monochromatic Colors of #2E0138
Black with #2E0138
Text Example
Text Example
White with #2E0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0138; }
p { color: rgb(46,1,56); }
H1.HeaderClassName
{
color: #2E0138;
}
.AnyTagClassName
{
color: #2E0138;
}
</style>
background-color css
<style>
a { background-color: #2E0138; }
a { background-color: rgb(46,1,56); }
div.DivClassName
{
background-color: #2E0138;
}
.BgClassName
{
background-color: #2E0138;
}
</style>
border-color css
<style>
span { border-color: #2E0138; }
span { border-color: rgb(46,1,56); }
td.TdClassName
{
border-color: #2E0138;
}
.TagClassName
{
border-color: #2E0138;
}
</style>