Shades of Blackcurrant #2E0637
Tints of Blackcurrant #2E0637
RGB
CMYK
RGB Variations
Color information
#2E0637 (or 0x2E0637) is known color: Blackcurrant. HEX triplet: 2E, 06 and 37. RGB value is (46,6,55). Sum of RGB (Red+Green+Blue) = 46+6+55=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #2E0637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0637 is #D1F9C8. Grayscale: #171717. Windows color (decimal): -13760969 or 3606062. OLE color: 3606062.
HSL color Cylindrical-coordinate representation of color #2E0637: hue angle of 288.98º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0637 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 6 | 55 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.78 |
| HSL | 288.98º | 0.8% | 0.12% | - |
| HSV(B) | 288.98º | 0.89% | 0.22% | - |
| XYZ | 1.88 | 0.99 | 3.71 | - |
| YUV | 23.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 55 | 0.16 | 0.89 | 0 | 0.78 | 288.98 | 0.8 | 0.12 |
| Hex | 2E | 6 | 37 | 10 | 59 | 0 | 4E | 121 | 50 | C |
| Octal | 56 | 6 | 67 | 20 | 131 | 0 | 116 | 441 | 120 | 14 |
| Binary | 101110 | 110 | 110111 | 10000 | 1011001 | 0 | 1001110 | 100100001 | 1010000 | 1100 |
Color Harmonies of #2E0637
Complementary color
Monochromatic Colors of #2E0637
Black with #2E0637
Text Example
Text Example
White with #2E0637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0637; }
p { color: rgb(46,6,55); }
H1.HeaderClassName
{
color: #2E0637;
}
.AnyTagClassName
{
color: #2E0637;
}
</style>
background-color css
<style>
a { background-color: #2E0637; }
a { background-color: rgb(46,6,55); }
div.DivClassName
{
background-color: #2E0637;
}
.BgClassName
{
background-color: #2E0637;
}
</style>
border-color css
<style>
span { border-color: #2E0637; }
span { border-color: rgb(46,6,55); }
td.TdClassName
{
border-color: #2E0637;
}
.TagClassName
{
border-color: #2E0637;
}
</style>