#322F34

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

Shades of Blackcurrant #322F34

Tints of Blackcurrant #322F34

Color information

#322F34 (or 0x322F34) is unknown color: approx Blackcurrant. HEX triplet: 32, 2F and 34. RGB value is (50,47,52). Sum of RGB (Red+Green+Blue) = 50+47+52=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 52 - color contains mainly: blue. Hex color #322F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F34 is #CDD0CB. Grayscale: #303030. Windows color (decimal): -13488332 or 3419954. OLE color: 3419954.

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

Color convert

RGB504752-
CMYK0.040.1000.80
HSL276º5.05%19.41%-
HSV(B)276º9.62%20.39%-
XYZ2.952.963.66-
YUV48.47129.99129.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=33.56%
G=31.54%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5047520.040.1000.802765.0519.41
Hex322F344A050114513
Octal6257644120120424523
Binary11001010111111010010010100101000010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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