#3C2B34

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

Shades of Toledo #3C2B34

Tints of Toledo #3C2B34

Color information

#3C2B34 (or 0x3C2B34) is unknown color: approx Toledo. HEX triplet: 3C, 2B and 34. RGB value is (60,43,52). Sum of RGB (Red+Green+Blue) = 60+43+52=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2B34 is #C3D4CB. Grayscale: #313131. Windows color (decimal): -12833996 or 3418940. OLE color: 3418940.

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

Color convert

RGB604352-
CMYK00.280.130.76
HSL328.24º16.5%20.2%-
HSV(B)328.24º28.33%23.53%-
XYZ3.352.943.64-
YUV49.11129.63135.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.71%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=38.71%
G=27.74%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60435200.280.130.76328.2416.520.2
Hex3C2B3401CD4C1481114
Octal745364034151145102124
Binary111100101011110100011100110110011001010010001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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