#3A2435

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

Shades of Melanzane #3A2435

Tints of Melanzane #3A2435

Color information

#3A2435 (or 0x3A2435) is unknown color: approx Melanzane. HEX triplet: 3A, 24 and 35. RGB value is (58,36,53). Sum of RGB (Red+Green+Blue) = 58+36+53=147 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.46% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2435 is #C5DBCA. Grayscale: #2C2C2C. Windows color (decimal): -12966859 or 3482682. OLE color: 3482682.

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

Color convert

RGB583653-
CMYK00.380.090.77
HSL313.64º23.4%18.43%-
HSV(B)313.64º37.93%22.75%-
XYZ3.022.423.68-
YUV44.52132.79137.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.46%
GREEN value IS 36 (14.45% from 255) = 24.49%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=39.46%
G=24.49%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58365300.380.090.77313.6423.418.43
Hex3A243502694D13a1712
Octal724465046111154722722
Binary1110101001001101010100110100110011011001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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