#3C322F

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

Shades of Gondola #3C322F

Tints of Gondola #3C322F

Color information

#3C322F (or 0x3C322F) is unknown color: approx Gondola. HEX triplet: 3C, 32 and 2F. RGB value is (60,50,47). Sum of RGB (Red+Green+Blue) = 60+50+47=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 60 - color contains mainly: red. Hex color #3C322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C322F is #C3CDD0. Grayscale: #343434. Windows color (decimal): -12832209 or 3093052. OLE color: 3093052.

HSL color Cylindrical-coordinate representation of color #3C322F: hue angle of 13.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C322F is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.76.

Color convert

RGB605047-
CMYK00.170.220.76
HSL13.85º12.15%20.98%-
HSV(B)13.85º21.67%23.53%-
XYZ3.523.453.17-
YUV52.65124.81133.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=38.22%
G=31.85%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60504700.170.220.7613.8512.1520.98
Hex3C322F011164Cec15
Octal74625702126114161425
Binary1111001100101011110100011011010011001110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,47); }

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

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

 a { background-color: rgb(60,50,47); }

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

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

 span { border-color: rgb(60,50,47); }

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