Html Css Color HEX #352130 Melanzane

📋 copy color: '#352130'

red 53 ◦ green 33 ◦ blue 48

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

Shades of Melanzane #352130

Tints of Melanzane #352130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.82%

R = 39.55%
G = 24.63%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352130 (or 0x352130) is known color: Melanzane. HEX triplet: 35, 21 and 30. RGB value is (53,33,48). Sum of RGB (Red+Green+Blue) = 53+33+48=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352130 is #CADECF. Grayscale: #282828. Windows color (decimal): -13295312 or 3154229. OLE color: 3154229.

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

Color convert

RGB 53 33 48 -
CMYK 0 0.38 0.09 0.79
HSL 315º 0.23% 0.17% -
HSV(B) 315º 0.38% 0.21% -
XYZ 2.55 2.06 3.06 -
YUV 40.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 53 33 48 0 0.38 0.09 0.79 315 0.23 0.17
Hex 35 21 30 0 26 9 4F 13B 17 11
Octal 65 41 60 0 46 11 117 473 27 21
Binary 110101 100001 110000 0 100110 1001 1001111 100111011 10111 10001

Color Harmonies of #352130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352130

Black with #352130

Text Example


Text Example

White with #352130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352130; }

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

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

background-color css

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

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

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

border-color css

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

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

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