#2E084E

Color #2E084E Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #2E084E

Tints of Blackcurrant #2E084E

Color information

#2E084E (or 0x2E084E) is unknown color: approx Blackcurrant. HEX triplet: 2E, 08 and 4E. RGB value is (46,8,78). Sum of RGB (Red+Green+Blue) = 46+8+78=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E084E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E084E is #D1F7B1. Grayscale: #1B1B1B. Windows color (decimal): -13760434 or 5113902. OLE color: 5113902.

HSL color Cylindrical-coordinate representation of color #2E084E: hue angle of 272.57º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E084E is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB46878-
CMYK0.410.9000.69
HSL272.57º81.4%16.86%-
HSV(B)272.57º89.74%30.59%-
XYZ2.591.37.32-
YUV27.34156.59141.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 8 (3.52% from 255) = 6.06%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=34.85%
G=6.06%
B=59.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal468780.410.9000.69272.5781.416.86
Hex2E84E295A0451115111
Octal561011651132010542112121
Binary10111010001001110101001101101001000101100010001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E084E; }

 p { color: rgb(46,8,78); }

 H1.HeaderClassName
 {
   color: #2E084E;
 }
 .AnyTagClassName
 {
   color: #2E084E;
 }
</style>
background-color css

<style>
 a { background-color: #2E084E; }

 a { background-color: rgb(46,8,78); }

 div.DivClassName
 {
   background-color: #2E084E;
 }
 .BgClassName
 {
   background-color: #2E084E;
 }
</style>
border-color css

<style>
 span { border-color: #2E084E; }

 span { border-color: rgb(46,8,78); }

 td.TdClassName
 {
   border-color: #2E084E;
 }
 .TagClassName
 {
   border-color: #2E084E;
 }
</style>