#3A2432

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

Shades of Melanzane #3A2432

Tints of Melanzane #3A2432

Color information

#3A2432 (or 0x3A2432) is unknown color: approx Melanzane. HEX triplet: 3A, 24 and 32. RGB value is (58,36,50). Sum of RGB (Red+Green+Blue) = 58+36+50=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2432 is #C5DBCD. Grayscale: #2C2C2C. Windows color (decimal): -12966862 or 3286074. OLE color: 3286074.

HSL color Cylindrical-coordinate representation of color #3A2432: hue angle of 321.82º 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 #3A2432 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB583650-
CMYK00.380.140.77
HSL321.82º23.4%18.43%-
HSV(B)321.82º37.93%22.75%-
XYZ2.952.393.32-
YUV44.17131.29137.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 34.72%
R=40.28%
G=25%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58365000.380.140.77321.8223.418.43
Hex3A2432026E4D1421712
Octal724462046161155022722
Binary1110101001001100100100110111010011011010000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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