#2E1148

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

Shades of Blackcurrant #2E1148

Tints of Blackcurrant #2E1148

Color information

#2E1148 (or 0x2E1148) is unknown color: approx Blackcurrant. HEX triplet: 2E, 11 and 48. RGB value is (46,17,72). Sum of RGB (Red+Green+Blue) = 46+17+72=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1148 is #D1EEB7. Grayscale: #1F1F1F. Windows color (decimal): -13758136 or 4722990. OLE color: 4722990.

HSL color Cylindrical-coordinate representation of color #2E1148: hue angle of 271.64º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E1148 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB461772-
CMYK0.360.7600.72
HSL271.64º61.8%17.45%-
HSV(B)271.64º76.39%28.24%-
XYZ2.51.456.28-
YUV31.94150.61138.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=34.07%
G=12.59%
B=53.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4617720.360.7600.72271.6461.817.45
Hex2E1148244C0481103e11
Octal56211104411401104207621
Binary10111010001100100010010010011000100100010001000011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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