Html Css Color HEX #322C31 Melanzane

📋 copy color: '#322C31'

red 50 ◦ green 44 ◦ blue 49

#322C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #322C31

Tints of Melanzane #322C31

RGB

 RED value IS 50 (19.92% from 255) = 34.97%

 GREEN value IS 44 (17.58% from 255) = 30.77%

 BLUE value IS 49 (19.53% from 255) = 34.27%

R = 34.97%
G = 30.77%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#322C31 (or 0x322C31) is known color: Melanzane. HEX triplet: 32, 2C and 31. RGB value is (50,44,49). Sum of RGB (Red+Green+Blue) = 50+44+49=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 50 - color contains mainly: red. Hex color #322C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C31 is #CDD3CE. Grayscale: #2E2E2E. Windows color (decimal): -13489103 or 3222578. OLE color: 3222578.

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

Color convert

RGB 50 44 49 -
CMYK 0 0.12 0.02 0.80
HSL 310º 0.06% 0.18% -
HSV(B) 310º 0.12% 0.2% -
XYZ 2.77 2.7 3.28 -
YUV 46.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 50 44 49 0 0.12 0.02 0.80 310 0.06 0.18
Hex 32 2C 31 0 C 2 50 136 6 12
Octal 62 54 61 0 14 2 120 466 6 22
Binary 110010 101100 110001 0 1100 10 1010000 100110110 110 10010

Color Harmonies of #322C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C31

Black with #322C31

Text Example


Text Example

White with #322C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #322C31;
 }
 .AnyTagClassName
 {
   color: #322C31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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