Shades of Blackcurrant #2E063C
Tints of Blackcurrant #2E063C
RGB
CMYK
RGB Variations
Color information
#2E063C (or 0x2E063C) is known color: Blackcurrant. HEX triplet: 2E, 06 and 3C. RGB value is (46,6,60). Sum of RGB (Red+Green+Blue) = 46+6+60=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 60 (23.83% from 255 or 53.57% from 112); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E063C is #D1F9C3. Grayscale: #171717. Windows color (decimal): -13760964 or 3933742. OLE color: 3933742.
HSL color Cylindrical-coordinate representation of color #2E063C: hue angle of 284.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E063C is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 6 | 60 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.76 |
| HSL | 284.44º | 0.82% | 0.13% | - |
| HSV(B) | 284.44º | 0.9% | 0.24% | - |
| XYZ | 2.01 | 1.04 | 4.37 | - |
| YUV | 24.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 60 | 0.23 | 0.90 | 0 | 0.76 | 284.44 | 0.82 | 0.13 |
| Hex | 2E | 6 | 3C | 17 | 5A | 0 | 4C | 11C | 52 | D |
| Octal | 56 | 6 | 74 | 27 | 132 | 0 | 114 | 434 | 122 | 15 |
| Binary | 101110 | 110 | 111100 | 10111 | 1011010 | 0 | 1001100 | 100011100 | 1010010 | 1101 |
Color Harmonies of #2E063C
Complementary color
Monochromatic Colors of #2E063C
Black with #2E063C
Text Example
Text Example
White with #2E063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E063C; }
p { color: rgb(46,6,60); }
H1.HeaderClassName
{
color: #2E063C;
}
.AnyTagClassName
{
color: #2E063C;
}
</style>
background-color css
<style>
a { background-color: #2E063C; }
a { background-color: rgb(46,6,60); }
div.DivClassName
{
background-color: #2E063C;
}
.BgClassName
{
background-color: #2E063C;
}
</style>
border-color css
<style>
span { border-color: #2E063C; }
span { border-color: rgb(46,6,60); }
td.TdClassName
{
border-color: #2E063C;
}
.TagClassName
{
border-color: #2E063C;
}
</style>