Shades of Blackcurrant #2E033D
Tints of Blackcurrant #2E033D
RGB
CMYK
RGB Variations
Color information
#2E033D (or 0x2E033D) is known color: Blackcurrant. HEX triplet: 2E, 03 and 3D. RGB value is (46,3,61). Sum of RGB (Red+Green+Blue) = 46+3+61=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E033D is #D1FCC2. Grayscale: #161616. Windows color (decimal): -13761731 or 3998510. OLE color: 3998510.
HSL color Cylindrical-coordinate representation of color #2E033D: hue angle of 284.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E033D is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 3 | 61 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.76 |
| HSL | 284.48º | 0.91% | 0.13% | - |
| HSV(B) | 284.48º | 0.95% | 0.24% | - |
| XYZ | 2 | 0.98 | 4.5 | - |
| YUV | 22.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 61 | 0.25 | 0.95 | 0 | 0.76 | 284.48 | 0.91 | 0.13 |
| Hex | 2E | 3 | 3D | 19 | 5F | 0 | 4C | 11C | 5B | D |
| Octal | 56 | 3 | 75 | 31 | 137 | 0 | 114 | 434 | 133 | 15 |
| Binary | 101110 | 11 | 111101 | 11001 | 1011111 | 0 | 1001100 | 100011100 | 1011011 | 1101 |
Color Harmonies of #2E033D
Complementary color
Monochromatic Colors of #2E033D
Black with #2E033D
Text Example
Text Example
White with #2E033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E033D; }
p { color: rgb(46,3,61); }
H1.HeaderClassName
{
color: #2E033D;
}
.AnyTagClassName
{
color: #2E033D;
}
</style>
background-color css
<style>
a { background-color: #2E033D; }
a { background-color: rgb(46,3,61); }
div.DivClassName
{
background-color: #2E033D;
}
.BgClassName
{
background-color: #2E033D;
}
</style>
border-color css
<style>
span { border-color: #2E033D; }
span { border-color: rgb(46,3,61); }
td.TdClassName
{
border-color: #2E033D;
}
.TagClassName
{
border-color: #2E033D;
}
</style>