Shades of Blackcurrant #2E0347
Tints of Blackcurrant #2E0347
RGB
CMYK
RGB Variations
Color information
#2E0347 (or 0x2E0347) is known color: Blackcurrant. HEX triplet: 2E, 03 and 47. RGB value is (46,3,71). Sum of RGB (Red+Green+Blue) = 46+3+71=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #2E0347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0347 is #D1FCB8. Grayscale: #171717. Windows color (decimal): -13761721 or 4653870. OLE color: 4653870.
HSL color Cylindrical-coordinate representation of color #2E0347: hue angle of 277.94º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0347 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 46 | 3 | 71 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.72 |
| HSL | 277.94º | 0.92% | 0.15% | - |
| HSV(B) | 277.94º | 0.96% | 0.28% | - |
| XYZ | 2.3 | 1.1 | 6.05 | - |
| YUV | 23.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 71 | 0.35 | 0.96 | 0 | 0.72 | 277.94 | 0.92 | 0.15 |
| Hex | 2E | 3 | 47 | 23 | 60 | 0 | 48 | 116 | 5C | F |
| Octal | 56 | 3 | 107 | 43 | 140 | 0 | 110 | 426 | 134 | 17 |
| Binary | 101110 | 11 | 1000111 | 100011 | 1100000 | 0 | 1001000 | 100010110 | 1011100 | 1111 |
Color Harmonies of #2E0347
Complementary color
Monochromatic Colors of #2E0347
Black with #2E0347
Text Example
Text Example
White with #2E0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0347; }
p { color: rgb(46,3,71); }
H1.HeaderClassName
{
color: #2E0347;
}
.AnyTagClassName
{
color: #2E0347;
}
</style>
background-color css
<style>
a { background-color: #2E0347; }
a { background-color: rgb(46,3,71); }
div.DivClassName
{
background-color: #2E0347;
}
.BgClassName
{
background-color: #2E0347;
}
</style>
border-color css
<style>
span { border-color: #2E0347; }
span { border-color: rgb(46,3,71); }
td.TdClassName
{
border-color: #2E0347;
}
.TagClassName
{
border-color: #2E0347;
}
</style>