#322C36

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

Shades of Blackcurrant #322C36

Tints of Blackcurrant #322C36

Color information

#322C36 (or 0x322C36) is unknown color: approx Blackcurrant. HEX triplet: 32, 2C and 36. RGB value is (50,44,54). Sum of RGB (Red+Green+Blue) = 50+44+54=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 54 - color contains mainly: blue. Hex color #322C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C36 is #CDD3C9. Grayscale: #2E2E2E. Windows color (decimal): -13489098 or 3550258. OLE color: 3550258.

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

Color convert

RGB504454-
CMYK0.070.1900.79
HSL276º10.2%19.22%-
HSV(B)276º18.52%21.18%-
XYZ2.882.753.87-
YUV46.93131.99130.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.78%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=33.78%
G=29.73%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5044540.070.1900.7927610.219.22
Hex322C3671304F114a13
Octal62546672301174241223
Binary1100101011001101101111001101001111100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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