Shades of Blackcurrant #2E0349
Tints of Blackcurrant #2E0349
RGB
CMYK
RGB Variations
Color information
#2E0349 (or 0x2E0349) is known color: Blackcurrant. HEX triplet: 2E, 03 and 49. RGB value is (46,3,73). Sum of RGB (Red+Green+Blue) = 46+3+73=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 73 (28.91% from 255 or 59.84% from 122); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E0349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0349 is #D1FCB6. Grayscale: #171717. Windows color (decimal): -13761719 or 4784942. OLE color: 4784942.
HSL color Cylindrical-coordinate representation of color #2E0349: hue angle of 276.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0349 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 3 | 73 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.71 |
| HSL | 276.86º | 0.92% | 0.15% | - |
| HSV(B) | 276.86º | 0.96% | 0.29% | - |
| XYZ | 2.36 | 1.13 | 6.4 | - |
| YUV | 23.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 73 | 0.37 | 0.96 | 0 | 0.71 | 276.86 | 0.92 | 0.15 |
| Hex | 2E | 3 | 49 | 25 | 60 | 0 | 47 | 115 | 5C | F |
| Octal | 56 | 3 | 111 | 45 | 140 | 0 | 107 | 425 | 134 | 17 |
| Binary | 101110 | 11 | 1001001 | 100101 | 1100000 | 0 | 1000111 | 100010101 | 1011100 | 1111 |
Color Harmonies of #2E0349
Complementary color
Monochromatic Colors of #2E0349
Black with #2E0349
Text Example
Text Example
White with #2E0349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0349; }
p { color: rgb(46,3,73); }
H1.HeaderClassName
{
color: #2E0349;
}
.AnyTagClassName
{
color: #2E0349;
}
</style>
background-color css
<style>
a { background-color: #2E0349; }
a { background-color: rgb(46,3,73); }
div.DivClassName
{
background-color: #2E0349;
}
.BgClassName
{
background-color: #2E0349;
}
</style>
border-color css
<style>
span { border-color: #2E0349; }
span { border-color: rgb(46,3,73); }
td.TdClassName
{
border-color: #2E0349;
}
.TagClassName
{
border-color: #2E0349;
}
</style>