#2E1940

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

Shades of Blackcurrant #2E1940

Tints of Blackcurrant #2E1940

Color information

#2E1940 (or 0x2E1940) is unknown color: approx Blackcurrant. HEX triplet: 2E, 19 and 40. RGB value is (46,25,64). Sum of RGB (Red+Green+Blue) = 46+25+64=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E1940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1940 is #D1E6BF. Grayscale: #232323. Windows color (decimal): -13756096 or 4200750. OLE color: 4200750.

HSL color Cylindrical-coordinate representation of color #2E1940: hue angle of 272.31º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1940 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB462564-
CMYK0.280.6100.75
HSL272.31º43.82%17.45%-
HSV(B)272.31º60.94%25.1%-
XYZ2.41.655.04-
YUV35.72143.96135.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=34.07%
G=18.52%
B=47.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4625640.280.6100.75272.3143.8217.45
Hex2E19401C3D04B1102c11
Octal5631100347501134205421
Binary101110110011000000111001111010100101110001000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,25,64); }

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

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

 a { background-color: rgb(46,25,64); }

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

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

 span { border-color: rgb(46,25,64); }

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