Shades of Blackcurrant #2E0E37
Tints of Blackcurrant #2E0E37
RGB
CMYK
RGB Variations
Color information
#2E0E37 (or 0x2E0E37) is known color: Blackcurrant. HEX triplet: 2E, 0E and 37. RGB value is (46,14,55). Sum of RGB (Red+Green+Blue) = 46+14+55=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E0E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0E37 is #D1F1C8. Grayscale: #1C1C1C. Windows color (decimal): -13758921 or 3608110. OLE color: 3608110.
HSL color Cylindrical-coordinate representation of color #2E0E37: hue angle of 286.83º degrees, saturation: 0.59, 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 #2E0E37 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 14 | 55 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.78 |
| HSL | 286.83º | 0.59% | 0.14% | - |
| HSV(B) | 286.83º | 0.75% | 0.22% | - |
| XYZ | 1.97 | 1.17 | 3.74 | - |
| YUV | 28.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 14 | 55 | 0.16 | 0.75 | 0 | 0.78 | 286.83 | 0.59 | 0.14 |
| Hex | 2E | E | 37 | 10 | 4B | 0 | 4E | 11F | 3B | E |
| Octal | 56 | 16 | 67 | 20 | 113 | 0 | 116 | 437 | 73 | 16 |
| Binary | 101110 | 1110 | 110111 | 10000 | 1001011 | 0 | 1001110 | 100011111 | 111011 | 1110 |
Color Harmonies of #2E0E37
Complementary color
Monochromatic Colors of #2E0E37
Black with #2E0E37
Text Example
Text Example
White with #2E0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0E37; }
p { color: rgb(46,14,55); }
H1.HeaderClassName
{
color: #2E0E37;
}
.AnyTagClassName
{
color: #2E0E37;
}
</style>
background-color css
<style>
a { background-color: #2E0E37; }
a { background-color: rgb(46,14,55); }
div.DivClassName
{
background-color: #2E0E37;
}
.BgClassName
{
background-color: #2E0E37;
}
</style>
border-color css
<style>
span { border-color: #2E0E37; }
span { border-color: rgb(46,14,55); }
td.TdClassName
{
border-color: #2E0E37;
}
.TagClassName
{
border-color: #2E0E37;
}
</style>