Shades of Blackcurrant #2E0254
Tints of Blackcurrant #2E0254
RGB
CMYK
RGB Variations
Color information
#2E0254 (or 0x2E0254) is known color: Blackcurrant. HEX triplet: 2E, 02 and 54. RGB value is (46,2,84). Sum of RGB (Red+Green+Blue) = 46+2+84=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #2E0254 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0254 is #D1FDAB. Grayscale: #181818. Windows color (decimal): -13761964 or 5505582. OLE color: 5505582.
HSL color Cylindrical-coordinate representation of color #2E0254: hue angle of 272.2º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2E0254 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 46 | 2 | 84 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.67 |
| HSL | 272.2º | 0.95% | 0.17% | - |
| HSV(B) | 272.2º | 0.98% | 0.33% | - |
| XYZ | 2.75 | 1.26 | 8.49 | - |
| YUV | 24.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 84 | 0.45 | 0.98 | 0 | 0.67 | 272.2 | 0.95 | 0.17 |
| Hex | 2E | 2 | 54 | 2D | 62 | 0 | 43 | 110 | 5F | 11 |
| Octal | 56 | 2 | 124 | 55 | 142 | 0 | 103 | 420 | 137 | 21 |
| Binary | 101110 | 10 | 1010100 | 101101 | 1100010 | 0 | 1000011 | 100010000 | 1011111 | 10001 |
Color Harmonies of #2E0254
Complementary color
Monochromatic Colors of #2E0254
Black with #2E0254
Text Example
Text Example
White with #2E0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0254; }
p { color: rgb(46,2,84); }
H1.HeaderClassName
{
color: #2E0254;
}
.AnyTagClassName
{
color: #2E0254;
}
</style>
background-color css
<style>
a { background-color: #2E0254; }
a { background-color: rgb(46,2,84); }
div.DivClassName
{
background-color: #2E0254;
}
.BgClassName
{
background-color: #2E0254;
}
</style>
border-color css
<style>
span { border-color: #2E0254; }
span { border-color: rgb(46,2,84); }
td.TdClassName
{
border-color: #2E0254;
}
.TagClassName
{
border-color: #2E0254;
}
</style>