#3A2332

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

Shades of Melanzane #3A2332

Tints of Melanzane #3A2332

Color information

#3A2332 (or 0x3A2332) is unknown color: approx Melanzane. HEX triplet: 3A, 23 and 32. RGB value is (58,35,50). Sum of RGB (Red+Green+Blue) = 58+35+50=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2332 is #C5DCCD. Grayscale: #2B2B2B. Windows color (decimal): -12967118 or 3285818. OLE color: 3285818.

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

Color convert

RGB583550-
CMYK00.400.140.77
HSL320.87º24.73%18.24%-
HSV(B)320.87º39.66%22.75%-
XYZ2.922.333.31-
YUV43.59131.62138.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=40.56%
G=24.48%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58355000.400.140.77320.8724.7318.24
Hex3A2332028E4D1411912
Octal724362050161155013122
Binary1110101000111100100101000111010011011010000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,50); }

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

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

 a { background-color: rgb(58,35,50); }

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

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

 span { border-color: rgb(58,35,50); }

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