#2E0355

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

Shades of Blackcurrant #2E0355

Tints of Blackcurrant #2E0355

Color information

#2E0355 (or 0x2E0355) is unknown color: approx Blackcurrant. HEX triplet: 2E, 03 and 55. RGB value is (46,3,85). Sum of RGB (Red+Green+Blue) = 46+3+85=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E0355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0355 is #D1FCAA. Grayscale: #181818. Windows color (decimal): -13761707 or 5571374. OLE color: 5571374.

HSL color Cylindrical-coordinate representation of color #2E0355: hue angle of 271.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0355 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB46385-
CMYK0.460.9600.67
HSL271.46º93.18%17.25%-
HSV(B)271.46º96.47%33.33%-
XYZ2.81.38.7-
YUV25.2161.75142.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.33%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 85 (33.59% from 255) = 63.43%
R=34.33%
G=2.24%
B=63.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal463850.460.9600.67271.4693.1817.25
Hex2E3552E6004310f5d11
Octal56312556140010341713521
Binary101110111010101101110110000001000011100001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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