#3C2932

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

Shades of Toledo #3C2932

Tints of Toledo #3C2932

Color information

#3C2932 (or 0x3C2932) is unknown color: approx Toledo. HEX triplet: 3C, 29 and 32. RGB value is (60,41,50). Sum of RGB (Red+Green+Blue) = 60+41+50=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2932 is #C3D6CD. Grayscale: #2F2F2F. Windows color (decimal): -12834510 or 3287356. OLE color: 3287356.

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

Color convert

RGB604150-
CMYK00.320.170.76
HSL331.58º18.81%19.8%-
HSV(B)331.58º31.67%23.53%-
XYZ3.232.783.38-
YUV47.71129.29136.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 39.74%
GREEN value IS 41 (16.41% from 255) = 27.15%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=39.74%
G=27.15%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60415000.320.170.76331.5818.8119.8
Hex3C2932020114C14c1314
Octal745162040211145142324
Binary11110010100111001001000001000110011001010011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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