Shades of Blackcurrant #2E0638
Tints of Blackcurrant #2E0638
RGB
CMYK
RGB Variations
Color information
#2E0638 (or 0x2E0638) is known color: Blackcurrant. HEX triplet: 2E, 06 and 38. RGB value is (46,6,56). Sum of RGB (Red+Green+Blue) = 46+6+56=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #2E0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0638 is #D1F9C7. Grayscale: #171717. Windows color (decimal): -13760968 or 3671598. OLE color: 3671598.
HSL color Cylindrical-coordinate representation of color #2E0638: hue angle of 288º degrees, saturation: 0.81, 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 #2E0638 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 46 | 6 | 56 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.78 |
| HSL | 288º | 0.81% | 0.12% | - |
| HSV(B) | 288º | 0.89% | 0.22% | - |
| XYZ | 1.91 | 1 | 3.83 | - |
| YUV | 23.66 | 146.25 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 56 | 0.18 | 0.89 | 0 | 0.78 | 288 | 0.81 | 0.12 |
| Hex | 2E | 6 | 38 | 12 | 59 | 0 | 4E | 120 | 51 | C |
| Octal | 56 | 6 | 70 | 22 | 131 | 0 | 116 | 440 | 121 | 14 |
| Binary | 101110 | 110 | 111000 | 10010 | 1011001 | 0 | 1001110 | 100100000 | 1010001 | 1100 |
Color Harmonies of #2E0638
Complementary color
Monochromatic Colors of #2E0638
Black with #2E0638
Text Example
Text Example
White with #2E0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0638; }
p { color: rgb(46,6,56); }
H1.HeaderClassName
{
color: #2E0638;
}
.AnyTagClassName
{
color: #2E0638;
}
</style>
background-color css
<style>
a { background-color: #2E0638; }
a { background-color: rgb(46,6,56); }
div.DivClassName
{
background-color: #2E0638;
}
.BgClassName
{
background-color: #2E0638;
}
</style>
border-color css
<style>
span { border-color: #2E0638; }
span { border-color: rgb(46,6,56); }
td.TdClassName
{
border-color: #2E0638;
}
.TagClassName
{
border-color: #2E0638;
}
</style>