Shades of Blackcurrant #2E0157
Tints of Blackcurrant #2E0157
RGB
CMYK
RGB Variations
Color information
#2E0157 (or 0x2E0157) is known color: Blackcurrant. HEX triplet: 2E, 01 and 57. RGB value is (46,1,87). Sum of RGB (Red+Green+Blue) = 46+1+87=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 87 (34.38% from 255 or 64.93% from 134); Max value from RGB is 87 - color contains mainly: blue. Hex color #2E0157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0157 is #D1FEA8. Grayscale: #171717. Windows color (decimal): -13762217 or 5701934. OLE color: 5701934.
HSL color Cylindrical-coordinate representation of color #2E0157: hue angle of 271.4º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0157 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 46 | 1 | 87 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.66 |
| HSL | 271.4º | 0.98% | 0.17% | - |
| HSV(B) | 271.4º | 0.99% | 0.34% | - |
| XYZ | 2.86 | 1.29 | 9.12 | - |
| YUV | 24.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 87 | 0.47 | 0.99 | 0 | 0.66 | 271.4 | 0.98 | 0.17 |
| Hex | 2E | 1 | 57 | 2F | 63 | 0 | 42 | 10F | 62 | 11 |
| Octal | 56 | 1 | 127 | 57 | 143 | 0 | 102 | 417 | 142 | 21 |
| Binary | 101110 | 1 | 1010111 | 101111 | 1100011 | 0 | 1000010 | 100001111 | 1100010 | 10001 |
Color Harmonies of #2E0157
Complementary color
Monochromatic Colors of #2E0157
Black with #2E0157
Text Example
Text Example
White with #2E0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0157; }
p { color: rgb(46,1,87); }
H1.HeaderClassName
{
color: #2E0157;
}
.AnyTagClassName
{
color: #2E0157;
}
</style>
background-color css
<style>
a { background-color: #2E0157; }
a { background-color: rgb(46,1,87); }
div.DivClassName
{
background-color: #2E0157;
}
.BgClassName
{
background-color: #2E0157;
}
</style>
border-color css
<style>
span { border-color: #2E0157; }
span { border-color: rgb(46,1,87); }
td.TdClassName
{
border-color: #2E0157;
}
.TagClassName
{
border-color: #2E0157;
}
</style>