#322E34

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

Shades of Blackcurrant #322E34

Tints of Blackcurrant #322E34

Color information

#322E34 (or 0x322E34) is unknown color: approx Blackcurrant. HEX triplet: 32, 2E and 34. RGB value is (50,46,52). Sum of RGB (Red+Green+Blue) = 50+46+52=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 52 - color contains mainly: blue. Hex color #322E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E34 is #CDD1CB. Grayscale: #2F2F2F. Windows color (decimal): -13488588 or 3419698. OLE color: 3419698.

HSL color Cylindrical-coordinate representation of color #322E34: hue angle of 280º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322E34 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB504652-
CMYK0.040.1200.80
HSL280º6.12%19.22%-
HSV(B)280º11.54%20.39%-
XYZ2.912.883.65-
YUV47.88130.33129.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 52 (20.70% from 255) = 35.14%
R=33.78%
G=31.08%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5046520.040.1200.802806.1219.22
Hex322E344C050118613
Octal6256644140120430623
Binary11001010111011010010011000101000010001100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322E34; }

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

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

<style>
 a { background-color: #322E34; }

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

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

<style>
 span { border-color: #322E34; }

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

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