#3B2C34

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

Shades of Toledo #3B2C34

Tints of Toledo #3B2C34

Color information

#3B2C34 (or 0x3B2C34) is unknown color: approx Toledo. HEX triplet: 3B, 2C and 34. RGB value is (59,44,52). Sum of RGB (Red+Green+Blue) = 59+44+52=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C34 is #C4D3CB. Grayscale: #313131. Windows color (decimal): -12899276 or 3419195. OLE color: 3419195.

HSL color Cylindrical-coordinate representation of color #3B2C34: hue angle of 328º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C34 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB594452-
CMYK00.250.120.77
HSL328º14.56%20.2%-
HSV(B)328º25.42%23.14%-
XYZ3.322.983.65-
YUV49.4129.47134.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 44 (17.58% from 255) = 28.39%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=38.06%
G=28.39%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59445200.250.120.7732814.5620.2
Hex3B2C34019C4D148f14
Octal735464031141155101724
Binary11101110110011010001100111001001101101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,44,52); }

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

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

 a { background-color: rgb(59,44,52); }

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

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

 span { border-color: rgb(59,44,52); }

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