#322E35

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

Shades of Blackcurrant #322E35

Tints of Blackcurrant #322E35

Color information

#322E35 (or 0x322E35) is unknown color: approx Blackcurrant. HEX triplet: 32, 2E and 35. RGB value is (50,46,53). Sum of RGB (Red+Green+Blue) = 50+46+53=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #322E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E35 is #CDD1CA. Grayscale: #2F2F2F. Windows color (decimal): -13488587 or 3485234. OLE color: 3485234.

HSL color Cylindrical-coordinate representation of color #322E35: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #322E35 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB504653-
CMYK0.060.1300.79
HSL274.29º7.07%19.41%-
HSV(B)274.29º13.21%20.78%-
XYZ2.932.893.77-
YUV47.99130.83129.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=33.56%
G=30.87%
B=35.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5046530.060.1300.79274.297.0719.41
Hex322E356D04F112713
Octal6256656150117422723
Binary11001010111011010111011010100111110001001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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