Html Css Color HEX #322630 Melanzane

📋 copy color: '#322630'

red 50 ◦ green 38 ◦ blue 48

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

Shades of Melanzane #322630

Tints of Melanzane #322630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.94%

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

R = 36.76%
G = 27.94%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#322630 (or 0x322630) is known color: Melanzane. HEX triplet: 32, 26 and 30. RGB value is (50,38,48). Sum of RGB (Red+Green+Blue) = 50+38+48=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322630 is #CDD9CF. Grayscale: #2A2A2A. Windows color (decimal): -13490640 or 3155506. OLE color: 3155506.

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

Color convert

RGB 50 38 48 -
CMYK 0 0.24 0.04 0.80
HSL 310º 0.14% 0.17% -
HSV(B) 310º 0.24% 0.2% -
XYZ 2.54 2.28 3.1 -
YUV 42.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 50 38 48 0 0.24 0.04 0.80 310 0.14 0.17
Hex 32 26 30 0 18 4 50 136 E 11
Octal 62 46 60 0 30 4 120 466 16 21
Binary 110010 100110 110000 0 11000 100 1010000 100110110 1110 10001

Color Harmonies of #322630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322630

Black with #322630

Text Example


Text Example

White with #322630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322630; }

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

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

background-color css

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

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

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

border-color css

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

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

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