Shades of Blackcurrant #2E1141
Tints of Blackcurrant #2E1141
RGB
CMYK
RGB Variations
Color information
#2E1141 (or 0x2E1141) is known color: Blackcurrant. HEX triplet: 2E, 11 and 41. RGB value is (46,17,65). Sum of RGB (Red+Green+Blue) = 46+17+65=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E1141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1141 is #D1EEBE. Grayscale: #1E1E1E. Windows color (decimal): -13758143 or 4264238. OLE color: 4264238.
HSL color Cylindrical-coordinate representation of color #2E1141: hue angle of 276.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E1141 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 17 | 65 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.75 |
| HSL | 276.25º | 0.59% | 0.16% | - |
| HSV(B) | 276.25º | 0.74% | 0.25% | - |
| XYZ | 2.28 | 1.36 | 5.14 | - |
| YUV | 31.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 65 | 0.29 | 0.74 | 0 | 0.75 | 276.25 | 0.59 | 0.16 |
| Hex | 2E | 11 | 41 | 1D | 4A | 0 | 4B | 114 | 3B | 10 |
| Octal | 56 | 21 | 101 | 35 | 112 | 0 | 113 | 424 | 73 | 20 |
| Binary | 101110 | 10001 | 1000001 | 11101 | 1001010 | 0 | 1001011 | 100010100 | 111011 | 10000 |
Color Harmonies of #2E1141
Complementary color
Monochromatic Colors of #2E1141
Black with #2E1141
Text Example
Text Example
White with #2E1141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1141; }
p { color: rgb(46,17,65); }
H1.HeaderClassName
{
color: #2E1141;
}
.AnyTagClassName
{
color: #2E1141;
}
</style>
background-color css
<style>
a { background-color: #2E1141; }
a { background-color: rgb(46,17,65); }
div.DivClassName
{
background-color: #2E1141;
}
.BgClassName
{
background-color: #2E1141;
}
</style>
border-color css
<style>
span { border-color: #2E1141; }
span { border-color: rgb(46,17,65); }
td.TdClassName
{
border-color: #2E1141;
}
.TagClassName
{
border-color: #2E1141;
}
</style>