#3B2B34

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

Shades of Toledo #3B2B34

Tints of Toledo #3B2B34

Color information

#3B2B34 (or 0x3B2B34) is unknown color: approx Toledo. HEX triplet: 3B, 2B and 34. RGB value is (59,43,52). Sum of RGB (Red+Green+Blue) = 59+43+52=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B34 is #C4D4CB. Grayscale: #303030. Windows color (decimal): -12899532 or 3418939. OLE color: 3418939.

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

Color convert

RGB594352-
CMYK00.270.120.77
HSL326.25º15.69%20%-
HSV(B)326.25º27.12%23.14%-
XYZ3.292.913.64-
YUV48.81129.8135.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 52 (20.70% from 255) = 33.77%
R=38.31%
G=27.92%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59435200.270.120.77326.2515.6920
Hex3B2B3401BC4D1461014
Octal735364033141155062024
Binary111011101011110100011011110010011011010001101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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