Html Css Color HEX #322430 Melanzane

📋 copy color: '#322430'

red 50 ◦ green 36 ◦ blue 48

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

Shades of Melanzane #322430

Tints of Melanzane #322430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 37.31%
G = 26.87%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#322430 (or 0x322430) is known color: Melanzane. HEX triplet: 32, 24 and 30. RGB value is (50,36,48). Sum of RGB (Red+Green+Blue) = 50+36+48=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322430 is #CDDBCF. Grayscale: #292929. Windows color (decimal): -13491152 or 3154994. OLE color: 3154994.

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

Color convert

RGB 50 36 48 -
CMYK 0 0.28 0.04 0.80
HSL 308.57º 0.16% 0.17% -
HSV(B) 308.57º 0.28% 0.2% -
XYZ 2.48 2.15 3.08 -
YUV 41.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 50 36 48 0 0.28 0.04 0.80 308.57 0.16 0.17
Hex 32 24 30 0 1C 4 50 135 10 11
Octal 62 44 60 0 34 4 120 465 20 21
Binary 110010 100100 110000 0 11100 100 1010000 100110101 10000 10001

Color Harmonies of #322430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322430

Black with #322430

Text Example


Text Example

White with #322430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322430; }

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

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

background-color css

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

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

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

border-color css

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

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

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