Shades of Blackcurrant #2E0738
Tints of Blackcurrant #2E0738
RGB
CMYK
RGB Variations
Color information
#2E0738 (or 0x2E0738) is known color: Blackcurrant. HEX triplet: 2E, 07 and 38. RGB value is (46,7,56). Sum of RGB (Red+Green+Blue) = 46+7+56=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0738 is #D1F8C7. Grayscale: #181818. Windows color (decimal): -13760712 or 3671854. OLE color: 3671854.
HSL color Cylindrical-coordinate representation of color #2E0738: hue angle of 287.76º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0738 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 7 | 56 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.78 |
| HSL | 287.76º | 0.78% | 0.12% | - |
| HSV(B) | 287.76º | 0.88% | 0.22% | - |
| XYZ | 1.92 | 1.02 | 3.84 | - |
| YUV | 24.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 56 | 0.18 | 0.88 | 0 | 0.78 | 287.76 | 0.78 | 0.12 |
| Hex | 2E | 7 | 38 | 12 | 58 | 0 | 4E | 120 | 4E | C |
| Octal | 56 | 7 | 70 | 22 | 130 | 0 | 116 | 440 | 116 | 14 |
| Binary | 101110 | 111 | 111000 | 10010 | 1011000 | 0 | 1001110 | 100100000 | 1001110 | 1100 |
Color Harmonies of #2E0738
Complementary color
Monochromatic Colors of #2E0738
Black with #2E0738
Text Example
Text Example
White with #2E0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0738; }
p { color: rgb(46,7,56); }
H1.HeaderClassName
{
color: #2E0738;
}
.AnyTagClassName
{
color: #2E0738;
}
</style>
background-color css
<style>
a { background-color: #2E0738; }
a { background-color: rgb(46,7,56); }
div.DivClassName
{
background-color: #2E0738;
}
.BgClassName
{
background-color: #2E0738;
}
</style>
border-color css
<style>
span { border-color: #2E0738; }
span { border-color: rgb(46,7,56); }
td.TdClassName
{
border-color: #2E0738;
}
.TagClassName
{
border-color: #2E0738;
}
</style>