#2E1348

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

Shades of Blackcurrant #2E1348

Tints of Blackcurrant #2E1348

Color information

#2E1348 (or 0x2E1348) is unknown color: approx Blackcurrant. HEX triplet: 2E, 13 and 48. RGB value is (46,19,72). Sum of RGB (Red+Green+Blue) = 46+19+72=137 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.58% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1348 is #D1ECB7. Grayscale: #202020. Windows color (decimal): -13757624 or 4723502. OLE color: 4723502.

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

Color convert

RGB461972-
CMYK0.360.7400.72
HSL270.57º58.24%17.84%-
HSV(B)270.57º73.61%28.24%-
XYZ2.531.516.29-
YUV33.11149.95137.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.58%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=33.58%
G=13.87%
B=52.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4619720.360.7400.72270.5758.2417.84
Hex2E1348244A04810f3a12
Octal56231104411201104177222
Binary10111010011100100010010010010100100100010000111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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