Shades of Blackcurrant #2E1641
Tints of Blackcurrant #2E1641
RGB
CMYK
RGB Variations
Color information
#2E1641 (or 0x2E1641) is known color: Blackcurrant. HEX triplet: 2E, 16 and 41. RGB value is (46,22,65). Sum of RGB (Red+Green+Blue) = 46+22+65=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E1641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1641 is #D1E9BE. Grayscale: #212121. Windows color (decimal): -13756863 or 4265518. OLE color: 4265518.
HSL color Cylindrical-coordinate representation of color #2E1641: hue angle of 273.49º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E1641 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 22 | 65 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.75 |
| HSL | 273.49º | 0.49% | 0.17% | - |
| HSV(B) | 273.49º | 0.66% | 0.25% | - |
| XYZ | 2.37 | 1.54 | 5.17 | - |
| YUV | 34.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 65 | 0.29 | 0.66 | 0 | 0.75 | 273.49 | 0.49 | 0.17 |
| Hex | 2E | 16 | 41 | 1D | 42 | 0 | 4B | 111 | 31 | 11 |
| Octal | 56 | 26 | 101 | 35 | 102 | 0 | 113 | 421 | 61 | 21 |
| Binary | 101110 | 10110 | 1000001 | 11101 | 1000010 | 0 | 1001011 | 100010001 | 110001 | 10001 |
Color Harmonies of #2E1641
Complementary color
Monochromatic Colors of #2E1641
Black with #2E1641
Text Example
Text Example
White with #2E1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1641; }
p { color: rgb(46,22,65); }
H1.HeaderClassName
{
color: #2E1641;
}
.AnyTagClassName
{
color: #2E1641;
}
</style>
background-color css
<style>
a { background-color: #2E1641; }
a { background-color: rgb(46,22,65); }
div.DivClassName
{
background-color: #2E1641;
}
.BgClassName
{
background-color: #2E1641;
}
</style>
border-color css
<style>
span { border-color: #2E1641; }
span { border-color: rgb(46,22,65); }
td.TdClassName
{
border-color: #2E1641;
}
.TagClassName
{
border-color: #2E1641;
}
</style>