#3A2334

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

Shades of Melanzane #3A2334

Tints of Melanzane #3A2334

Color information

#3A2334 (or 0x3A2334) is unknown color: approx Melanzane. HEX triplet: 3A, 23 and 34. RGB value is (58,35,52). Sum of RGB (Red+Green+Blue) = 58+35+52=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2334 is #C5DCCB. Grayscale: #2B2B2B. Windows color (decimal): -12967116 or 3416890. OLE color: 3416890.

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

Color convert

RGB583552-
CMYK00.400.100.77
HSL315.65º24.73%18.24%-
HSV(B)315.65º39.66%22.75%-
XYZ2.972.353.55-
YUV43.82132.62138.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=40%
G=24.14%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58355200.400.100.77315.6524.7318.24
Hex3A2334028A4D13c1912
Octal724364050121154743122
Binary1110101000111101000101000101010011011001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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