Shades of Blackcurrant #2E073C
Tints of Blackcurrant #2E073C
RGB
CMYK
RGB Variations
Color information
#2E073C (or 0x2E073C) is known color: Blackcurrant. HEX triplet: 2E, 07 and 3C. RGB value is (46,7,60). Sum of RGB (Red+Green+Blue) = 46+7+60=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E073C is #D1F8C3. Grayscale: #181818. Windows color (decimal): -13760708 or 3933998. OLE color: 3933998.
HSL color Cylindrical-coordinate representation of color #2E073C: hue angle of 284.15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E073C is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 7 | 60 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.76 |
| HSL | 284.15º | 0.79% | 0.13% | - |
| HSV(B) | 284.15º | 0.88% | 0.24% | - |
| XYZ | 2.02 | 1.06 | 4.37 | - |
| YUV | 24.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 60 | 0.23 | 0.88 | 0 | 0.76 | 284.15 | 0.79 | 0.13 |
| Hex | 2E | 7 | 3C | 17 | 58 | 0 | 4C | 11C | 4F | D |
| Octal | 56 | 7 | 74 | 27 | 130 | 0 | 114 | 434 | 117 | 15 |
| Binary | 101110 | 111 | 111100 | 10111 | 1011000 | 0 | 1001100 | 100011100 | 1001111 | 1101 |
Color Harmonies of #2E073C
Complementary color
Monochromatic Colors of #2E073C
Black with #2E073C
Text Example
Text Example
White with #2E073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E073C; }
p { color: rgb(46,7,60); }
H1.HeaderClassName
{
color: #2E073C;
}
.AnyTagClassName
{
color: #2E073C;
}
</style>
background-color css
<style>
a { background-color: #2E073C; }
a { background-color: rgb(46,7,60); }
div.DivClassName
{
background-color: #2E073C;
}
.BgClassName
{
background-color: #2E073C;
}
</style>
border-color css
<style>
span { border-color: #2E073C; }
span { border-color: rgb(46,7,60); }
td.TdClassName
{
border-color: #2E073C;
}
.TagClassName
{
border-color: #2E073C;
}
</style>