Html Css Color HEX #352432 Melanzane

📋 copy color: '#352432'

red 53 ◦ green 36 ◦ blue 50

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

Shades of Melanzane #352432

Tints of Melanzane #352432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.9%

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

R = 38.13%
G = 25.9%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#352432 (or 0x352432) is known color: Melanzane. HEX triplet: 35, 24 and 32. RGB value is (53,36,50). Sum of RGB (Red+Green+Blue) = 53+36+50=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352432 is #CADBCD. Grayscale: #2A2A2A. Windows color (decimal): -13294542 or 3286069. OLE color: 3286069.

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

Color convert

RGB 53 36 50 -
CMYK 0 0.32 0.06 0.79
HSL 310.59º 0.19% 0.17% -
HSV(B) 310.59º 0.32% 0.21% -
XYZ 2.67 2.25 3.31 -
YUV 42.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 53 36 50 0 0.32 0.06 0.79 310.59 0.19 0.17
Hex 35 24 32 0 20 6 4F 137 13 11
Octal 65 44 62 0 40 6 117 467 23 21
Binary 110101 100100 110010 0 100000 110 1001111 100110111 10011 10001

Color Harmonies of #352432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352432

Black with #352432

Text Example


Text Example

White with #352432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352432; }

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

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

background-color css

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

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

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

border-color css

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

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

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