Html Css Color HEX #352932 Melanzane

📋 copy color: '#352932'

red 53 ◦ green 41 ◦ blue 50

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

Shades of Melanzane #352932

Tints of Melanzane #352932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.47%

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

R = 36.81%
G = 28.47%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#352932 (or 0x352932) is known color: Melanzane. HEX triplet: 35, 29 and 32. RGB value is (53,41,50). Sum of RGB (Red+Green+Blue) = 53+41+50=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352932 is #CAD6CD. Grayscale: #2D2D2D. Windows color (decimal): -13293262 or 3287349. OLE color: 3287349.

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

Color convert

RGB 53 41 50 -
CMYK 0 0.23 0.06 0.79
HSL 315º 0.13% 0.18% -
HSV(B) 315º 0.23% 0.21% -
XYZ 2.84 2.57 3.36 -
YUV 45.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 53 41 50 0 0.23 0.06 0.79 315 0.13 0.18
Hex 35 29 32 0 17 6 4F 13B D 12
Octal 65 51 62 0 27 6 117 473 15 22
Binary 110101 101001 110010 0 10111 110 1001111 100111011 1101 10010

Color Harmonies of #352932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352932

Black with #352932

Text Example


Text Example

White with #352932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352932; }

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

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

background-color css

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

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

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

border-color css

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

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

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