Shades of Blackcurrant #2E0355
Tints of Blackcurrant #2E0355
RGB
CMYK
RGB Variations
Color information
#2E0355 (or 0x2E0355) is known color: Blackcurrant. HEX triplet: 2E, 03 and 55. RGB value is (46,3,85). Sum of RGB (Red+Green+Blue) = 46+3+85=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E0355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0355 is #D1FCAA. Grayscale: #181818. Windows color (decimal): -13761707 or 5571374. OLE color: 5571374.
HSL color Cylindrical-coordinate representation of color #2E0355: hue angle of 271.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0355 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 3 | 85 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.67 |
| HSL | 271.46º | 0.93% | 0.17% | - |
| HSV(B) | 271.46º | 0.96% | 0.33% | - |
| XYZ | 2.8 | 1.3 | 8.7 | - |
| YUV | 25.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 85 | 0.46 | 0.96 | 0 | 0.67 | 271.46 | 0.93 | 0.17 |
| Hex | 2E | 3 | 55 | 2E | 60 | 0 | 43 | 10F | 5D | 11 |
| Octal | 56 | 3 | 125 | 56 | 140 | 0 | 103 | 417 | 135 | 21 |
| Binary | 101110 | 11 | 1010101 | 101110 | 1100000 | 0 | 1000011 | 100001111 | 1011101 | 10001 |
Color Harmonies of #2E0355
Complementary color
Monochromatic Colors of #2E0355
Black with #2E0355
Text Example
Text Example
White with #2E0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0355; }
p { color: rgb(46,3,85); }
H1.HeaderClassName
{
color: #2E0355;
}
.AnyTagClassName
{
color: #2E0355;
}
</style>
background-color css
<style>
a { background-color: #2E0355; }
a { background-color: rgb(46,3,85); }
div.DivClassName
{
background-color: #2E0355;
}
.BgClassName
{
background-color: #2E0355;
}
</style>
border-color css
<style>
span { border-color: #2E0355; }
span { border-color: rgb(46,3,85); }
td.TdClassName
{
border-color: #2E0355;
}
.TagClassName
{
border-color: #2E0355;
}
</style>