Shades of Blackcurrant #2E013D
Tints of Blackcurrant #2E013D
RGB
CMYK
RGB Variations
Color information
#2E013D (or 0x2E013D) is known color: Blackcurrant. HEX triplet: 2E, 01 and 3D. RGB value is (46,1,61). Sum of RGB (Red+Green+Blue) = 46+1+61=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E013D is #D1FEC2. Grayscale: #151515. Windows color (decimal): -13762243 or 3997998. OLE color: 3997998.
HSL color Cylindrical-coordinate representation of color #2E013D: hue angle of 285º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E013D is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 1 | 61 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.76 |
| HSL | 285º | 0.97% | 0.12% | - |
| HSV(B) | 285º | 0.98% | 0.24% | - |
| XYZ | 1.98 | 0.94 | 4.49 | - |
| YUV | 21.3 | 150.41 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 1 | 61 | 0.25 | 0.98 | 0 | 0.76 | 285 | 0.97 | 0.12 |
| Hex | 2E | 1 | 3D | 19 | 62 | 0 | 4C | 11D | 61 | C |
| Octal | 56 | 1 | 75 | 31 | 142 | 0 | 114 | 435 | 141 | 14 |
| Binary | 101110 | 1 | 111101 | 11001 | 1100010 | 0 | 1001100 | 100011101 | 1100001 | 1100 |
Color Harmonies of #2E013D
Complementary color
Monochromatic Colors of #2E013D
Black with #2E013D
Text Example
Text Example
White with #2E013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E013D; }
p { color: rgb(46,1,61); }
H1.HeaderClassName
{
color: #2E013D;
}
.AnyTagClassName
{
color: #2E013D;
}
</style>
background-color css
<style>
a { background-color: #2E013D; }
a { background-color: rgb(46,1,61); }
div.DivClassName
{
background-color: #2E013D;
}
.BgClassName
{
background-color: #2E013D;
}
</style>
border-color css
<style>
span { border-color: #2E013D; }
span { border-color: rgb(46,1,61); }
td.TdClassName
{
border-color: #2E013D;
}
.TagClassName
{
border-color: #2E013D;
}
</style>