Html Css Color HEX #322A30 Melanzane

📋 copy color: '#322A30'

red 50 ◦ green 42 ◦ blue 48

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

Shades of Melanzane #322A30

Tints of Melanzane #322A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

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

R = 35.71%
G = 30%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#322A30 (or 0x322A30) is known color: Melanzane. HEX triplet: 32, 2A and 30. RGB value is (50,42,48). Sum of RGB (Red+Green+Blue) = 50+42+48=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A30 is #CDD5CF. Grayscale: #2D2D2D. Windows color (decimal): -13489616 or 3156530. OLE color: 3156530.

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

Color convert

RGB 50 42 48 -
CMYK 0 0.16 0.04 0.80
HSL 315º 0.09% 0.18% -
HSV(B) 315º 0.16% 0.2% -
XYZ 2.68 2.55 3.15 -
YUV 45.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 50 42 48 0 0.16 0.04 0.80 315 0.09 0.18
Hex 32 2A 30 0 10 4 50 13B 9 12
Octal 62 52 60 0 20 4 120 473 11 22
Binary 110010 101010 110000 0 10000 100 1010000 100111011 1001 10010

Color Harmonies of #322A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322A30

Black with #322A30

Text Example


Text Example

White with #322A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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