#2E054D

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

Shades of Blackcurrant #2E054D

Tints of Blackcurrant #2E054D

Color information

#2E054D (or 0x2E054D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 05 and 4D. RGB value is (46,5,77). Sum of RGB (Red+Green+Blue) = 46+5+77=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E054D is #D1FAB2. Grayscale: #191919. Windows color (decimal): -13761203 or 5047598. OLE color: 5047598.

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

Color convert

RGB46577-
CMYK0.400.9400.70
HSL274.17º87.8%16.08%-
HSV(B)274.17º93.51%30.2%-
XYZ2.521.237.12-
YUV25.47157.08142.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.94%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=35.94%
G=3.91%
B=60.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal465770.400.9400.70274.1787.816.08
Hex2E54D285E0461125810
Octal56511550136010642213020
Binary1011101011001101101000101111001000110100010010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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