Shades of Blackcurrant #2E054F
Tints of Blackcurrant #2E054F
RGB
CMYK
RGB Variations
Color information
#2E054F (or 0x2E054F) is known color: Blackcurrant. HEX triplet: 2E, 05 and 4F. RGB value is (46,5,79). Sum of RGB (Red+Green+Blue) = 46+5+79=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E054F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E054F is #D1FAB0. Grayscale: #191919. Windows color (decimal): -13761201 or 5178670. OLE color: 5178670.
HSL color Cylindrical-coordinate representation of color #2E054F: hue angle of 273.24º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E054F is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 5 | 79 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.69 |
| HSL | 273.24º | 0.88% | 0.16% | - |
| HSV(B) | 273.24º | 0.94% | 0.31% | - |
| XYZ | 2.59 | 1.25 | 7.5 | - |
| YUV | 25.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 79 | 0.42 | 0.94 | 0 | 0.69 | 273.24 | 0.88 | 0.16 |
| Hex | 2E | 5 | 4F | 2A | 5E | 0 | 45 | 111 | 58 | 10 |
| Octal | 56 | 5 | 117 | 52 | 136 | 0 | 105 | 421 | 130 | 20 |
| Binary | 101110 | 101 | 1001111 | 101010 | 1011110 | 0 | 1000101 | 100010001 | 1011000 | 10000 |
Color Harmonies of #2E054F
Complementary color
Monochromatic Colors of #2E054F
Black with #2E054F
Text Example
Text Example
White with #2E054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E054F; }
p { color: rgb(46,5,79); }
H1.HeaderClassName
{
color: #2E054F;
}
.AnyTagClassName
{
color: #2E054F;
}
</style>
background-color css
<style>
a { background-color: #2E054F; }
a { background-color: rgb(46,5,79); }
div.DivClassName
{
background-color: #2E054F;
}
.BgClassName
{
background-color: #2E054F;
}
</style>
border-color css
<style>
span { border-color: #2E054F; }
span { border-color: rgb(46,5,79); }
td.TdClassName
{
border-color: #2E054F;
}
.TagClassName
{
border-color: #2E054F;
}
</style>