Shades of Blackcurrant #2E004E
Tints of Blackcurrant #2E004E
RGB
CMYK
RGB Variations
Color information
#2E004E (or 0x2E004E) is known color: Blackcurrant. HEX triplet: 2E, 00 and 4E. RGB value is (46,0,78). Sum of RGB (Red+Green+Blue) = 46+0+78=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E004E is #D1FFB1. Grayscale: #161616. Windows color (decimal): -13762482 or 5111854. OLE color: 5111854.
HSL color Cylindrical-coordinate representation of color #2E004E: hue angle of 275.38º 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 #2E004E is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 0 | 78 | - |
| CMYK | 0.41 | 1 | 0 | 0.69 |
| HSL | 275.38º | 1% | 0.15% | - |
| HSV(B) | 275.38º | 1% | 0.31% | - |
| XYZ | 2.5 | 1.13 | 7.29 | - |
| YUV | 22.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 78 | 0.41 | 1 | 0 | 0.69 | 275.38 | 1 | 0.15 |
| Hex | 2E | 0 | 4E | 29 | 64 | 0 | 45 | 113 | 64 | F |
| Octal | 56 | 0 | 116 | 51 | 144 | 0 | 105 | 423 | 144 | 17 |
| Binary | 101110 | 0 | 1001110 | 101001 | 1100100 | 0 | 1000101 | 100010011 | 1100100 | 1111 |
Color Harmonies of #2E004E
Complementary color
Monochromatic Colors of #2E004E
Black with #2E004E
Text Example
Text Example
White with #2E004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E004E; }
p { color: rgb(46,0,78); }
H1.HeaderClassName
{
color: #2E004E;
}
.AnyTagClassName
{
color: #2E004E;
}
</style>
background-color css
<style>
a { background-color: #2E004E; }
a { background-color: rgb(46,0,78); }
div.DivClassName
{
background-color: #2E004E;
}
.BgClassName
{
background-color: #2E004E;
}
</style>
border-color css
<style>
span { border-color: #2E004E; }
span { border-color: rgb(46,0,78); }
td.TdClassName
{
border-color: #2E004E;
}
.TagClassName
{
border-color: #2E004E;
}
</style>