Shades of Blackcurrant #2E0634
Tints of Blackcurrant #2E0634
RGB
CMYK
RGB Variations
Color information
#2E0634 (or 0x2E0634) is known color: Blackcurrant. HEX triplet: 2E, 06 and 34. RGB value is (46,6,52). Sum of RGB (Red+Green+Blue) = 46+6+52=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #2E0634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0634 is #D1F9CB. Grayscale: #171717. Windows color (decimal): -13760972 or 3409454. OLE color: 3409454.
HSL color Cylindrical-coordinate representation of color #2E0634: hue angle of 292.17º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0634 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 6 | 52 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.80 |
| HSL | 292.17º | 0.79% | 0.11% | - |
| HSV(B) | 292.17º | 0.88% | 0.2% | - |
| XYZ | 1.81 | 0.96 | 3.34 | - |
| YUV | 23.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 52 | 0.12 | 0.88 | 0 | 0.80 | 292.17 | 0.79 | 0.11 |
| Hex | 2E | 6 | 34 | C | 58 | 0 | 50 | 124 | 4F | B |
| Octal | 56 | 6 | 64 | 14 | 130 | 0 | 120 | 444 | 117 | 13 |
| Binary | 101110 | 110 | 110100 | 1100 | 1011000 | 0 | 1010000 | 100100100 | 1001111 | 1011 |
Color Harmonies of #2E0634
Complementary color
Monochromatic Colors of #2E0634
Black with #2E0634
Text Example
Text Example
White with #2E0634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0634; }
p { color: rgb(46,6,52); }
H1.HeaderClassName
{
color: #2E0634;
}
.AnyTagClassName
{
color: #2E0634;
}
</style>
background-color css
<style>
a { background-color: #2E0634; }
a { background-color: rgb(46,6,52); }
div.DivClassName
{
background-color: #2E0634;
}
.BgClassName
{
background-color: #2E0634;
}
</style>
border-color css
<style>
span { border-color: #2E0634; }
span { border-color: rgb(46,6,52); }
td.TdClassName
{
border-color: #2E0634;
}
.TagClassName
{
border-color: #2E0634;
}
</style>