Shades of Blackcurrant #2E044A
Tints of Blackcurrant #2E044A
RGB
CMYK
RGB Variations
Color information
#2E044A (or 0x2E044A) is known color: Blackcurrant. HEX triplet: 2E, 04 and 4A. RGB value is (46,4,74). Sum of RGB (Red+Green+Blue) = 46+4+74=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E044A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E044A is #D1FBB5. Grayscale: #181818. Windows color (decimal): -13761462 or 4850734. OLE color: 4850734.
HSL color Cylindrical-coordinate representation of color #2E044A: hue angle of 276º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E044A is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 4 | 74 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.71 |
| HSL | 276º | 0.9% | 0.15% | - |
| HSV(B) | 276º | 0.95% | 0.29% | - |
| XYZ | 2.41 | 1.16 | 6.58 | - |
| YUV | 24.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 74 | 0.38 | 0.95 | 0 | 0.71 | 276 | 0.9 | 0.15 |
| Hex | 2E | 4 | 4A | 26 | 5F | 0 | 47 | 114 | 5A | F |
| Octal | 56 | 4 | 112 | 46 | 137 | 0 | 107 | 424 | 132 | 17 |
| Binary | 101110 | 100 | 1001010 | 100110 | 1011111 | 0 | 1000111 | 100010100 | 1011010 | 1111 |
Color Harmonies of #2E044A
Complementary color
Monochromatic Colors of #2E044A
Black with #2E044A
Text Example
Text Example
White with #2E044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E044A; }
p { color: rgb(46,4,74); }
H1.HeaderClassName
{
color: #2E044A;
}
.AnyTagClassName
{
color: #2E044A;
}
</style>
background-color css
<style>
a { background-color: #2E044A; }
a { background-color: rgb(46,4,74); }
div.DivClassName
{
background-color: #2E044A;
}
.BgClassName
{
background-color: #2E044A;
}
</style>
border-color css
<style>
span { border-color: #2E044A; }
span { border-color: rgb(46,4,74); }
td.TdClassName
{
border-color: #2E044A;
}
.TagClassName
{
border-color: #2E044A;
}
</style>