Shades of Blackcurrant #2E1A33
Tints of Blackcurrant #2E1A33
RGB
CMYK
RGB Variations
Color information
#2E1A33 (or 0x2E1A33) is known color: Blackcurrant. HEX triplet: 2E, 1A and 33. RGB value is (46,26,51). Sum of RGB (Red+Green+Blue) = 46+26+51=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E1A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A33 is #D1E5CC. Grayscale: #222222. Windows color (decimal): -13755853 or 3349038. OLE color: 3349038.
HSL color Cylindrical-coordinate representation of color #2E1A33: hue angle of 288º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E1A33 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 26 | 51 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.8 |
| HSL | 288º | 0.32% | 0.15% | - |
| HSV(B) | 288º | 0.49% | 0.2% | - |
| XYZ | 2.09 | 1.56 | 3.32 | - |
| YUV | 34.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 51 | 0.10 | 0.49 | 0 | 0.8 | 288 | 0.32 | 0.15 |
| Hex | 2E | 1A | 33 | A | 31 | 0 | 50 | 120 | 20 | F |
| Octal | 56 | 32 | 63 | 12 | 61 | 0 | 120 | 440 | 40 | 17 |
| Binary | 101110 | 11010 | 110011 | 1010 | 110001 | 0 | 1010000 | 100100000 | 100000 | 1111 |
Color Harmonies of #2E1A33
Complementary color
Monochromatic Colors of #2E1A33
Black with #2E1A33
Text Example
Text Example
White with #2E1A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A33; }
p { color: rgb(46,26,51); }
H1.HeaderClassName
{
color: #2E1A33;
}
.AnyTagClassName
{
color: #2E1A33;
}
</style>
background-color css
<style>
a { background-color: #2E1A33; }
a { background-color: rgb(46,26,51); }
div.DivClassName
{
background-color: #2E1A33;
}
.BgClassName
{
background-color: #2E1A33;
}
</style>
border-color css
<style>
span { border-color: #2E1A33; }
span { border-color: rgb(46,26,51); }
td.TdClassName
{
border-color: #2E1A33;
}
.TagClassName
{
border-color: #2E1A33;
}
</style>