#2E2336

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

Shades of Blackcurrant #2E2336

Tints of Blackcurrant #2E2336

Color information

#2E2336 (or 0x2E2336) is unknown color: approx Blackcurrant. HEX triplet: 2E, 23 and 36. RGB value is (46,35,54). Sum of RGB (Red+Green+Blue) = 46+35+54=135 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.07% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #2E2336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2336 is #D1DCC9. Grayscale: #282828. Windows color (decimal): -13753546 or 3547950. OLE color: 3547950.

HSL color Cylindrical-coordinate representation of color #2E2336: hue angle of 274.74º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E2336 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB463554-
CMYK0.150.3500.79
HSL274.74º21.35%17.45%-
HSV(B)274.74º35.19%21.18%-
XYZ2.392.053.76-
YUV40.46135.64131.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.07%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 54 (21.48% from 255) = 40%
R=34.07%
G=25.93%
B=40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4635540.150.3500.79274.7421.3517.45
Hex2E2336F2304F1131511
Octal564366174301174232521
Binary1011101000111101101111100011010011111000100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,54); }

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

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

 a { background-color: rgb(46,35,54); }

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

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

 span { border-color: rgb(46,35,54); }

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