Shades of Blackcurrant #2E0345
Tints of Blackcurrant #2E0345
RGB
CMYK
RGB Variations
Color information
#2E0345 (or 0x2E0345) is known color: Blackcurrant. HEX triplet: 2E, 03 and 45. RGB value is (46,3,69). Sum of RGB (Red+Green+Blue) = 46+3+69=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E0345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0345 is #D1FCBA. Grayscale: #171717. Windows color (decimal): -13761723 or 4522798. OLE color: 4522798.
HSL color Cylindrical-coordinate representation of color #2E0345: hue angle of 279.09º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0345 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 3 | 69 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.73 |
| HSL | 279.09º | 0.92% | 0.14% | - |
| HSV(B) | 279.09º | 0.96% | 0.27% | - |
| XYZ | 2.23 | 1.08 | 5.72 | - |
| YUV | 23.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 69 | 0.33 | 0.96 | 0 | 0.73 | 279.09 | 0.92 | 0.14 |
| Hex | 2E | 3 | 45 | 21 | 60 | 0 | 49 | 117 | 5C | E |
| Octal | 56 | 3 | 105 | 41 | 140 | 0 | 111 | 427 | 134 | 16 |
| Binary | 101110 | 11 | 1000101 | 100001 | 1100000 | 0 | 1001001 | 100010111 | 1011100 | 1110 |
Color Harmonies of #2E0345
Complementary color
Monochromatic Colors of #2E0345
Black with #2E0345
Text Example
Text Example
White with #2E0345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0345; }
p { color: rgb(46,3,69); }
H1.HeaderClassName
{
color: #2E0345;
}
.AnyTagClassName
{
color: #2E0345;
}
</style>
background-color css
<style>
a { background-color: #2E0345; }
a { background-color: rgb(46,3,69); }
div.DivClassName
{
background-color: #2E0345;
}
.BgClassName
{
background-color: #2E0345;
}
</style>
border-color css
<style>
span { border-color: #2E0345; }
span { border-color: rgb(46,3,69); }
td.TdClassName
{
border-color: #2E0345;
}
.TagClassName
{
border-color: #2E0345;
}
</style>