Shades of Blackcurrant #2E1633
Tints of Blackcurrant #2E1633
RGB
CMYK
RGB Variations
Color information
#2E1633 (or 0x2E1633) is known color: Blackcurrant. HEX triplet: 2E, 16 and 33. RGB value is (46,22,51). Sum of RGB (Red+Green+Blue) = 46+22+51=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E1633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1633 is #D1E9CC. Grayscale: #202020. Windows color (decimal): -13756877 or 3348014. OLE color: 3348014.
HSL color Cylindrical-coordinate representation of color #2E1633: hue angle of 289.66º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E1633 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 46 | 22 | 51 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.8 |
| HSL | 289.66º | 0.4% | 0.14% | - |
| HSV(B) | 289.66º | 0.57% | 0.2% | - |
| XYZ | 2.01 | 1.39 | 3.29 | - |
| YUV | 32.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 51 | 0.10 | 0.57 | 0 | 0.8 | 289.66 | 0.4 | 0.14 |
| Hex | 2E | 16 | 33 | A | 39 | 0 | 50 | 122 | 28 | E |
| Octal | 56 | 26 | 63 | 12 | 71 | 0 | 120 | 442 | 50 | 16 |
| Binary | 101110 | 10110 | 110011 | 1010 | 111001 | 0 | 1010000 | 100100010 | 101000 | 1110 |
Color Harmonies of #2E1633
Complementary color
Monochromatic Colors of #2E1633
Black with #2E1633
Text Example
Text Example
White with #2E1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1633; }
p { color: rgb(46,22,51); }
H1.HeaderClassName
{
color: #2E1633;
}
.AnyTagClassName
{
color: #2E1633;
}
</style>
background-color css
<style>
a { background-color: #2E1633; }
a { background-color: rgb(46,22,51); }
div.DivClassName
{
background-color: #2E1633;
}
.BgClassName
{
background-color: #2E1633;
}
</style>
border-color css
<style>
span { border-color: #2E1633; }
span { border-color: rgb(46,22,51); }
td.TdClassName
{
border-color: #2E1633;
}
.TagClassName
{
border-color: #2E1633;
}
</style>