Html Css Color HEX #32232C Melanzane

📋 copy color: '#32232C'

red 50 ◦ green 35 ◦ blue 44

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

Shades of Melanzane #32232C

Tints of Melanzane #32232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.13%

 BLUE value IS 44 (17.58% from 255) = 34.11%

R = 38.76%
G = 27.13%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#32232C (or 0x32232C) is known color: Melanzane. HEX triplet: 32, 23 and 2C. RGB value is (50,35,44). Sum of RGB (Red+Green+Blue) = 50+35+44=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #32232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32232C is #CDDCD3. Grayscale: #282828. Windows color (decimal): -13491412 or 2892594. OLE color: 2892594.

HSL color Cylindrical-coordinate representation of color #32232C: hue angle of 324º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32232C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 35 44 -
CMYK 0 0.30 0.12 0.80
HSL 324º 0.18% 0.17% -
HSV(B) 324º 0.3% 0.2% -
XYZ 2.37 2.06 2.66 -
YUV 40.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 50 35 44 0 0.30 0.12 0.80 324 0.18 0.17
Hex 32 23 2C 0 1E C 50 144 12 11
Octal 62 43 54 0 36 14 120 504 22 21
Binary 110010 100011 101100 0 11110 1100 1010000 101000100 10010 10001

Color Harmonies of #32232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32232C

Black with #32232C

Text Example


Text Example

White with #32232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32232C; }

 p { color: rgb(50,35,44); }

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

background-color css

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

 a { background-color: rgb(50,35,44); }

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

border-color css

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

 span { border-color: rgb(50,35,44); }

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