Shades of Blackcurrant #2E1148
Tints of Blackcurrant #2E1148
RGB
CMYK
RGB Variations
Color information
#2E1148 (or 0x2E1148) is known color: Blackcurrant. HEX triplet: 2E, 11 and 48. RGB value is (46,17,72). Sum of RGB (Red+Green+Blue) = 46+17+72=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1148 is #D1EEB7. Grayscale: #1F1F1F. Windows color (decimal): -13758136 or 4722990. OLE color: 4722990.
HSL color Cylindrical-coordinate representation of color #2E1148: hue angle of 271.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E1148 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 17 | 72 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.72 |
| HSL | 271.64º | 0.62% | 0.17% | - |
| HSV(B) | 271.64º | 0.76% | 0.28% | - |
| XYZ | 2.5 | 1.45 | 6.28 | - |
| YUV | 31.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 72 | 0.36 | 0.76 | 0 | 0.72 | 271.64 | 0.62 | 0.17 |
| Hex | 2E | 11 | 48 | 24 | 4C | 0 | 48 | 110 | 3E | 11 |
| Octal | 56 | 21 | 110 | 44 | 114 | 0 | 110 | 420 | 76 | 21 |
| Binary | 101110 | 10001 | 1001000 | 100100 | 1001100 | 0 | 1001000 | 100010000 | 111110 | 10001 |
Color Harmonies of #2E1148
Complementary color
Monochromatic Colors of #2E1148
Black with #2E1148
Text Example
Text Example
White with #2E1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1148; }
p { color: rgb(46,17,72); }
H1.HeaderClassName
{
color: #2E1148;
}
.AnyTagClassName
{
color: #2E1148;
}
</style>
background-color css
<style>
a { background-color: #2E1148; }
a { background-color: rgb(46,17,72); }
div.DivClassName
{
background-color: #2E1148;
}
.BgClassName
{
background-color: #2E1148;
}
</style>
border-color css
<style>
span { border-color: #2E1148; }
span { border-color: rgb(46,17,72); }
td.TdClassName
{
border-color: #2E1148;
}
.TagClassName
{
border-color: #2E1148;
}
</style>