Html Css Color HEX #352231 Melanzane

📋 copy color: '#352231'

red 53 ◦ green 34 ◦ blue 49

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

Shades of Melanzane #352231

Tints of Melanzane #352231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 38.97%
G = 25%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#352231 (or 0x352231) is known color: Melanzane. HEX triplet: 35, 22 and 31. RGB value is (53,34,49). Sum of RGB (Red+Green+Blue) = 53+34+49=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352231 is #CADDCE. Grayscale: #292929. Windows color (decimal): -13295055 or 3220021. OLE color: 3220021.

HSL color Cylindrical-coordinate representation of color #352231: hue angle of 312.63º 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 #352231 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 34 49 -
CMYK 0 0.36 0.08 0.79
HSL 312.63º 0.22% 0.17% -
HSV(B) 312.63º 0.36% 0.21% -
XYZ 2.59 2.12 3.18 -
YUV 41.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 53 34 49 0 0.36 0.08 0.79 312.63 0.22 0.17
Hex 35 22 31 0 24 8 4F 139 16 11
Octal 65 42 61 0 44 10 117 471 26 21
Binary 110101 100010 110001 0 100100 1000 1001111 100111001 10110 10001

Color Harmonies of #352231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352231

Black with #352231

Text Example


Text Example

White with #352231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352231; }

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

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

background-color css

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

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

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

border-color css

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

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

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