Shades of Blackcurrant #2E0142
Tints of Blackcurrant #2E0142
RGB
CMYK
RGB Variations
Color information
#2E0142 (or 0x2E0142) is known color: Blackcurrant. HEX triplet: 2E, 01 and 42. RGB value is (46,1,66). Sum of RGB (Red+Green+Blue) = 46+1+66=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 66 (26.17% from 255 or 58.41% from 113); Max value from RGB is 66 - color contains mainly: blue. Hex color #2E0142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0142 is #D1FEBD. Grayscale: #151515. Windows color (decimal): -13762238 or 4325678. OLE color: 4325678.
HSL color Cylindrical-coordinate representation of color #2E0142: hue angle of 281.54º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0142 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 1 | 66 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.74 |
| HSL | 281.54º | 0.97% | 0.13% | - |
| HSV(B) | 281.54º | 0.98% | 0.26% | - |
| XYZ | 2.12 | 1 | 5.23 | - |
| YUV | 21.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 66 | 0.30 | 0.98 | 0 | 0.74 | 281.54 | 0.97 | 0.13 |
| Hex | 2E | 1 | 42 | 1E | 62 | 0 | 4A | 11A | 61 | D |
| Octal | 56 | 1 | 102 | 36 | 142 | 0 | 112 | 432 | 141 | 15 |
| Binary | 101110 | 1 | 1000010 | 11110 | 1100010 | 0 | 1001010 | 100011010 | 1100001 | 1101 |
Color Harmonies of #2E0142
Complementary color
Monochromatic Colors of #2E0142
Black with #2E0142
Text Example
Text Example
White with #2E0142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0142; }
p { color: rgb(46,1,66); }
H1.HeaderClassName
{
color: #2E0142;
}
.AnyTagClassName
{
color: #2E0142;
}
</style>
background-color css
<style>
a { background-color: #2E0142; }
a { background-color: rgb(46,1,66); }
div.DivClassName
{
background-color: #2E0142;
}
.BgClassName
{
background-color: #2E0142;
}
</style>
border-color css
<style>
span { border-color: #2E0142; }
span { border-color: rgb(46,1,66); }
td.TdClassName
{
border-color: #2E0142;
}
.TagClassName
{
border-color: #2E0142;
}
</style>