Shades of Blackcurrant #2E024A
Tints of Blackcurrant #2E024A
RGB
CMYK
RGB Variations
Color information
#2E024A (or 0x2E024A) is known color: Blackcurrant. HEX triplet: 2E, 02 and 4A. RGB value is (46,2,74). Sum of RGB (Red+Green+Blue) = 46+2+74=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E024A is #D1FDB5. Grayscale: #171717. Windows color (decimal): -13761974 or 4850222. OLE color: 4850222.
HSL color Cylindrical-coordinate representation of color #2E024A: hue angle of 276.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E024A is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 46 | 2 | 74 | - |
CMYK | 0.38 | 0.97 | 0 | 0.71 |
HSL | 276.67º | 0.95% | 0.15% | - |
HSV(B) | 276.67º | 0.97% | 0.29% | - |
XYZ | 2.38 | 1.12 | 6.57 | - |
YUV | 23.36 | 156.58 | 144.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 2 | 74 | 0.38 | 0.97 | 0 | 0.71 | 276.67 | 0.95 | 0.15 |
Hex | 2E | 2 | 4A | 26 | 61 | 0 | 47 | 115 | 5F | F |
Octal | 56 | 2 | 112 | 46 | 141 | 0 | 107 | 425 | 137 | 17 |
Binary | 101110 | 10 | 1001010 | 100110 | 1100001 | 0 | 1000111 | 100010101 | 1011111 | 1111 |
Color Harmonies of #2E024A
Complementary color
Monochromatic Colors of #2E024A
Black with #2E024A
Text Example
Text Example
White with #2E024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E024A; }
p { color: rgb(46,2,74); }
H1.HeaderClassName
{
color: #2E024A;
}
.AnyTagClassName
{
color: #2E024A;
}
</style>
background-color css
<style>
a { background-color: #2E024A; }
a { background-color: rgb(46,2,74); }
div.DivClassName
{
background-color: #2E024A;
}
.BgClassName
{
background-color: #2E024A;
}
</style>
border-color css
<style>
span { border-color: #2E024A; }
span { border-color: rgb(46,2,74); }
td.TdClassName
{
border-color: #2E024A;
}
.TagClassName
{
border-color: #2E024A;
}
</style>