Shades of Blackcurrant #2E0A39
Tints of Blackcurrant #2E0A39
RGB
CMYK
RGB Variations
Color information
#2E0A39 (or 0x2E0A39) is known color: Blackcurrant. HEX triplet: 2E, 0A and 39. RGB value is (46,10,57). Sum of RGB (Red+Green+Blue) = 46+10+57=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E0A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A39 is #D1F5C6. Grayscale: #191919. Windows color (decimal): -13759943 or 3738158. OLE color: 3738158.
HSL color Cylindrical-coordinate representation of color #2E0A39: hue angle of 285.96º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E0A39 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 10 | 57 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.78 |
| HSL | 285.96º | 0.7% | 0.13% | - |
| HSV(B) | 285.96º | 0.82% | 0.22% | - |
| XYZ | 1.97 | 1.09 | 3.98 | - |
| YUV | 26.12 | 145.43 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 57 | 0.19 | 0.82 | 0 | 0.78 | 285.96 | 0.7 | 0.13 |
| Hex | 2E | A | 39 | 13 | 52 | 0 | 4E | 11E | 46 | D |
| Octal | 56 | 12 | 71 | 23 | 122 | 0 | 116 | 436 | 106 | 15 |
| Binary | 101110 | 1010 | 111001 | 10011 | 1010010 | 0 | 1001110 | 100011110 | 1000110 | 1101 |
Color Harmonies of #2E0A39
Complementary color
Monochromatic Colors of #2E0A39
Black with #2E0A39
Text Example
Text Example
White with #2E0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A39; }
p { color: rgb(46,10,57); }
H1.HeaderClassName
{
color: #2E0A39;
}
.AnyTagClassName
{
color: #2E0A39;
}
</style>
background-color css
<style>
a { background-color: #2E0A39; }
a { background-color: rgb(46,10,57); }
div.DivClassName
{
background-color: #2E0A39;
}
.BgClassName
{
background-color: #2E0A39;
}
</style>
border-color css
<style>
span { border-color: #2E0A39; }
span { border-color: rgb(46,10,57); }
td.TdClassName
{
border-color: #2E0A39;
}
.TagClassName
{
border-color: #2E0A39;
}
</style>