#352530

Color #352530 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #352530

Tints of Melanzane #352530

Color information

#352530 (or 0x352530) is unknown color: approx Melanzane. HEX triplet: 35, 25 and 30. RGB value is (53,37,48). Sum of RGB (Red+Green+Blue) = 53+37+48=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352530 is #CADACF. Grayscale: #2B2B2B. Windows color (decimal): -13294288 or 3155253. OLE color: 3155253.

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

Color convert

RGB533748-
CMYK00.300.090.79
HSL318.75º17.78%17.65%-
HSV(B)318.75º30.19%20.78%-
XYZ2.662.293.1-
YUV43.04130.8135.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=38.41%
G=26.81%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53374800.300.090.79318.7517.7817.65
Hex35253001E94F13f1212
Octal654560036111174772222
Binary110101100101110000011110100110011111001111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352530; }

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

 H1.HeaderClassName
 {
   color: #352530;
 }
 .AnyTagClassName
 {
   color: #352530;
 }
</style>
background-color css

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

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

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

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

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

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