Shades of Blackcurrant #2E0E39
Tints of Blackcurrant #2E0E39
RGB
CMYK
RGB Variations
Color information
#2E0E39 (or 0x2E0E39) is known color: Blackcurrant. HEX triplet: 2E, 0E and 39. RGB value is (46,14,57). Sum of RGB (Red+Green+Blue) = 46+14+57=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E0E39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0E39 is #D1F1C6. Grayscale: #1C1C1C. Windows color (decimal): -13758919 or 3739182. OLE color: 3739182.
HSL color Cylindrical-coordinate representation of color #2E0E39: hue angle of 284.65º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E0E39 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 14 | 57 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.78 |
| HSL | 284.65º | 0.61% | 0.14% | - |
| HSV(B) | 284.65º | 0.75% | 0.22% | - |
| XYZ | 2.02 | 1.19 | 3.99 | - |
| YUV | 28.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 57 | 0.19 | 0.75 | 0 | 0.78 | 284.65 | 0.61 | 0.14 |
| Hex | 2E | E | 39 | 13 | 4B | 0 | 4E | 11D | 3D | E |
| Octal | 56 | 16 | 71 | 23 | 113 | 0 | 116 | 435 | 75 | 16 |
| Binary | 101110 | 1110 | 111001 | 10011 | 1001011 | 0 | 1001110 | 100011101 | 111101 | 1110 |
Color Harmonies of #2E0E39
Complementary color
Monochromatic Colors of #2E0E39
Black with #2E0E39
Text Example
Text Example
White with #2E0E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E39; }
p { color: rgb(46,14,57); }
H1.HeaderClassName
{
color: #2E0E39;
}
.AnyTagClassName
{
color: #2E0E39;
}
</style>
background-color css
<style>
a { background-color: #2E0E39; }
a { background-color: rgb(46,14,57); }
div.DivClassName
{
background-color: #2E0E39;
}
.BgClassName
{
background-color: #2E0E39;
}
</style>
border-color css
<style>
span { border-color: #2E0E39; }
span { border-color: rgb(46,14,57); }
td.TdClassName
{
border-color: #2E0E39;
}
.TagClassName
{
border-color: #2E0E39;
}
</style>