#2E034D

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

Shades of Blackcurrant #2E034D

Tints of Blackcurrant #2E034D

Color information

#2E034D (or 0x2E034D) is unknown color: approx Blackcurrant. HEX triplet: 2E, 03 and 4D. RGB value is (46,3,77). Sum of RGB (Red+Green+Blue) = 46+3+77=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E034D is #D1FCB2. Grayscale: #181818. Windows color (decimal): -13761715 or 5047086. OLE color: 5047086.

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

Color convert

RGB46377-
CMYK0.400.9600.70
HSL274.86º92.5%15.69%-
HSV(B)274.86º96.1%30.2%-
XYZ2.51.187.12-
YUV24.29157.75143.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.51%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=36.51%
G=2.38%
B=61.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal463770.400.9600.70274.8692.515.69
Hex2E34D28600461135c10
Octal56311550140010642313420
Binary101110111001101101000110000001000110100010011101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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