#2E113F

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

Shades of Blackcurrant #2E113F

Tints of Blackcurrant #2E113F

Color information

#2E113F (or 0x2E113F) is unknown color: approx Blackcurrant. HEX triplet: 2E, 11 and 3F. RGB value is (46,17,63). Sum of RGB (Red+Green+Blue) = 46+17+63=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E113F is #D1EEC0. Grayscale: #1E1E1E. Windows color (decimal): -13758145 or 4133166. OLE color: 4133166.

HSL color Cylindrical-coordinate representation of color #2E113F: hue angle of 277.83º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E113F is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB461763-
CMYK0.270.7300.75
HSL277.83º57.5%15.69%-
HSV(B)277.83º73.02%24.71%-
XYZ2.221.344.84-
YUV30.92146.11138.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.51%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 63 (25% from 255) = 50%
R=36.51%
G=13.49%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4617630.270.7300.75277.8357.515.69
Hex2E113F1B4904B1163a10
Octal5621773311101134267220
Binary101110100011111111101110010010100101110001011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E113F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,63); }

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

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

 a { background-color: rgb(46,17,63); }

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

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

 span { border-color: rgb(46,17,63); }

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