Shades of Blackcurrant #2E0148
Tints of Blackcurrant #2E0148
RGB
CMYK
RGB Variations
Color information
#2E0148 (or 0x2E0148) is known color: Blackcurrant. HEX triplet: 2E, 01 and 48. RGB value is (46,1,72). Sum of RGB (Red+Green+Blue) = 46+1+72=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0148 is #D1FEB7. Grayscale: #161616. Windows color (decimal): -13762232 or 4718894. OLE color: 4718894.
HSL color Cylindrical-coordinate representation of color #2E0148: hue angle of 278.03º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2E0148 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 1 | 72 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.72 |
| HSL | 278.03º | 0.97% | 0.14% | - |
| HSV(B) | 278.03º | 0.99% | 0.28% | - |
| XYZ | 2.31 | 1.07 | 6.22 | - |
| YUV | 22.55 | 155.91 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 72 | 0.36 | 0.99 | 0 | 0.72 | 278.03 | 0.97 | 0.14 |
| Hex | 2E | 1 | 48 | 24 | 63 | 0 | 48 | 116 | 61 | E |
| Octal | 56 | 1 | 110 | 44 | 143 | 0 | 110 | 426 | 141 | 16 |
| Binary | 101110 | 1 | 1001000 | 100100 | 1100011 | 0 | 1001000 | 100010110 | 1100001 | 1110 |
Color Harmonies of #2E0148
Complementary color
Monochromatic Colors of #2E0148
Black with #2E0148
Text Example
Text Example
White with #2E0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0148; }
p { color: rgb(46,1,72); }
H1.HeaderClassName
{
color: #2E0148;
}
.AnyTagClassName
{
color: #2E0148;
}
</style>
background-color css
<style>
a { background-color: #2E0148; }
a { background-color: rgb(46,1,72); }
div.DivClassName
{
background-color: #2E0148;
}
.BgClassName
{
background-color: #2E0148;
}
</style>
border-color css
<style>
span { border-color: #2E0148; }
span { border-color: rgb(46,1,72); }
td.TdClassName
{
border-color: #2E0148;
}
.TagClassName
{
border-color: #2E0148;
}
</style>