Shades of Blackcurrant #2E0751
Tints of Blackcurrant #2E0751
RGB
CMYK
RGB Variations
Color information
#2E0751 (or 0x2E0751) is known color: Blackcurrant. HEX triplet: 2E, 07 and 51. RGB value is (46,7,81). Sum of RGB (Red+Green+Blue) = 46+7+81=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #2E0751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0751 is #D1F8AE. Grayscale: #1A1A1A. Windows color (decimal): -13760687 or 5310254. OLE color: 5310254.
HSL color Cylindrical-coordinate representation of color #2E0751: hue angle of 271.62º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E0751 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 46 | 7 | 81 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.68 |
| HSL | 271.62º | 0.84% | 0.17% | - |
| HSV(B) | 271.62º | 0.91% | 0.32% | - |
| XYZ | 2.69 | 1.33 | 7.9 | - |
| YUV | 27.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 81 | 0.43 | 0.91 | 0 | 0.68 | 271.62 | 0.84 | 0.17 |
| Hex | 2E | 7 | 51 | 2B | 5B | 0 | 44 | 110 | 54 | 11 |
| Octal | 56 | 7 | 121 | 53 | 133 | 0 | 104 | 420 | 124 | 21 |
| Binary | 101110 | 111 | 1010001 | 101011 | 1011011 | 0 | 1000100 | 100010000 | 1010100 | 10001 |
Color Harmonies of #2E0751
Complementary color
Monochromatic Colors of #2E0751
Black with #2E0751
Text Example
Text Example
White with #2E0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0751; }
p { color: rgb(46,7,81); }
H1.HeaderClassName
{
color: #2E0751;
}
.AnyTagClassName
{
color: #2E0751;
}
</style>
background-color css
<style>
a { background-color: #2E0751; }
a { background-color: rgb(46,7,81); }
div.DivClassName
{
background-color: #2E0751;
}
.BgClassName
{
background-color: #2E0751;
}
</style>
border-color css
<style>
span { border-color: #2E0751; }
span { border-color: rgb(46,7,81); }
td.TdClassName
{
border-color: #2E0751;
}
.TagClassName
{
border-color: #2E0751;
}
</style>