Html Css Color HEX #322730 Melanzane

📋 copy color: '#322730'

red 50 ◦ green 39 ◦ blue 48

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

Shades of Melanzane #322730

Tints of Melanzane #322730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

 BLUE value IS 48 (19.14% from 255) = 35.04%

R = 36.5%
G = 28.47%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#322730 (or 0x322730) is known color: Melanzane. HEX triplet: 32, 27 and 30. RGB value is (50,39,48). Sum of RGB (Red+Green+Blue) = 50+39+48=137 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.50% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 50 - color contains mainly: red. Hex color #322730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322730 is #CDD8CF. Grayscale: #2B2B2B. Windows color (decimal): -13490384 or 3155762. OLE color: 3155762.

HSL color Cylindrical-coordinate representation of color #322730: hue angle of 310.91º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #322730 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 39 48 -
CMYK 0 0.22 0.04 0.80
HSL 310.91º 0.12% 0.17% -
HSV(B) 310.91º 0.22% 0.2% -
XYZ 2.57 2.34 3.11 -
YUV 43.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 50 39 48 0 0.22 0.04 0.80 310.91 0.12 0.17
Hex 32 27 30 0 16 4 50 137 C 11
Octal 62 47 60 0 26 4 120 467 14 21
Binary 110010 100111 110000 0 10110 100 1010000 100110111 1100 10001

Color Harmonies of #322730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322730

Black with #322730

Text Example


Text Example

White with #322730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322730; }

 p { color: rgb(50,39,48); }

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

background-color css

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

 a { background-color: rgb(50,39,48); }

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

border-color css

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

 span { border-color: rgb(50,39,48); }

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