#3A3338

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

Shades of Melanzane #3A3338

Tints of Melanzane #3A3338

Color information

#3A3338 (or 0x3A3338) is unknown color: approx Melanzane. HEX triplet: 3A, 33 and 38. RGB value is (58,51,56). Sum of RGB (Red+Green+Blue) = 58+51+56=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3338 is #C5CCC7. Grayscale: #353535. Windows color (decimal): -12963016 or 3683130. OLE color: 3683130.

HSL color Cylindrical-coordinate representation of color #3A3338: hue angle of 317.14º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3A3338 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB585156-
CMYK00.120.030.77
HSL317.14º6.42%21.37%-
HSV(B)317.14º12.07%22.75%-
XYZ3.643.554.24-
YUV53.66129.32131.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.15%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=35.15%
G=30.91%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58515600.120.030.77317.146.4221.37
Hex3A33380C34D13d615
Octal7263700143115475625
Binary1110101100111110000110011100110110011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,51,56); }

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

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

 a { background-color: rgb(58,51,56); }

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

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

 span { border-color: rgb(58,51,56); }

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