Html Css Color HEX #352830 Melanzane

📋 copy color: '#352830'

red 53 ◦ green 40 ◦ blue 48

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

Shades of Melanzane #352830

Tints of Melanzane #352830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 37.59%
G = 28.37%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352830 (or 0x352830) is known color: Melanzane. HEX triplet: 35, 28 and 30. RGB value is (53,40,48). Sum of RGB (Red+Green+Blue) = 53+40+48=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352830 is #CAD7CF. Grayscale: #2C2C2C. Windows color (decimal): -13293520 or 3156021. OLE color: 3156021.

HSL color Cylindrical-coordinate representation of color #352830: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352830 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 40 48 -
CMYK 0 0.25 0.09 0.79
HSL 323.08º 0.14% 0.18% -
HSV(B) 323.08º 0.25% 0.21% -
XYZ 2.76 2.49 3.13 -
YUV 44.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 53 40 48 0 0.25 0.09 0.79 323.08 0.14 0.18
Hex 35 28 30 0 19 9 4F 143 E 12
Octal 65 50 60 0 31 11 117 503 16 22
Binary 110101 101000 110000 0 11001 1001 1001111 101000011 1110 10010

Color Harmonies of #352830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352830

Black with #352830

Text Example


Text Example

White with #352830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352830; }

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

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

background-color css

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

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

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

border-color css

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

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

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