Html Css Color HEX #352232 Melanzane

📋 copy color: '#352232'

red 53 ◦ green 34 ◦ blue 50

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

Shades of Melanzane #352232

Tints of Melanzane #352232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

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

R = 38.69%
G = 24.82%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#352232 (or 0x352232) is known color: Melanzane. HEX triplet: 35, 22 and 32. RGB value is (53,34,50). Sum of RGB (Red+Green+Blue) = 53+34+50=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352232 is #CADDCD. Grayscale: #292929. Windows color (decimal): -13295054 or 3285557. OLE color: 3285557.

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

Color convert

RGB 53 34 50 -
CMYK 0 0.36 0.06 0.79
HSL 309.47º 0.22% 0.17% -
HSV(B) 309.47º 0.36% 0.21% -
XYZ 2.62 2.13 3.29 -
YUV 41.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 53 34 50 0 0.36 0.06 0.79 309.47 0.22 0.17
Hex 35 22 32 0 24 6 4F 135 16 11
Octal 65 42 62 0 44 6 117 465 26 21
Binary 110101 100010 110010 0 100100 110 1001111 100110101 10110 10001

Color Harmonies of #352232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352232

Black with #352232

Text Example


Text Example

White with #352232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352232; }

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

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

background-color css

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

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

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

border-color css

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

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

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