#2E1945

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

Shades of Blackcurrant #2E1945

Tints of Blackcurrant #2E1945

Color information

#2E1945 (or 0x2E1945) is unknown color: approx Blackcurrant. HEX triplet: 2E, 19 and 45. RGB value is (46,25,69). Sum of RGB (Red+Green+Blue) = 46+25+69=140 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1945 is #D1E6BA. Grayscale: #242424. Windows color (decimal): -13756091 or 4528430. OLE color: 4528430.

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

Color convert

RGB462569-
CMYK0.330.6400.73
HSL268.64º46.81%18.43%-
HSV(B)268.64º63.77%27.06%-
XYZ2.551.715.83-
YUV36.3146.46134.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.86%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=32.86%
G=17.86%
B=49.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4625690.330.6400.73268.6446.8118.43
Hex2E1945214004910d2f12
Octal56311054110001114155722
Binary10111011001100010110000110000000100100110000110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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