Shades of Blackcurrant #2E0241
Tints of Blackcurrant #2E0241
RGB
CMYK
RGB Variations
Color information
#2E0241 (or 0x2E0241) is known color: Blackcurrant. HEX triplet: 2E, 02 and 41. RGB value is (46,2,65). Sum of RGB (Red+Green+Blue) = 46+2+65=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E0241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0241 is #D1FDBE. Grayscale: #161616. Windows color (decimal): -13761983 or 4260398. OLE color: 4260398.
HSL color Cylindrical-coordinate representation of color #2E0241: hue angle of 281.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0241 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 2 | 65 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.75 |
| HSL | 281.9º | 0.94% | 0.13% | - |
| HSV(B) | 281.9º | 0.97% | 0.25% | - |
| XYZ | 2.1 | 1.01 | 5.08 | - |
| YUV | 22.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 65 | 0.29 | 0.97 | 0 | 0.75 | 281.9 | 0.94 | 0.13 |
| Hex | 2E | 2 | 41 | 1D | 61 | 0 | 4B | 11A | 5E | D |
| Octal | 56 | 2 | 101 | 35 | 141 | 0 | 113 | 432 | 136 | 15 |
| Binary | 101110 | 10 | 1000001 | 11101 | 1100001 | 0 | 1001011 | 100011010 | 1011110 | 1101 |
Color Harmonies of #2E0241
Complementary color
Monochromatic Colors of #2E0241
Black with #2E0241
Text Example
Text Example
White with #2E0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0241; }
p { color: rgb(46,2,65); }
H1.HeaderClassName
{
color: #2E0241;
}
.AnyTagClassName
{
color: #2E0241;
}
</style>
background-color css
<style>
a { background-color: #2E0241; }
a { background-color: rgb(46,2,65); }
div.DivClassName
{
background-color: #2E0241;
}
.BgClassName
{
background-color: #2E0241;
}
</style>
border-color css
<style>
span { border-color: #2E0241; }
span { border-color: rgb(46,2,65); }
td.TdClassName
{
border-color: #2E0241;
}
.TagClassName
{
border-color: #2E0241;
}
</style>