#2E094D

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

Shades of Blackcurrant #2E094D

Tints of Blackcurrant #2E094D

Color information

#2E094D (or 0x2E094D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 09 and 4D. RGB value is (46,9,77). Sum of RGB (Red+Green+Blue) = 46+9+77=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E094D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E094D is #D1F6B2. Grayscale: #1B1B1B. Windows color (decimal): -13760179 or 5048622. OLE color: 5048622.

HSL color Cylindrical-coordinate representation of color #2E094D: hue angle of 272.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E094D is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB46977-
CMYK0.400.8800.70
HSL272.65º79.07%16.86%-
HSV(B)272.65º88.31%30.2%-
XYZ2.561.317.14-
YUV27.82155.76140.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=34.85%
G=6.82%
B=58.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal469770.400.8800.70272.6579.0716.86
Hex2E94D28580461114f11
Octal561111550130010642111721
Binary10111010011001101101000101100001000110100010001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,9,77); }

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

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

 a { background-color: rgb(46,9,77); }

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

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

 span { border-color: rgb(46,9,77); }

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