#2E1543

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

Shades of Blackcurrant #2E1543

Tints of Blackcurrant #2E1543

Color information

#2E1543 (or 0x2E1543) is unknown color: approx Blackcurrant. HEX triplet: 2E, 15 and 43. RGB value is (46,21,67). Sum of RGB (Red+Green+Blue) = 46+21+67=134 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.33% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #2E1543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1543 is #D1EABC. Grayscale: #212121. Windows color (decimal): -13757117 or 4396334. OLE color: 4396334.

HSL color Cylindrical-coordinate representation of color #2E1543: hue angle of 272.61º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E1543 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB462167-
CMYK0.310.6900.74
HSL272.61º52.27%17.25%-
HSV(B)272.61º68.66%26.27%-
XYZ2.411.525.48-
YUV33.72146.78136.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.33%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 67 (26.56% from 255) = 50%
R=34.33%
G=15.67%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4621670.310.6900.74272.6152.2717.25
Hex2E15431F4504A1113411
Octal56251033710501124216421
Binary1011101010110000111111110001010100101010001000111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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