Shades of Blackcurrant #2E0441
Tints of Blackcurrant #2E0441
RGB
CMYK
RGB Variations
Color information
#2E0441 (or 0x2E0441) is known color: Blackcurrant. HEX triplet: 2E, 04 and 41. RGB value is (46,4,65). Sum of RGB (Red+Green+Blue) = 46+4+65=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E0441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0441 is #D1FBBE. Grayscale: #171717. Windows color (decimal): -13761471 or 4260910. OLE color: 4260910.
HSL color Cylindrical-coordinate representation of color #2E0441: hue angle of 281.31º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0441 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 4 | 65 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.75 |
| HSL | 281.31º | 0.88% | 0.14% | - |
| HSV(B) | 281.31º | 0.94% | 0.25% | - |
| XYZ | 2.12 | 1.05 | 5.09 | - |
| YUV | 23.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 65 | 0.29 | 0.94 | 0 | 0.75 | 281.31 | 0.88 | 0.14 |
| Hex | 2E | 4 | 41 | 1D | 5E | 0 | 4B | 119 | 58 | E |
| Octal | 56 | 4 | 101 | 35 | 136 | 0 | 113 | 431 | 130 | 16 |
| Binary | 101110 | 100 | 1000001 | 11101 | 1011110 | 0 | 1001011 | 100011001 | 1011000 | 1110 |
Color Harmonies of #2E0441
Complementary color
Monochromatic Colors of #2E0441
Black with #2E0441
Text Example
Text Example
White with #2E0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0441; }
p { color: rgb(46,4,65); }
H1.HeaderClassName
{
color: #2E0441;
}
.AnyTagClassName
{
color: #2E0441;
}
</style>
background-color css
<style>
a { background-color: #2E0441; }
a { background-color: rgb(46,4,65); }
div.DivClassName
{
background-color: #2E0441;
}
.BgClassName
{
background-color: #2E0441;
}
</style>
border-color css
<style>
span { border-color: #2E0441; }
span { border-color: rgb(46,4,65); }
td.TdClassName
{
border-color: #2E0441;
}
.TagClassName
{
border-color: #2E0441;
}
</style>