Shades of Blackcurrant #2E0234
Tints of Blackcurrant #2E0234
RGB
CMYK
RGB Variations
Color information
#2E0234 (or 0x2E0234) is known color: Blackcurrant. HEX triplet: 2E, 02 and 34. RGB value is (46,2,52). Sum of RGB (Red+Green+Blue) = 46+2+52=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 2 (1.17% from 255 or 2% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E0234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0234 is #D1FDCB. Grayscale: #141414. Windows color (decimal): -13761996 or 3408430. OLE color: 3408430.
HSL color Cylindrical-coordinate representation of color #2E0234: hue angle of 292.8º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0234 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 2 | 52 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.80 |
| HSL | 292.8º | 0.93% | 0.11% | - |
| HSV(B) | 292.8º | 0.96% | 0.2% | - |
| XYZ | 1.77 | 0.87 | 3.32 | - |
| YUV | 20.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 52 | 0.12 | 0.96 | 0 | 0.80 | 292.8 | 0.93 | 0.11 |
| Hex | 2E | 2 | 34 | C | 60 | 0 | 50 | 125 | 5D | B |
| Octal | 56 | 2 | 64 | 14 | 140 | 0 | 120 | 445 | 135 | 13 |
| Binary | 101110 | 10 | 110100 | 1100 | 1100000 | 0 | 1010000 | 100100101 | 1011101 | 1011 |
Color Harmonies of #2E0234
Complementary color
Monochromatic Colors of #2E0234
Black with #2E0234
Text Example
Text Example
White with #2E0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0234; }
p { color: rgb(46,2,52); }
H1.HeaderClassName
{
color: #2E0234;
}
.AnyTagClassName
{
color: #2E0234;
}
</style>
background-color css
<style>
a { background-color: #2E0234; }
a { background-color: rgb(46,2,52); }
div.DivClassName
{
background-color: #2E0234;
}
.BgClassName
{
background-color: #2E0234;
}
</style>
border-color css
<style>
span { border-color: #2E0234; }
span { border-color: rgb(46,2,52); }
td.TdClassName
{
border-color: #2E0234;
}
.TagClassName
{
border-color: #2E0234;
}
</style>