#2E2332

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

Shades of Blackcurrant #2E2332

Tints of Blackcurrant #2E2332

Color information

#2E2332 (or 0x2E2332) is unknown color: approx Blackcurrant. HEX triplet: 2E, 23 and 32. RGB value is (46,35,50). Sum of RGB (Red+Green+Blue) = 46+35+50=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2332 is #D1DCCD. Grayscale: #272727. Windows color (decimal): -13753550 or 3285806. OLE color: 3285806.

HSL color Cylindrical-coordinate representation of color #2E2332: hue angle of 284º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2332 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB463550-
CMYK0.080.3000.80
HSL284º17.65%16.67%-
HSV(B)284º30%19.61%-
XYZ2.32.013.28-
YUV40133.64132.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.11%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 50 (19.92% from 255) = 38.17%
R=35.11%
G=26.72%
B=38.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4635500.080.3000.8028417.6516.67
Hex2E233281E05011c1211
Octal564362103601204342221
Binary101110100011110010100011110010100001000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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