Shades of Blackcurrant #2E0455
Tints of Blackcurrant #2E0455
RGB
CMYK
RGB Variations
Color information
#2E0455 (or 0x2E0455) is known color: Blackcurrant. HEX triplet: 2E, 04 and 55. RGB value is (46,4,85). Sum of RGB (Red+Green+Blue) = 46+4+85=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E0455 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0455 is #D1FBAA. Grayscale: #191919. Windows color (decimal): -13761451 or 5571630. OLE color: 5571630.
HSL color Cylindrical-coordinate representation of color #2E0455: hue angle of 271.11º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0455 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 4 | 85 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.67 |
| HSL | 271.11º | 0.91% | 0.17% | - |
| HSV(B) | 271.11º | 0.95% | 0.33% | - |
| XYZ | 2.81 | 1.32 | 8.7 | - |
| YUV | 25.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 85 | 0.46 | 0.95 | 0 | 0.67 | 271.11 | 0.91 | 0.17 |
| Hex | 2E | 4 | 55 | 2E | 5F | 0 | 43 | 10F | 5B | 11 |
| Octal | 56 | 4 | 125 | 56 | 137 | 0 | 103 | 417 | 133 | 21 |
| Binary | 101110 | 100 | 1010101 | 101110 | 1011111 | 0 | 1000011 | 100001111 | 1011011 | 10001 |
Color Harmonies of #2E0455
Complementary color
Monochromatic Colors of #2E0455
Black with #2E0455
Text Example
Text Example
White with #2E0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0455; }
p { color: rgb(46,4,85); }
H1.HeaderClassName
{
color: #2E0455;
}
.AnyTagClassName
{
color: #2E0455;
}
</style>
background-color css
<style>
a { background-color: #2E0455; }
a { background-color: rgb(46,4,85); }
div.DivClassName
{
background-color: #2E0455;
}
.BgClassName
{
background-color: #2E0455;
}
</style>
border-color css
<style>
span { border-color: #2E0455; }
span { border-color: rgb(46,4,85); }
td.TdClassName
{
border-color: #2E0455;
}
.TagClassName
{
border-color: #2E0455;
}
</style>