Shades of Blackcurrant #2E0048
Tints of Blackcurrant #2E0048
RGB
CMYK
RGB Variations
Color information
#2E0048 (or 0x2E0048) is known color: Blackcurrant. HEX triplet: 2E, 00 and 48. RGB value is (46,0,72). Sum of RGB (Red+Green+Blue) = 46+0+72=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E0048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0048 is #D1FFB7. Grayscale: #151515. Windows color (decimal): -13762488 or 4718638. OLE color: 4718638.
HSL color Cylindrical-coordinate representation of color #2E0048: hue angle of 278.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0048 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 0 | 72 | - |
| CMYK | 0.36 | 1 | 0 | 0.72 |
| HSL | 278.33º | 1% | 0.14% | - |
| HSV(B) | 278.33º | 1% | 0.28% | - |
| XYZ | 2.3 | 1.05 | 6.21 | - |
| YUV | 21.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 72 | 0.36 | 1 | 0 | 0.72 | 278.33 | 1 | 0.14 |
| Hex | 2E | 0 | 48 | 24 | 64 | 0 | 48 | 116 | 64 | E |
| Octal | 56 | 0 | 110 | 44 | 144 | 0 | 110 | 426 | 144 | 16 |
| Binary | 101110 | 0 | 1001000 | 100100 | 1100100 | 0 | 1001000 | 100010110 | 1100100 | 1110 |
Color Harmonies of #2E0048
Complementary color
Monochromatic Colors of #2E0048
Black with #2E0048
Text Example
Text Example
White with #2E0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0048; }
p { color: rgb(46,0,72); }
H1.HeaderClassName
{
color: #2E0048;
}
.AnyTagClassName
{
color: #2E0048;
}
</style>
background-color css
<style>
a { background-color: #2E0048; }
a { background-color: rgb(46,0,72); }
div.DivClassName
{
background-color: #2E0048;
}
.BgClassName
{
background-color: #2E0048;
}
</style>
border-color css
<style>
span { border-color: #2E0048; }
span { border-color: rgb(46,0,72); }
td.TdClassName
{
border-color: #2E0048;
}
.TagClassName
{
border-color: #2E0048;
}
</style>