#3A3230

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

Shades of Gondola #3A3230

Tints of Gondola #3A3230

Color information

#3A3230 (or 0x3A3230) is unknown color: approx Gondola. HEX triplet: 3A, 32 and 30. RGB value is (58,50,48). Sum of RGB (Red+Green+Blue) = 58+50+48=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3230 is #C5CDCF. Grayscale: #343434. Windows color (decimal): -12963280 or 3158586. OLE color: 3158586.

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

Color convert

RGB585048-
CMYK00.140.170.77
HSL12º9.43%20.78%-
HSV(B)12º17.24%22.75%-
XYZ3.423.393.27-
YUV52.16125.65132.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 37.18%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=37.18%
G=32.05%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58504800.140.170.77129.4320.78
Hex3A32300E114Dc915
Octal72626001621115141125
Binary111010110010110000011101000110011011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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