Html Css Color HEX #352732 Melanzane

📋 copy color: '#352732'

red 53 ◦ green 39 ◦ blue 50

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

Shades of Melanzane #352732

Tints of Melanzane #352732

RGB

 RED value IS 53 (21.09% from 255) = 37.32%

 GREEN value IS 39 (15.63% from 255) = 27.46%

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 37.32%
G = 27.46%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#352732 (or 0x352732) is known color: Melanzane. HEX triplet: 35, 27 and 32. RGB value is (53,39,50). Sum of RGB (Red+Green+Blue) = 53+39+50=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #352732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352732 is #CAD8CD. Grayscale: #2C2C2C. Windows color (decimal): -13293774 or 3286837. OLE color: 3286837.

HSL color Cylindrical-coordinate representation of color #352732: hue angle of 312.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352732 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 50 -
CMYK 0 0.26 0.06 0.79
HSL 312.86º 0.15% 0.18% -
HSV(B) 312.86º 0.26% 0.21% -
XYZ 2.77 2.44 3.34 -
YUV 44.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 53 39 50 0 0.26 0.06 0.79 312.86 0.15 0.18
Hex 35 27 32 0 1A 6 4F 139 F 12
Octal 65 47 62 0 32 6 117 471 17 22
Binary 110101 100111 110010 0 11010 110 1001111 100111001 1111 10010

Color Harmonies of #352732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352732

Black with #352732

Text Example


Text Example

White with #352732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352732; }

 p { color: rgb(53,39,50); }

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

background-color css

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

 a { background-color: rgb(53,39,50); }

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

border-color css

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

 span { border-color: rgb(53,39,50); }

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