Shades of Blackcurrant #2E1646
Tints of Blackcurrant #2E1646
RGB
CMYK
RGB Variations
Color information
#2E1646 (or 0x2E1646) is known color: Blackcurrant. HEX triplet: 2E, 16 and 46. RGB value is (46,22,70). Sum of RGB (Red+Green+Blue) = 46+22+70=138 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.33% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E1646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1646 is #D1E9B9. Grayscale: #222222. Windows color (decimal): -13756858 or 4593198. OLE color: 4593198.
HSL color Cylindrical-coordinate representation of color #2E1646: hue angle of 270º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E1646 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 22 | 70 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.73 |
| HSL | 270º | 0.52% | 0.18% | - |
| HSV(B) | 270º | 0.69% | 0.27% | - |
| XYZ | 2.52 | 1.6 | 5.97 | - |
| YUV | 34.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 70 | 0.34 | 0.69 | 0 | 0.73 | 270 | 0.52 | 0.18 |
| Hex | 2E | 16 | 46 | 22 | 45 | 0 | 49 | 10E | 34 | 12 |
| Octal | 56 | 26 | 106 | 42 | 105 | 0 | 111 | 416 | 64 | 22 |
| Binary | 101110 | 10110 | 1000110 | 100010 | 1000101 | 0 | 1001001 | 100001110 | 110100 | 10010 |
Color Harmonies of #2E1646
Complementary color
Monochromatic Colors of #2E1646
Black with #2E1646
Text Example
Text Example
White with #2E1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1646; }
p { color: rgb(46,22,70); }
H1.HeaderClassName
{
color: #2E1646;
}
.AnyTagClassName
{
color: #2E1646;
}
</style>
background-color css
<style>
a { background-color: #2E1646; }
a { background-color: rgb(46,22,70); }
div.DivClassName
{
background-color: #2E1646;
}
.BgClassName
{
background-color: #2E1646;
}
</style>
border-color css
<style>
span { border-color: #2E1646; }
span { border-color: rgb(46,22,70); }
td.TdClassName
{
border-color: #2E1646;
}
.TagClassName
{
border-color: #2E1646;
}
</style>