Html Css Color HEX #352332 Melanzane

📋 copy color: '#352332'

red 53 ◦ green 35 ◦ blue 50

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

Shades of Melanzane #352332

Tints of Melanzane #352332

RGB

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

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

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

R = 38.41%
G = 25.36%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#352332 (or 0x352332) is known color: Melanzane. HEX triplet: 35, 23 and 32. RGB value is (53,35,50). Sum of RGB (Red+Green+Blue) = 53+35+50=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352332 is #CADCCD. Grayscale: #2A2A2A. Windows color (decimal): -13294798 or 3285813. OLE color: 3285813.

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

Color convert

RGB 53 35 50 -
CMYK 0 0.34 0.06 0.79
HSL 310º 0.2% 0.17% -
HSV(B) 310º 0.34% 0.21% -
XYZ 2.64 2.19 3.3 -
YUV 42.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 53 35 50 0 0.34 0.06 0.79 310 0.2 0.17
Hex 35 23 32 0 22 6 4F 136 14 11
Octal 65 43 62 0 42 6 117 466 24 21
Binary 110101 100011 110010 0 100010 110 1001111 100110110 10100 10001

Color Harmonies of #352332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352332

Black with #352332

Text Example


Text Example

White with #352332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352332; }

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

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

background-color css

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

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

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

border-color css

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

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

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