#2E114C

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

Shades of Blackcurrant #2E114C

Tints of Blackcurrant #2E114C

Color information

#2E114C (or 0x2E114C) is unknown color: approx Blackcurrant. HEX triplet: 2E, 11 and 4C. RGB value is (46,17,76). Sum of RGB (Red+Green+Blue) = 46+17+76=139 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.09% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E114C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E114C is #D1EEB3. Grayscale: #202020. Windows color (decimal): -13758132 or 4985134. OLE color: 4985134.

HSL color Cylindrical-coordinate representation of color #2E114C: hue angle of 269.49º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E114C is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB461776-
CMYK0.390.7800.70
HSL269.49º63.44%18.24%-
HSV(B)269.49º77.63%29.8%-
XYZ2.631.56.99-
YUV32.4152.61137.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.09%
GREEN value IS 17 (7.03% from 255) = 12.23%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=33.09%
G=12.23%
B=54.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4617760.390.7800.70269.4963.4418.24
Hex2E114C274E04610d3f12
Octal56211144711601064157722
Binary10111010001100110010011110011100100011010000110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E114C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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