Shades of Blackcurrant #2E0C37
Tints of Blackcurrant #2E0C37
RGB
CMYK
RGB Variations
Color information
#2E0C37 (or 0x2E0C37) is known color: Blackcurrant. HEX triplet: 2E, 0C and 37. RGB value is (46,12,55). Sum of RGB (Red+Green+Blue) = 46+12+55=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E0C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0C37 is #D1F3C8. Grayscale: #1A1A1A. Windows color (decimal): -13759433 or 3607598. OLE color: 3607598.
HSL color Cylindrical-coordinate representation of color #2E0C37: hue angle of 287.44º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0C37 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 12 | 55 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.78 |
| HSL | 287.44º | 0.64% | 0.13% | - |
| HSV(B) | 287.44º | 0.78% | 0.22% | - |
| XYZ | 1.95 | 1.12 | 3.73 | - |
| YUV | 27.07 | 143.76 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 12 | 55 | 0.16 | 0.78 | 0 | 0.78 | 287.44 | 0.64 | 0.13 |
| Hex | 2E | C | 37 | 10 | 4E | 0 | 4E | 11F | 40 | D |
| Octal | 56 | 14 | 67 | 20 | 116 | 0 | 116 | 437 | 100 | 15 |
| Binary | 101110 | 1100 | 110111 | 10000 | 1001110 | 0 | 1001110 | 100011111 | 1000000 | 1101 |
Color Harmonies of #2E0C37
Complementary color
Monochromatic Colors of #2E0C37
Black with #2E0C37
Text Example
Text Example
White with #2E0C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0C37; }
p { color: rgb(46,12,55); }
H1.HeaderClassName
{
color: #2E0C37;
}
.AnyTagClassName
{
color: #2E0C37;
}
</style>
background-color css
<style>
a { background-color: #2E0C37; }
a { background-color: rgb(46,12,55); }
div.DivClassName
{
background-color: #2E0C37;
}
.BgClassName
{
background-color: #2E0C37;
}
</style>
border-color css
<style>
span { border-color: #2E0C37; }
span { border-color: rgb(46,12,55); }
td.TdClassName
{
border-color: #2E0C37;
}
.TagClassName
{
border-color: #2E0C37;
}
</style>