#2E0255

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

Shades of Blackcurrant #2E0255

Tints of Blackcurrant #2E0255

Color information

#2E0255 (or 0x2E0255) is unknown color: approx Blackcurrant. HEX triplet: 2E, 02 and 55. RGB value is (46,2,85). Sum of RGB (Red+Green+Blue) = 46+2+85=133 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.59% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #2E0255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0255 is #D1FDAA. Grayscale: #181818. Windows color (decimal): -13761963 or 5571118. OLE color: 5571118.

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

Color convert

RGB46285-
CMYK0.460.9800.67
HSL271.81º95.4%17.06%-
HSV(B)271.81º97.65%33.33%-
XYZ2.791.288.69-
YUV24.62162.08143.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.59%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=34.59%
G=1.50%
B=63.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal462850.460.9800.67271.8195.417.06
Hex2E2552E620431105f11
Octal56212556142010342013721
Binary101110101010101101110110001001000011100010000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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