#2E1545

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

Shades of Blackcurrant #2E1545

Tints of Blackcurrant #2E1545

Color information

#2E1545 (or 0x2E1545) is unknown color: approx Blackcurrant. HEX triplet: 2E, 15 and 45. RGB value is (46,21,69). Sum of RGB (Red+Green+Blue) = 46+21+69=136 (18% of max value = 765). Red value is 46 (18.36% from 255 or 33.82% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 69 (27.34% from 255 or 50.74% from 136); Max value from RGB is 69 - color contains mainly: blue. Hex color #2E1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1545 is #D1EABA. Grayscale: #212121. Windows color (decimal): -13757115 or 4527406. OLE color: 4527406.

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

Color convert

RGB462169-
CMYK0.330.7000.73
HSL271.25º53.33%17.65%-
HSV(B)271.25º69.57%27.06%-
XYZ2.471.555.8-
YUV33.95147.78136.6-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 33.82%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 69 (27.34% from 255) = 50.74%
R=33.82%
G=15.44%
B=50.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4621690.330.7000.73271.2553.3317.65
Hex2E1545214604910f3512
Octal56251054110601114176522
Binary10111010101100010110000110001100100100110000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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