Shades of Blackcurrant #2E0935
Tints of Blackcurrant #2E0935
RGB
CMYK
RGB Variations
Color information
#2E0935 (or 0x2E0935) is known color: Blackcurrant. HEX triplet: 2E, 09 and 35. RGB value is (46,9,53). Sum of RGB (Red+Green+Blue) = 46+9+53=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E0935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0935 is #D1F6CA. Grayscale: #181818. Windows color (decimal): -13760203 or 3475758. OLE color: 3475758.
HSL color Cylindrical-coordinate representation of color #2E0935: hue angle of 290.45º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E0935 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 46 | 9 | 53 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.79 |
| HSL | 290.45º | 0.71% | 0.12% | - |
| HSV(B) | 290.45º | 0.83% | 0.21% | - |
| XYZ | 1.87 | 1.03 | 3.47 | - |
| YUV | 25.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 53 | 0.13 | 0.83 | 0 | 0.79 | 290.45 | 0.71 | 0.12 |
| Hex | 2E | 9 | 35 | D | 53 | 0 | 4F | 122 | 47 | C |
| Octal | 56 | 11 | 65 | 15 | 123 | 0 | 117 | 442 | 107 | 14 |
| Binary | 101110 | 1001 | 110101 | 1101 | 1010011 | 0 | 1001111 | 100100010 | 1000111 | 1100 |
Color Harmonies of #2E0935
Complementary color
Monochromatic Colors of #2E0935
Black with #2E0935
Text Example
Text Example
White with #2E0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0935; }
p { color: rgb(46,9,53); }
H1.HeaderClassName
{
color: #2E0935;
}
.AnyTagClassName
{
color: #2E0935;
}
</style>
background-color css
<style>
a { background-color: #2E0935; }
a { background-color: rgb(46,9,53); }
div.DivClassName
{
background-color: #2E0935;
}
.BgClassName
{
background-color: #2E0935;
}
</style>
border-color css
<style>
span { border-color: #2E0935; }
span { border-color: rgb(46,9,53); }
td.TdClassName
{
border-color: #2E0935;
}
.TagClassName
{
border-color: #2E0935;
}
</style>