#2E1248

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

Shades of Blackcurrant #2E1248

Tints of Blackcurrant #2E1248

Color information

#2E1248 (or 0x2E1248) is unknown color: approx Blackcurrant. HEX triplet: 2E, 12 and 48. RGB value is (46,18,72). Sum of RGB (Red+Green+Blue) = 46+18+72=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1248 is #D1EDB7. Grayscale: #202020. Windows color (decimal): -13757880 or 4723246. OLE color: 4723246.

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

Color convert

RGB461872-
CMYK0.360.7500.72
HSL271.11º60%17.65%-
HSV(B)271.11º75%28.24%-
XYZ2.511.486.28-
YUV32.53150.28137.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.82%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 72 (28.52% from 255) = 52.94%
R=33.82%
G=13.24%
B=52.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4618720.360.7500.72271.116017.65
Hex2E1248244B04810f3c12
Octal56221104411301104177422
Binary10111010010100100010010010010110100100010000111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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