#2E1345

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

Shades of Blackcurrant #2E1345

Tints of Blackcurrant #2E1345

Color information

#2E1345 (or 0x2E1345) is unknown color: approx Blackcurrant. HEX triplet: 2E, 13 and 45. RGB value is (46,19,69). Sum of RGB (Red+Green+Blue) = 46+19+69=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1345 is #D1ECBA. Grayscale: #202020. Windows color (decimal): -13757627 or 4526894. OLE color: 4526894.

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

Color convert

RGB461969-
CMYK0.330.7200.73
HSL272.4º56.82%17.25%-
HSV(B)272.4º72.46%27.06%-
XYZ2.431.485.79-
YUV32.77148.45137.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.33%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 69 (27.34% from 255) = 51.49%
R=34.33%
G=14.18%
B=51.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4619690.330.7200.73272.456.8217.25
Hex2E134521480491103911
Octal56231054111001114207121
Binary10111010011100010110000110010000100100110001000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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