Html Css Color HEX #352131 Melanzane

📋 copy color: '#352131'

red 53 ◦ green 33 ◦ blue 49

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

Shades of Melanzane #352131

Tints of Melanzane #352131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 39.26%
G = 24.44%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#352131 (or 0x352131) is known color: Melanzane. HEX triplet: 35, 21 and 31. RGB value is (53,33,49). Sum of RGB (Red+Green+Blue) = 53+33+49=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352131 is #CADECE. Grayscale: #282828. Windows color (decimal): -13295311 or 3219765. OLE color: 3219765.

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

Color convert

RGB 53 33 49 -
CMYK 0 0.38 0.08 0.79
HSL 312º 0.23% 0.17% -
HSV(B) 312º 0.38% 0.21% -
XYZ 2.57 2.07 3.17 -
YUV 40.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 53 33 49 0 0.38 0.08 0.79 312 0.23 0.17
Hex 35 21 31 0 26 8 4F 138 17 11
Octal 65 41 61 0 46 10 117 470 27 21
Binary 110101 100001 110001 0 100110 1000 1001111 100111000 10111 10001

Color Harmonies of #352131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352131

Black with #352131

Text Example


Text Example

White with #352131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352131; }

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

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

background-color css

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

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

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

border-color css

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

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

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