#3A2535

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

Shades of Melanzane #3A2535

Tints of Melanzane #3A2535

Color information

#3A2535 (or 0x3A2535) is unknown color: approx Melanzane. HEX triplet: 3A, 25 and 35. RGB value is (58,37,53). Sum of RGB (Red+Green+Blue) = 58+37+53=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2535 is #C5DACA. Grayscale: #2D2D2D. Windows color (decimal): -12966603 or 3482938. OLE color: 3482938.

HSL color Cylindrical-coordinate representation of color #3A2535: hue angle of 314.29º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2535 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.77.

Color convert

RGB583753-
CMYK00.360.090.77
HSL314.29º22.11%18.63%-
HSV(B)314.29º36.21%22.75%-
XYZ3.052.483.69-
YUV45.1132.46137.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 53 (21.09% from 255) = 35.81%
R=39.19%
G=25%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58375300.360.090.77314.2922.1118.63
Hex3A253502494D13a1613
Octal724565044111154722623
Binary1110101001011101010100100100110011011001110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2535; }

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

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

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

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

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

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

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

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