Shades of Blackcurrant #2E0134
Tints of Blackcurrant #2E0134
RGB
CMYK
RGB Variations
Color information
#2E0134 (or 0x2E0134) is known color: Blackcurrant. HEX triplet: 2E, 01 and 34. RGB value is (46,1,52). Sum of RGB (Red+Green+Blue) = 46+1+52=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E0134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0134 is #D1FECB. Grayscale: #141414. Windows color (decimal): -13762252 or 3408174. OLE color: 3408174.
HSL color Cylindrical-coordinate representation of color #2E0134: hue angle of 292.94º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0134 is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 1 | 52 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.80 |
| HSL | 292.94º | 0.96% | 0.1% | - |
| HSV(B) | 292.94º | 0.98% | 0.2% | - |
| XYZ | 1.76 | 0.85 | 3.32 | - |
| YUV | 20.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 52 | 0.12 | 0.98 | 0 | 0.80 | 292.94 | 0.96 | 0.1 |
| Hex | 2E | 1 | 34 | C | 62 | 0 | 50 | 125 | 60 | A |
| Octal | 56 | 1 | 64 | 14 | 142 | 0 | 120 | 445 | 140 | 12 |
| Binary | 101110 | 1 | 110100 | 1100 | 1100010 | 0 | 1010000 | 100100101 | 1100000 | 1010 |
Color Harmonies of #2E0134
Complementary color
Monochromatic Colors of #2E0134
Black with #2E0134
Text Example
Text Example
White with #2E0134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0134; }
p { color: rgb(46,1,52); }
H1.HeaderClassName
{
color: #2E0134;
}
.AnyTagClassName
{
color: #2E0134;
}
</style>
background-color css
<style>
a { background-color: #2E0134; }
a { background-color: rgb(46,1,52); }
div.DivClassName
{
background-color: #2E0134;
}
.BgClassName
{
background-color: #2E0134;
}
</style>
border-color css
<style>
span { border-color: #2E0134; }
span { border-color: rgb(46,1,52); }
td.TdClassName
{
border-color: #2E0134;
}
.TagClassName
{
border-color: #2E0134;
}
</style>