Shades of Blackcurrant #2E1841
Tints of Blackcurrant #2E1841
RGB
CMYK
RGB Variations
Color information
#2E1841 (or 0x2E1841) is known color: Blackcurrant. HEX triplet: 2E, 18 and 41. RGB value is (46,24,65). Sum of RGB (Red+Green+Blue) = 46+24+65=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E1841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1841 is #D1E7BE. Grayscale: #232323. Windows color (decimal): -13756351 or 4266030. OLE color: 4266030.
HSL color Cylindrical-coordinate representation of color #2E1841: hue angle of 272.2º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1841 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 24 | 65 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.75 |
| HSL | 272.2º | 0.46% | 0.17% | - |
| HSV(B) | 272.2º | 0.63% | 0.25% | - |
| XYZ | 2.41 | 1.62 | 5.19 | - |
| YUV | 35.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 65 | 0.29 | 0.63 | 0 | 0.75 | 272.2 | 0.46 | 0.17 |
| Hex | 2E | 18 | 41 | 1D | 3F | 0 | 4B | 110 | 2E | 11 |
| Octal | 56 | 30 | 101 | 35 | 77 | 0 | 113 | 420 | 56 | 21 |
| Binary | 101110 | 11000 | 1000001 | 11101 | 111111 | 0 | 1001011 | 100010000 | 101110 | 10001 |
Color Harmonies of #2E1841
Complementary color
Monochromatic Colors of #2E1841
Black with #2E1841
Text Example
Text Example
White with #2E1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1841; }
p { color: rgb(46,24,65); }
H1.HeaderClassName
{
color: #2E1841;
}
.AnyTagClassName
{
color: #2E1841;
}
</style>
background-color css
<style>
a { background-color: #2E1841; }
a { background-color: rgb(46,24,65); }
div.DivClassName
{
background-color: #2E1841;
}
.BgClassName
{
background-color: #2E1841;
}
</style>
border-color css
<style>
span { border-color: #2E1841; }
span { border-color: rgb(46,24,65); }
td.TdClassName
{
border-color: #2E1841;
}
.TagClassName
{
border-color: #2E1841;
}
</style>