Shades of Blackcurrant #2E1745
Tints of Blackcurrant #2E1745
RGB
CMYK
RGB Variations
Color information
#2E1745 (or 0x2E1745) is known color: Blackcurrant. HEX triplet: 2E, 17 and 45. RGB value is (46,23,69). Sum of RGB (Red+Green+Blue) = 46+23+69=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1745 is #D1E8BA. Grayscale: #222222. Windows color (decimal): -13756603 or 4527918. OLE color: 4527918.
HSL color Cylindrical-coordinate representation of color #2E1745: hue angle of 270º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E1745 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 23 | 69 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.73 |
| HSL | 270º | 0.5% | 0.18% | - |
| HSV(B) | 270º | 0.67% | 0.27% | - |
| XYZ | 2.51 | 1.62 | 5.81 | - |
| YUV | 35.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 69 | 0.33 | 0.67 | 0 | 0.73 | 270 | 0.5 | 0.18 |
| Hex | 2E | 17 | 45 | 21 | 43 | 0 | 49 | 10E | 32 | 12 |
| Octal | 56 | 27 | 105 | 41 | 103 | 0 | 111 | 416 | 62 | 22 |
| Binary | 101110 | 10111 | 1000101 | 100001 | 1000011 | 0 | 1001001 | 100001110 | 110010 | 10010 |
Color Harmonies of #2E1745
Complementary color
Monochromatic Colors of #2E1745
Black with #2E1745
Text Example
Text Example
White with #2E1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1745; }
p { color: rgb(46,23,69); }
H1.HeaderClassName
{
color: #2E1745;
}
.AnyTagClassName
{
color: #2E1745;
}
</style>
background-color css
<style>
a { background-color: #2E1745; }
a { background-color: rgb(46,23,69); }
div.DivClassName
{
background-color: #2E1745;
}
.BgClassName
{
background-color: #2E1745;
}
</style>
border-color css
<style>
span { border-color: #2E1745; }
span { border-color: rgb(46,23,69); }
td.TdClassName
{
border-color: #2E1745;
}
.TagClassName
{
border-color: #2E1745;
}
</style>