#322D36

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

Shades of Blackcurrant #322D36

Tints of Blackcurrant #322D36

Color information

#322D36 (or 0x322D36) is unknown color: approx Blackcurrant. HEX triplet: 32, 2D and 36. RGB value is (50,45,54). Sum of RGB (Red+Green+Blue) = 50+45+54=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 54 - color contains mainly: blue. Hex color #322D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D36 is #CDD2C9. Grayscale: #2F2F2F. Windows color (decimal): -13488842 or 3550514. OLE color: 3550514.

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

Color convert

RGB504554-
CMYK0.070.1700.79
HSL273.33º9.09%19.41%-
HSV(B)273.33º16.67%21.18%-
XYZ2.922.823.88-
YUV47.52131.66129.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 54 (21.48% from 255) = 36.24%
R=33.56%
G=30.20%
B=36.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5045540.070.1700.79273.339.0919.41
Hex322D3671104F111913
Octal62556672101174211123
Binary1100101011011101101111000101001111100010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,45,54); }

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

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

 a { background-color: rgb(50,45,54); }

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

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

 span { border-color: rgb(50,45,54); }

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