Shades of Blackcurrant #2E1834
Tints of Blackcurrant #2E1834
RGB
CMYK
RGB Variations
Color information
#2E1834 (or 0x2E1834) is known color: Blackcurrant. HEX triplet: 2E, 18 and 34. RGB value is (46,24,52). Sum of RGB (Red+Green+Blue) = 46+24+52=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E1834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1834 is #D1E7CB. Grayscale: #212121. Windows color (decimal): -13756364 or 3414062. OLE color: 3414062.
HSL color Cylindrical-coordinate representation of color #2E1834: hue angle of 287.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1834 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 24 | 52 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.80 |
| HSL | 287.14º | 0.37% | 0.15% | - |
| HSV(B) | 287.14º | 0.54% | 0.2% | - |
| XYZ | 2.07 | 1.48 | 3.43 | - |
| YUV | 33.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 52 | 0.12 | 0.54 | 0 | 0.80 | 287.14 | 0.37 | 0.15 |
| Hex | 2E | 18 | 34 | C | 36 | 0 | 50 | 11F | 25 | F |
| Octal | 56 | 30 | 64 | 14 | 66 | 0 | 120 | 437 | 45 | 17 |
| Binary | 101110 | 11000 | 110100 | 1100 | 110110 | 0 | 1010000 | 100011111 | 100101 | 1111 |
Color Harmonies of #2E1834
Complementary color
Monochromatic Colors of #2E1834
Black with #2E1834
Text Example
Text Example
White with #2E1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1834; }
p { color: rgb(46,24,52); }
H1.HeaderClassName
{
color: #2E1834;
}
.AnyTagClassName
{
color: #2E1834;
}
</style>
background-color css
<style>
a { background-color: #2E1834; }
a { background-color: rgb(46,24,52); }
div.DivClassName
{
background-color: #2E1834;
}
.BgClassName
{
background-color: #2E1834;
}
</style>
border-color css
<style>
span { border-color: #2E1834; }
span { border-color: rgb(46,24,52); }
td.TdClassName
{
border-color: #2E1834;
}
.TagClassName
{
border-color: #2E1834;
}
</style>