Html Css Color HEX #322530 Melanzane

📋 copy color: '#322530'

red 50 ◦ green 37 ◦ blue 48

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

Shades of Melanzane #322530

Tints of Melanzane #322530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.41%

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

R = 37.04%
G = 27.41%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#322530 (or 0x322530) is known color: Melanzane. HEX triplet: 32, 25 and 30. RGB value is (50,37,48). Sum of RGB (Red+Green+Blue) = 50+37+48=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #322530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322530 is #CDDACF. Grayscale: #2A2A2A. Windows color (decimal): -13490896 or 3155250. OLE color: 3155250.

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

Color convert

RGB 50 37 48 -
CMYK 0 0.26 0.04 0.80
HSL 309.23º 0.15% 0.17% -
HSV(B) 309.23º 0.26% 0.2% -
XYZ 2.51 2.21 3.09 -
YUV 42.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 50 37 48 0 0.26 0.04 0.80 309.23 0.15 0.17
Hex 32 25 30 0 1A 4 50 135 F 11
Octal 62 45 60 0 32 4 120 465 17 21
Binary 110010 100101 110000 0 11010 100 1010000 100110101 1111 10001

Color Harmonies of #322530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322530

Black with #322530

Text Example


Text Example

White with #322530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322530; }

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

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

background-color css

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

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

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

border-color css

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

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

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