Html Css Color HEX #322830 Melanzane

📋 copy color: '#322830'

red 50 ◦ green 40 ◦ blue 48

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

Shades of Melanzane #322830

Tints of Melanzane #322830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.99%

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

R = 36.23%
G = 28.99%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#322830 (or 0x322830) is known color: Melanzane. HEX triplet: 32, 28 and 30. RGB value is (50,40,48). Sum of RGB (Red+Green+Blue) = 50+40+48=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #322830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322830 is #CDD7CF. Grayscale: #2B2B2B. Windows color (decimal): -13490128 or 3156018. OLE color: 3156018.

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

Color convert

RGB 50 40 48 -
CMYK 0 0.20 0.04 0.80
HSL 312º 0.11% 0.18% -
HSV(B) 312º 0.2% 0.2% -
XYZ 2.61 2.41 3.12 -
YUV 43.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 50 40 48 0 0.20 0.04 0.80 312 0.11 0.18
Hex 32 28 30 0 14 4 50 138 B 12
Octal 62 50 60 0 24 4 120 470 13 22
Binary 110010 101000 110000 0 10100 100 1010000 100111000 1011 10010

Color Harmonies of #322830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322830

Black with #322830

Text Example


Text Example

White with #322830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322830; }

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

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

background-color css

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

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

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

border-color css

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

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

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