Shades of Blackcurrant #2E004F
Tints of Blackcurrant #2E004F
RGB
CMYK
RGB Variations
Color information
#2E004F (or 0x2E004F) is known color: Blackcurrant. HEX triplet: 2E, 00 and 4F. RGB value is (46,0,79). Sum of RGB (Red+Green+Blue) = 46+0+79=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #2E004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E004F is #D1FFB0. Grayscale: #161616. Windows color (decimal): -13762481 or 5177390. OLE color: 5177390.
HSL color Cylindrical-coordinate representation of color #2E004F: hue angle of 274.94º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E004F is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 0 | 79 | - |
| CMYK | 0.42 | 1 | 0 | 0.69 |
| HSL | 274.94º | 1% | 0.15% | - |
| HSV(B) | 274.94º | 1% | 0.31% | - |
| XYZ | 2.54 | 1.15 | 7.48 | - |
| YUV | 22.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 79 | 0.42 | 1 | 0 | 0.69 | 274.94 | 1 | 0.15 |
| Hex | 2E | 0 | 4F | 2A | 64 | 0 | 45 | 113 | 64 | F |
| Octal | 56 | 0 | 117 | 52 | 144 | 0 | 105 | 423 | 144 | 17 |
| Binary | 101110 | 0 | 1001111 | 101010 | 1100100 | 0 | 1000101 | 100010011 | 1100100 | 1111 |
Color Harmonies of #2E004F
Complementary color
Monochromatic Colors of #2E004F
Black with #2E004F
Text Example
Text Example
White with #2E004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E004F; }
p { color: rgb(46,0,79); }
H1.HeaderClassName
{
color: #2E004F;
}
.AnyTagClassName
{
color: #2E004F;
}
</style>
background-color css
<style>
a { background-color: #2E004F; }
a { background-color: rgb(46,0,79); }
div.DivClassName
{
background-color: #2E004F;
}
.BgClassName
{
background-color: #2E004F;
}
</style>
border-color css
<style>
span { border-color: #2E004F; }
span { border-color: rgb(46,0,79); }
td.TdClassName
{
border-color: #2E004F;
}
.TagClassName
{
border-color: #2E004F;
}
</style>