#3C3432

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

Shades of Gondola #3C3432

Tints of Gondola #3C3432

Color information

#3C3432 (or 0x3C3432) is unknown color: approx Gondola. HEX triplet: 3C, 34 and 32. RGB value is (60,52,50). Sum of RGB (Red+Green+Blue) = 60+52+50=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3432 is #C3CBCD. Grayscale: #363636. Windows color (decimal): -12831694 or 3290172. OLE color: 3290172.

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

Color convert

RGB605250-
CMYK00.130.170.76
HSL12º9.09%21.57%-
HSV(B)12º16.67%23.53%-
XYZ3.673.653.53-
YUV54.16125.65132.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.04%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 50 (19.92% from 255) = 30.86%
R=37.04%
G=32.10%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60525000.130.170.76129.0921.57
Hex3C34320D114Cc916
Octal74646201521114141126
Binary111100110100110010011011000110011001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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