Shades of Blackcurrant #2E024F
Tints of Blackcurrant #2E024F
RGB
CMYK
RGB Variations
Color information
#2E024F (or 0x2E024F) is known color: Blackcurrant. HEX triplet: 2E, 02 and 4F. RGB value is (46,2,79). Sum of RGB (Red+Green+Blue) = 46+2+79=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 79 (31.25% from 255 or 62.20% from 127); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E024F is #D1FDB0. Grayscale: #171717. Windows color (decimal): -13761969 or 5177902. OLE color: 5177902.
HSL color Cylindrical-coordinate representation of color #2E024F: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E024F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 2 | 79 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.69 |
| HSL | 274.29º | 0.95% | 0.16% | - |
| HSV(B) | 274.29º | 0.97% | 0.31% | - |
| XYZ | 2.56 | 1.19 | 7.49 | - |
| YUV | 23.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 79 | 0.42 | 0.97 | 0 | 0.69 | 274.29 | 0.95 | 0.16 |
| Hex | 2E | 2 | 4F | 2A | 61 | 0 | 45 | 112 | 5F | 10 |
| Octal | 56 | 2 | 117 | 52 | 141 | 0 | 105 | 422 | 137 | 20 |
| Binary | 101110 | 10 | 1001111 | 101010 | 1100001 | 0 | 1000101 | 100010010 | 1011111 | 10000 |
Color Harmonies of #2E024F
Complementary color
Monochromatic Colors of #2E024F
Black with #2E024F
Text Example
Text Example
White with #2E024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E024F; }
p { color: rgb(46,2,79); }
H1.HeaderClassName
{
color: #2E024F;
}
.AnyTagClassName
{
color: #2E024F;
}
</style>
background-color css
<style>
a { background-color: #2E024F; }
a { background-color: rgb(46,2,79); }
div.DivClassName
{
background-color: #2E024F;
}
.BgClassName
{
background-color: #2E024F;
}
</style>
border-color css
<style>
span { border-color: #2E024F; }
span { border-color: rgb(46,2,79); }
td.TdClassName
{
border-color: #2E024F;
}
.TagClassName
{
border-color: #2E024F;
}
</style>